.single .news-single-banner .post_title {
    font-size:clamp(40px, calc(2.5rem + ((1vw - 14.4px) * 2.7778)), 48px);
}

.head-normal h1,
.head-normal h2,
.head-normal h3,
.head-normal h4,
.head-normal h5,
.head-normal h6 {
    font-family: GeneralSans-Regular;
    font-weight: 400;
}
.ult_exp_section {
    background: #124144!important;
    border-radius: 1rem;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 12.8px) * 0.3125)), 16px) !important;
}
.approch .ult_exp_section {
    aspect-ratio: 1/.9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ult_exp_section.ult_active_section {
    background: #145155!important;
}
.md-text p{
    font-size: clamp(16px, calc(1rem + ((1vw - 12.8px) * 0.3125)), 18px);
    line-height: 1.6;
}
.property-listing .post_content h5{
    font-family: GeneralSans-Semibold;
    font-weight: 600;
}
.job-listing .section-title-tag p{
    font-size: clamp(12px,calc(0.75rem + ((1vw - 12.8px) * 0.3125)),14px);
}
.job-listing .section-title-tag {
    padding: .3rem .8rem;
}
.property-listing span.w-post-elm-value {
    display: inline-block;
     background: #F8F3EC;
    width: fit-content;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 14.4px) * 0.6944)), 14px);
}
.ult_exp_content {
    color: #fff;
    position: absolute;
    z-index: 2;
    padding: 0 .7rem 3rem !important;
    border-radius: 0 0 1rem 1rem;
    top: 70%;
}
.approch .ult_exp_section-main {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
}
.approch .align-icon br{
    display: none;
}
.max-auto{
    margin: 0 auto;
}
.why-the h2{
    margin-bottom: .5rem;
}
.text-md p{
    font-family: GeneralSans-Medium;
}
@media screen and (max-width: 1050px) {
    .single .news-single-banner .post_title  {
        font-size:35px;
    }
} 
@media screen and (max-width: 767px) {
    .single .news-single-banner .post_title  {
        font-size:24px;
    }
    .property-listing .w-grid-list{
        gap: 2.5rem !important;
    }
}  
@media screen and (max-width: 600px) {  
    .news-single-banner .post_author {
        display: flex !important;
        gap: .7em;
    }
    .news-single-banner .post_author .post-author-ava {
        margin: 0;
    }
}
@media screen and (min-width: 768px) {
    .property-listing article:nth-child(odd) .usg_vwrapper_2 {
        padding-left: 4rem;
    }
    .property-listing article:nth-child(even) .usg_vwrapper_2 {
        padding-right: 4rem;
    }
    .property-listing article:nth-child(even) .usg_hwrapper_1 {
        flex-direction: row-reverse;
    }

}