#wrapper {
    background-color: #FFFFFF;
}

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

h2 {
    margin-left: unset;
}

/*main section css*/
.blog-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-container {
    margin-left: 10px;
}

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

.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;
    /*max-width: 100%;*/
}

.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: 100%;
    /*width: 49rem;*/
}

/*.blog-post__image {*/
/*     !*width: fit-content;*!*/
/*     !* max-width: 420px; *!*/
/*     !* height: 330px; *!*/
/*     max-width: 430px;*/
/*     height: fit-content;*/
/* }*/

/*.blog-post__image img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    max-height: 240px;*/
/*    !*min-width: 420px;*!*/
/*    !*max-width: 427px;*!*/
/*    !*height: 310px;*!*/
/*}*/

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

.blog-post__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


.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;

}

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

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

    padding-top: 0;
}

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

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

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

    .blog-row__title {
        display: none;
    }

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

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

    .blog-post__text {
        line-height: 40px;
    }
}
