.aboutus-banner-block {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 412px;
    background-size: cover;
    background-position: center;
}
.aboutus-banner-box{
    width: 580px;
}

.aboutus-banner-title {
color: #1A1A1A;
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 52px; /* 108.333% */
letter-spacing: 2px;
}

.aboutus-banner-subtitle {
   color: #1A1A1A;
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin: 0;
}

/* Responsive Styles */
@media (max-width: 1199.98px) {
    .aboutus-banner-title {
        font-size: 44px;
    }
    .aboutus-banner-subtitle {
        font-size: 18px;
        padding-right: 60px;
    }
    .aboutus-banner-box{
    margin-left: 0px;
}
}

@media (max-width: 767.98px) {
    .aboutus-banner-block {
        height: 374px;
        background-image: url('https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2025/12/services_overview-banner_mobile.png') !important;
    }
    .aboutus-banner-title br{
        display: none;
    }
    .aboutus-banner-block {
        text-align: center;
        justify-content: center;
    }
    .aboutus-banner-title {
        font-size: 40px;margin-bottom: 20px;
    }
    .aboutus-banner-subtitle {
        font-size: 18px;
        font-weight: normal;
        padding: 0;
    }
    .aboutus-banner-subtitle strong {
        font-weight: bold;
    }
    .aboutus-banner-box{
        margin-left: 0px;
    }
}