@font-face {
    font-family: 'garamound';
    src: url(../webfonts/garamound.woff2);
}
@font-face {
    font-family: 'cambria';
    src: url(../webfonts/Cambria.woff);
}

.hero-content-elite .section-title h1{
    font-weight: 600;
}
.hero-content-elite .section-title h1{
    font-size: 47px;
}

.service-item-body-elite .icon-box{
        background: white;
}

.section-content-btn .section-btn {
    margin-top: 30px;
    text-align: end;
}

   .logo-main {
    width: 280px;
    height: auto;
}

@media (max-width: 768px) {
    .logo-main {
        width: 175px;
    }
}