.fw__blog-section {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background-color: #FFFEF6;
    padding-bottom: 7.313rem;
}
.fw__hero--data {
    border-bottom: 0;
    padding-bottom: 4.125rem;
}
.fw__blog__heading h3{
    padding-top: 2.25rem;
    margin: 0;
}

.fw__blog-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 4.125rem;
    position: relative;
    padding-bottom: 2.375rem;
    padding-top: 1.563rem;
}
.fw__blog-section .fw__blog-wrap + .fw__blog-wrap {
    padding-top: 4.688rem;
}


/* .fw__whatson__sec.fw__discover--sec {
    padding-top: 100px;
} */

/* Left side */
.fw__btn_blog {
    display: flex;
    align-items: center;
    gap: 2.375rem;
}
.blog-left {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    flex:0 0 35rem;
    max-width:35rem;
}

.blog-left h4 {
    font-size: 1.125rem;
    margin: 0;
}

.blog-left-bottom {
    display: flex;
    align-items: flex-end;
    gap: 3.188rem;
}

.number {
    font-size: 6.25rem;
    line-height: 1;
}

.blog-right h2,
.blog-left h3 {
    font-weight: 400;
}

.blog-left-bottom img {
    height: auto;
    border-radius: 0.25rem;
}

/* Right side */
.blog-right {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /* h2/date + button align with image bottom */
    gap: 2.5;
}

.blog-text {
    flex: 1;
}

.blog-text h2 {
    margin: 0;
    padding-bottom: 2.375rem;
    width: 100%;
    max-width: 32rem;
}

.blog-text h2:hover {
    color: var(--highlight-text);
}

.blog-text .date {
    display: block;
    margin-top: 0rem;
    color: red;
    font-size: 0.938rem;
}

.cta {
    font-size: 1.25rem;
    color: red;
    text-decoration: none;
}
.fw__btn_blog svg {
    height: 2rem;
    width: auto;
}

.cta:hover {
    color: #000;
    transition: transform .2s ease-in-out;
}

.fw__blog-wrap::before {
    content: " ";
    position: absolute;
    width: 100%;
    max-width: 110rem;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: red;
}

.btn {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
}

img.arrow:hover {
    transition: all 0.5s ease-in-out;
    flex-shrink: 0;
    background-color: rebeccapurple;
}

.fw__horizantal__card--content.fw__horizantal__card--col.bg-dark {
    background-color: #CEF2FF;
}

.fw__btn:hover {
    background-color: transparent;
    border-color: #ffffff;
    color: red;
}
.fw__blog--image {
    position: relative;
    padding-top: 67.24%;
    max-width: 23rem;
    flex: 0 0 23rem;
}

.fw__blog--image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fw__whatson__sec.fw__discover--sec .fw__vertical__card--inner p {
	olor: var(--secondary-color);
    max-width: 34.375rem;
}
.fw__whatson__sec.fw__discover--sec .fw__horizantal__card--content {
    text-align: center;
    background-color: #CEF2FF;
}
.fw__horizantal__card__main {
    padding-bottom: 0;
}

.fw__btn_blog svg  path + path {
    position: absolute;
    fill: red;
    top: 50%;
    transform: translate(0px, 12px) scale(0);
    transition: all 0.5s ease-in-out;
}

.fw__btn_blog:hover svg path + path {
    transform: translateX(0) scale(1);
}

footer {
    padding-top: 5.75rem;
}
.fw__footer--design {
    bottom: calc(100% - 6rem);
}
/* Tablet (≤ 1024px) */
@media (max-width: 1200px) {
    /*.fw__hero-banner {*/
    /*    min-height: 18.5rem; */
    /*    padding-top: 0.625rem;*/
    /*    position: relative;*/
    /*}*/
    .fw__hero-banner img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
    } 
    .number {
        font-size: 4rem;
    }
    .fw__blog--image {
        position: relative;
        max-width: 18rem;
        flex: 0 0 18rem;
    }
    .blog-text h2 {
        max-width: 21rem;
    }
    .fw__btn_blog svg {
        height: 1.375rem;
        width: auto;
    }
    .fw__btn_blog {
        gap: 13px;
    }
    
}
@media (max-width: 1024px) {
    .fw__blog-wrap {
        padding: 20px 40px;
        gap: 40px;
    }

    .number {
        font-size: 56px;
    }
}

/* Large Mobile (≤ 768px) */
@media (max-width: 991px) {
    .fw__blog-wrap {
        padding: 20px 0px;
        gap: 27px;
        flex-direction: column;
        align-items: flex-start;
    }
    .fw__blog--image {
        min-height: 368px;
        max-width: 368px;
        flex: 0 0 368px;
    }
    .fw__vertical__card--inner {
        padding-bottom: 3.25rem;
    }
    footer {
        padding-top: 0;
    }
    footer {
        margin-top: 5.938rem;
    }
   
}
@media (max-width: 768px) {
    .fw__hero--data.fw__find-us__heading h3,
    .fw__hero--data.fw__find-us__heading h2 {
        max-width: 210px;
        margin-inline: auto;
    }

    /* keep number + image side by side */
    .blog-left-bottom {
        flex-direction: row;
        align-items: flex-end;
        gap: 15px;
    }

    .blog-text h2 br {
        display: none;
    }

    .blog-text {
        width: 100%;
    }

    .blog-text h2 {
        width: 100%;
        padding-bottom: 0px;
    }
    .fw__whatson__sec.fw__discover--sec .fw__vertical__card--inner {
        padding-top: 44px;
        padding-bottom: 52px;
    }
    .blog-text .date {
        margin-top: 21px;
    }
    .blog-right {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 33px;
    }

    .cta {
        font-size: 20px;
    }
    .fw__blog-wrap {
        padding-bottom: 0;
    }
    .fw__blog-wrap::before {
        display: none;
    }
    .fw__blog-section .fw__blog-wrap + .fw__blog-wrap {
        padding-top: 3.563rem;
    }
    .fw__blog--image img {
        border-radius: 0;
    }
    .fw__blog-wrap {
        padding: 0;
    }
    .fw__blog__heading h3{
        font-size: 14px;
    }
}

/* Small Mobile (576px) */
@media (max-width: 576px) {
    /* still side by side */
    .blog-left-bottom {
        flex-direction: row;
        gap: 10px;
    }

    .number {
        font-size: 70px;
    }
    .fw__blog-section .container {
        padding-right: 0;
    }
    .blog-left {
        width: 100%;
    }
    .fw__blog--image {
        min-height: 368px;
        max-width: 368px;
        flex: 1;
        width: 100%;
    }
    .fw__blog-wrap{
        display: block;
    }
    .blog-left {
        flex: 0 0 23rem;
        max-width: 28rem;
        margin-bottom: 1.25rem;
    }

}

@media (max-width: 429px) {
    .number {
        font-size: 50px;
    }
}