.hero-about-us {
    position: relative;
}

.hero-about-us .img-hero-about-us {
    width: 100%;
    height: 380px;
    object-fit: cover;
}


.hero-about-us .hero-content h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.hero-about-us .hero-content .hero-text-1 {
    font-weight: bold;
    font-size: 22px;
    line-height: 60px;
    display: inline-block;
}

.hero-about-us .hero-content .hero-text-2 {
    font-weight: bold;
    font-size: 58px;
    line-height: 90px;
    display: inline-block;
}

.hero-about-us .hero-content .img-mouse {
    width: 24px;
}

.hero-about-us .hero-content .text-scroll {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin-top: 10px;
}

.hero-about-us .hero-content .scroll-instruction-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
}

.about-us-content {
    padding: 70px 0px;
}

.about-us-content h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.benefits-section {
    padding: 80px 0px;
    background: url(../img/pages/about-us/benefits-bg.jpg) center no-repeat;
    background-size: cover;
}

.benefits-section .benefits-item-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.benefits-section .benefits-item {
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.benefits-section .benefits-item .img-benefits {
    margin-bottom: 12.5px;
    max-width: 64px;
}

.benefits-section .benefits-item .benefits-item-text {
    width: 170px;
}

.vision-goal-section {
    padding: 70px 0px;
}

.vision-goal-section .section-title-1,
.vision-goal-section .section-title-2 {
    font-size: 58px;
    display: block;
    font-weight: bold;
    line-height: 70px;
}

.vision-goal-section .section-title-2 {
    padding-left: 36px;
}

.vision-goal-section .vision-goal-item{
    padding-bottom: 20px;
}
.vision-goal-section .vision-goal-item-header {
    display: flex;
    align-items: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.vision-goal-section ul {
    padding-left: 26px;
    list-style: none;
    margin-bottom: 0px;
}

.vision-goal-section ul li{
    position: relative; 
    padding-bottom: 20px;   
}
.vision-goal-section ul li::before{
    content: '';
    width: 16px;
    height: 16px;
    background: var(--primary-300);
    display: inline-block;
    position: absolute;
    left: -26px;
    top: 4px;
    border-radius: 6px;
}

.section-header {
    font-size: 22px;
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 40px;
}

.our-services-section{
    padding-top: 0px;
    padding-bottom: 70px;
}

.our-services-section .nav-services .nav-link{
    background: var(--primary-0);
    color: black;
    border-bottom: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px;
}
.our-services-section .nav-services .nav-link.active{
    color: white;
    background: var(--primary);
}
.our-services-section .nav-services .nav-link:not(.active) .img-icon-services{
    filter: invert(1);
}
.our-services-section .nav-services .nav-link:first-of-type{
    border-radius: 5px 5px 0px 0px;
}
.our-services-section .nav-services .nav-link:last-of-type{
    border-radius: 0px 0px 5px 5px;
}
.our-services-section .nav-services .nav-link:not(.active) .img-arrow{
    display: none;
}
.our-location-section{
    margin-bottom: 70px;
}
.our-location-section .link-location{
    display: inline-block;
    margin-bottom: 30px;
}
.our-location-section .text-location{
    text-align: center;
}
.our-location-section .text-location .location-name{
    font-weight: bold;
    margin-bottom: 0px;
}