.blog-hero .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: unset;
    margin-top: 3rem;
}

.blog-hero .container h1 {
    color: var(--BLACK);
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin-top: 3rem;
}

.blog-hero-container {
    display: flex;
    padding: 27.708px 30.998px 33.06px 32px;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    background: var(--Primary-P50);
    width: 100%;
    gap: 22px;
}

.blog-hero-bg {
    width: 574.074px;
    height: 485.232px;
    flex-shrink: 0;
    border-radius: 20px;
    background: url(../images/blogs/bg-hero.png) lightgray 50% / cover no-repeat;
}

.blog-hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 38px;
    width: 100%;
}

.blog-hero-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    align-self: stretch;
}

.blog-hero-text h3 {
    color: var(--DARK);
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.blog-hero-text p {
    color: var(--Neutral-N400);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.blog-hero-text span {
    color: var(--Neutral-N400);
    font-family: Montserrat;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 40px;
}

.blog-hero-label {
    display: flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: var(--MAIN-2);
    color: var(--WHITE);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.blog-hero-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.blog-hero-footer span {
    color: var(--Neutral-N400);
    font-family: Montserrat;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 40px;
}

.blog-read-more {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--MAIN-GRADIENTS);
    background: var(--MAIN-GRADIENTS);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--WHITE);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}


/* BLOG SECTION */
.blog-section {
    padding: 5rem 0rem;
}

.blog-section .container {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 20px;
    background: var(--Primary-P50);
}

.blog-section-container {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 20.895px;
    align-self: stretch;
    flex-wrap: wrap;
}

.blog-card {
    display: flex;
    width: 49%;
    padding: 10px;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    border-radius: 18.673px;
    background: var(--WHITE);
}

.blog-card-img {
    width: 253.629px;
    height: 276.366px;
    border-radius: 13.73px;
}

.blog-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.blog-card-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.blog-card-label {
    display: flex;
    padding: 3.432px 10.297px;
    justify-content: center;
    align-items: center;
    gap: 6.865px;
    border-radius: 13.73px;
    background: var(--MAIN-3);
    color: var(--WHITE);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.blog-card-header h1 {
    color: var(--DARK);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.blog-card-header p {
    color: var(--Neutral-N400);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.blog-card-header span {
    color: var(--Neutral-N400);
    font-family: Montserrat;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 20px;
}

.blog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.blog-card-footer span {
    color: var(--Neutral-N400);
    font-family: Montserrat;
    font-size: 10px;
    font-style: italic;
    font-weight: 500;
    line-height: 27.46px;
}

/* END OF BLOG SECTION */


/* MOBILE RESPONSIVE  */
@media only screen and (max-width: 1122px) {

    .blog-hero .container,
    .blog-section .container {
        max-width: 780px !important;
    }

    .blog-hero {
        padding: 1rem;
    }

    .blog-hero .container {
        margin-top: 1rem;
    }

    .blog-hero .container h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .blog-hero-container {
        flex-direction: column;
        padding: 20px;
        justify-content: center;
    }

    .blog-hero-content,
    .blog-hero-text {
        gap: 20px;
    }

    .blog-hero-bg {
        display: flex;
        align-self: flex-start;
        width: 100%;
        height: 400px;
    }

    .blog-hero-label {
        padding: 3px 10px;
        border-radius: 30px;
        font-size: 16px;
        line-height: 30px;
    }

    .blog-hero-text h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .blog-hero-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-hero-text span {
        font-size: 14px;
        line-height: 24px;
    }

    .blog-hero-footer span {
        font-size: 14px;
        line-height: 24px;
    }

    .blog-read-more {
        padding: 8px 10px;
    }

    .blog-section {
        padding: 5rem 1rem;
    }

    .blog-section .container {
        padding: 16px;
    }

    .blog-card {
        width: 48%;
        flex-direction: column;
    }

    .blog-card-img {
        width: 100%;
        height: auto;
    }

    .blog-card-content {
        gap: 20px;
    }

    .blog-card-header h1 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 750px) {
    .blog-card {
        width: 100%;
    }
}