.section{background-color:#080d2e;padding-top:50px}
@media (max-width:767px){
    .section{padding-top:30px}
}

.bg-section-inner{padding:100px 20px;color:#fff;background-color:#080d2e}
.hero-text{text-align:center;}
.hero-text h1{font-size:48px;line-height:60px;color:#fff;font-weight:400;margin-bottom:20px}
.hero-text h1 span{color:#c59b6d}
.hero-text p{margin-top:16px;margin-bottom:30px;font-size:18px;line-height:28px}
@media (min-width:992px){
.bg-section-inner{padding:150px 50px}
.hero-text h1{font-size:82px;line-height:100px;margin-bottom:30px}
.hero-text p{font-size:20px;line-height:36px}

}
@media (min-width:768px) and (max-width:991px){
.bg-section-inner{padding:120px 40px}
.hero-text h1{font-size:60px;line-height:80px;margin-bottom:25px}
.hero-text p{font-size:18px;line-height:30px}

}
@media (max-width:767px){
.bg-section-inner{padding:80px 0}
.hero-text h1{font-size:30px;line-height:40px;margin-bottom:20px}
.hero-text p{margin-top:15px;margin-bottom:10px;font-size:20px;line-height:36px}
}






.services-section{display:grid;grid-template-columns:1fr;gap:1rem;}
.service-item{display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.3);padding:20px 0}
.service-item .highlight{color:#c59b6d;font-weight:700;margin-right:10px}
.service-item a{color:#fff;text-decoration:none;width:100%;font-size:20px;line-height:30px;transition:color .3s ease}
.service-item a:hover{color:#c59b6d}
@media (min-width:992px){
.services-section{grid-template-columns:1fr 1fr}
.service-item a{font-size:36px;line-height:50px}
}
@media (min-width:768px) and (max-width:991px){
.services-section{grid-template-columns:1fr}
.service-item a{font-size:28px;line-height:40px}
}
@media (max-width:767px){
.service-item a{font-size:18px;line-height:28px}
.service-item{padding:15px 0}
}



.scroll-target-header-offset{width:100%;height:120px;margin-top:-120px}
.resources-heading {
    margin-bottom: 60px;
}
.resources-heading h2 {
    text-align: center;
    color: #f8f9fa;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 60px;
}

.resources-heading p {
    font-size: 32px;
    text-align: center;
    line-height: 42px;
    width: 90%;
    margin: 0 auto;
    color: #e0e0e0;
}

@media (min-width: 576px) {
    .resources-heading h2 {
        font-size: 60px;
        line-height: 72px;
    }
    .resources-heading p {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (min-width: 768px) {
    .resources-heading h2 {
        font-size: 72px;
        line-height: 84px;
    }
    .resources-heading p {
        font-size: 45px;
        line-height: 55px;
        width: 90%;
    }
}

@media (min-width: 992px) {
    .resources-heading h2 {
        font-size: 72px;
        line-height: 96px;
    }
    .resources-heading p {
        font-size: 50px;
        line-height: 60px;
        width: 90%;
    }
}

@media (max-width: 575px) {
    .resources-heading h2 {
        font-size: 48px;
        line-height: 60px;
    }
    .resources-heading p {
        font-size: 32px;
        line-height: 42px;
        width: 95%;
    }
}