.main-section {
    padding-top: 10rem;
}

h2 {
    margin-left: unset;
}

/*main section css*/
.blog-post__image {
    max-width: 430px;
    height: 240px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.more-blogs img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.more-blogs-row__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 65px;
    font-weight: 700;
    line-height: 79px;
    letter-spacing: -0.02em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.blog-more-post__text {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0;
    text-align: left;
    max-width: 95%;
    overflow-x: hidden;
}

.blog-container {
    margin: auto;
}

.blog-container_text {
    padding-left: 0;
    margin-bottom: 2rem;

    height: fit-content;

    text-align: center;
}

.date {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
}

.blog-container_text h1 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 82px;
    letter-spacing: 0;
    text-align: left;
}

.blog-container_text h3 {
    text-transform: uppercase;
    font-family: 'Monserrat', sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0;
    text-align: left;
    max-width: 70%;
}

.blog-post__text {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0;
    text-align: left;
    max-width: 100%;
    overflow-wrap: anywhere;

}


.blog-container_text h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
}

.blog-container_text p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;

}

.blog-container_text-under-post {
    text-align: center;
    font-size: 18px;
}

.blog-container_text-under-post h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0;
    text-align: left;
}

.blog-container_text-under-post p {
    text-align: left;
}

.blog-container_text-under-post li {
    padding-top: .5rem;
    text-align: left;
    word-break: break-word;
}

.image img {
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 450px;
}

.more-blogs__image img {
    max-width: 430px;
    height: 240px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.more-blogs__text {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;

}

/*bottom section css*/
.o-bottom-section--background {
    background-image: url("../../../images/blog/about-page-banner 1.png");
}

.o-bottom-section--background {
    background-position: 70%;
    background-repeat: no-repeat;
    min-height: 540px;
    max-width: 100%;
}

/*media queries*/

@media only screen and (max-width: 991px) {
    .main-section {
        padding-top: 4rem;
    }

    .blog-container_post-introduction {
        display: grid;
        border: none;
        height: unset;
    }
}

@media only screen and (max-width: 767px) {
    .blog-container_text h3 {
        max-width: 100%;
    }
}

@media only screen and (max-width: 540px) {
    .blog-container {
        margin: unset !important;
    }

    .blog-container_text {
        margin-bottom: 70px;
    }

    .more-blogs-row__title {
        display: none;
    }

    .blog-container_text h1 {
        font-size: 40px !important;
        line-height: 50px;
    }

    .blog-container_text h3 {
        font-size: 23px !important;
        line-height: 32px;
        width: 95%;
    }

    .more-blogs__text,
    .blog-container_text h4,
    .blog-container_text-under-post h4 {
        line-height: 40px;
    }
}
