body {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    font-family: 'Open Sans', Arial, sans-serif;
}

.hero {
    width: 100%;
    height: 440px;
    position: relative;
    display: flex;
    align-items: end;
    padding: 0 0 2rem 0;
    background: url(../img/about-us/background.png) no-repeat center;
    background-size: cover;
}

.hero h1 {
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: 600;
}

.logo {
    font-weight: bold;
    font-size: 28px;
    color: black;
}

.about-section {
    padding: 40px 0;
}

.features-section {
    padding: 40px 0;
}

.feature-item {
    margin-bottom: 20px;
}

.service-box {
    border: 2px solid #e17523;
    border-radius: 20px;
    padding: 15px 0px;
    text-align: center;
    margin: 0px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-tagline {
    text-align: center;
    color: #000;
    font-style: italic;
    padding: 30px 0;
    font-weight: 700;
    font-size: 38px;
}

.check-icon {
    color: #4CAF50;
    margin-right: 5px;
}

.about-section p,
p {
    font-size: 20px;
}

.service-boxes .h6,
h6 {
    font-size: 22px;
    font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399.9px) {

    .service-boxes .h6,
    h6 {
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1199.9px) {

    .service-boxes .h6,
    h6 {
        font-size: 14px;
    }
}

@media (max-width: 991.9px) {
    .service-boxes {
        display: grid;
    }

    .service-boxes .col-md-2 {
        width: 100%;
    }

    .about-section p,
    p {
        font-size: 15px;
    }

    .service-boxes {
        gap: 10px;
    }
}

@media (max-width: 767.9px) {}