.latest-post-sec {
    padding: 80px 0 100px;
}
.latest-post-top h2 {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 65px;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 0 0 60px !important;
}
.latest-post-block {
    border: 1.06px solid #DDD6D6;
    border-radius: 9.5px;
    padding: 32.34px 51.74px 38.01px 21.12px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    max-width: 392.82px;
    justify-content: space-between;
}
/* .latest-post-block-botm {margin-top: auto;} */
.lastest-post-main {
    gap: 28.18px;
    height: 100%;
}
.latest-post-block h3 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 24.8px;
    line-height: 31.68px;
    letter-spacing: 0;
    margin: 0 0 19.42px;
    color: #4c4c4c;
}
.latest-post-block p {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 16.9px;
    line-height: 21.12px;
    letter-spacing: 0;
    color: #4c4c4c;
    min-width: 319.96px;
    margin: 0 0 28px;
    /* margin-top: auto; */
}
.learn-more-post {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 16.9px;
    line-height: 100%;
    letter-spacing: 9%;
    text-transform: uppercase;
    color: #0CB2C9;
    /* margin-top: auto; */
}

@media screen and (max-width:767px){
    /* .latest-post-sec {
        padding: 0 44.7px 44.68px 51px;
    } */
    .latest-post-top h2 {
        font-size: 20px;
        line-height: 27px;
        margin: 0 0 40px !important;
    }
    .page-id-144 .latest-post-top h2 {
        line-height: 110% !important;
        font-weight: 700 !important;
        font-size: 28px !important;
    }
    .latest-post-sec {
        padding: 20px 0 45px;
    }
    .lastest-post-main {
        gap: 18px;
    }
    .latest-post-block {
        max-width: 100%;
        padding: 25px;
    }
    .lastest-post-main {
        flex-wrap: wrap;
        flex-direction: column;
        max-width: 100%;
    }
    .latest-post-block h3 {
        font-size: 16px;
        line-height: 22.68px;
        margin: 0 0 15px;
    }
    .latest-post-block p {
        font-size: 10px;
        line-height: 13.51px;
        min-width: 270px;
        margin: 0 0 15px;
    }
    .learn-more-post {
        font-size: 10.07px;
        line-height: 14.61px;
    }
    .latest-post-top h2 {
        margin: 0 0 28px !important;
    }
}
@media screen and (max-width:400px){
    .latest-post-block p {
        min-width: 200px;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    .latest-post-sec {padding: 50px 51px;}
    .latest-post-sec .tg-container{padding: 0;}
    .latest-post-top h2 {
        font-size: 24px;
        line-height: 100%;
        margin: 0 0 30px !important;
    }
    .latest-post-block {
        max-width: unset;
        padding: 25px;
        width: calc(50% - 10px);
    }
    .latest-post-block p {
        min-width: unset;
        margin: 0 0 14px;
        font-size: 13px;
        line-height: 18px;
    }
    .lastest-post-main {
        flex-wrap: wrap;
        gap: 20px;
    }
    .latest-post-block h3 {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 14px;
    }
    .learn-more-post {
        font-size: 13px;
    }
}
.page-id-144 .latest-post-top h2 {
    text-align: center;
}