.hero {
    padding: 50px 0;
}

.hero .text-content {
    padding-top: 35px;
}

.hero img {
    display: block;
    margin-left: auto;
}

.hero figcaption {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: right;
    color: #414551;
    max-width: 230px;
    margin-left: auto;
    margin-top: 25px;
}

.hero .text-content .title {
    font-family: 'Palanquin Dark';
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #414551;
    margin-bottom: 45px;
}

.hero .text-content .description {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #414551;
}

.hero .text-content .description p {
    margin-bottom: 25px;
}
@media screen and (max-width:991.9px) {
    .hero .text-content .title{
        margin-bottom: 15px;
    }
    .hero .text-content{
        padding: 0;
    }
}


.text-content-section {
    padding: 71px 0;
}

.text-content-section .title {
    font-family: 'Palanquin Dark';
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #414551;
    margin-bottom: 45px;
}

.text-content-section .description {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #414551;
}

.text-content-section .description p {
    margin-bottom: 25px;
}

/* image-content-featured */
.image-content-featured {
    padding: 45px 0;
    background-color: #FAF9F7;
}

.image-content-featured .row {
    background: #FFFFFFCC;
    box-shadow: 0px 1px 6px 2px #00000012;
    border-radius: 15px;
    padding: 43px 42px 42px 53px;
}

.image-content-featured .text-content {
    height: auto;
}

.image-content-featured .text-content .title {
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 45.28px;
    text-align: left;
    color: #414551;
    margin-bottom: 25px;
}

.image-content-featured .text-content .description {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    margin-bottom: 25px;
}

.image-content-featured .text-content .description p {
    margin-bottom: 15px;
}
@media screen and (max-width:767.9px) {
    .image-content-featured .row{
        padding: 20px;
        margin: 0;
    }
}
/* image-content-featured  end*/

.featured-posts{
    padding: 70px 0;
}

.featured-posts .page-title {
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #414551;
    margin-bottom: 60px;
}

.featured-posts .blog-item {
    padding: 20px 20px 30px;
    box-shadow: 0px 1px 6px 2px #00000012;
    background: #FFFFFFCC;
    border-radius: 15px;
    display: block;
    height: auto;
}

.featured-posts .blog-item .title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #414551;
    margin-top: 21px;
}
.archive-wrapper {
    padding: 0 68px;
    row-gap: 62px;
}

@media screen and (max-width:1199.9px) {
    .archive-wrapper {
        padding: 0;
    }
}

@media screen and (max-width:767.9px) {
    .archive-wrapper img {
        max-width: unset;
        width: auto;
        height: auto;
    }
}