section{
    padding-top: 100px;
    padding-bottom: 50px;
}
/* Hero */
.hero-box .box p {
    width: 500px;
}
.hero-box .box img {
    width: 400px;
}
.hero-box .box:nth-child(1) {
    -o-animation-delay: 5ms;
}
@media (max-width: 992px) {
    .hero-box .box p {
        width: 300px;
        font-size: 14px;
    }
    .hero-box .box img {
        width: 300px;
    }
}
@media (max-width: 768px) {
    .hero {
        padding-top: 50px;
    }
    .hero-box {
        text-align: center;
    }
    .hero-box .box p {
        width: 100%;
    }
}
/* End Hero */

/* About */
.about-box img {
    width: 400px;
}
@media (max-width: 475px) {
    .about-box img {
        width: 300px;
    }
}
/* End About */

/* Services */
.online-box .online i {
    font-size: 30px;
}
.offline-box .offline i {
    font-size: 30px;
}
/* End Services */

/* Faq */
.faq-box .accordion-button::after {
    background-color: white;
    border-radius: 100%;
}
/* End Faq */
/* Footer */
.footer {
    margin-top: 100px;
    padding-bottom: 20px;
}
.footer .footer-box .col:nth-child(2) a {
    opacity: 75%;
    }
.footer .footer-box .col:nth-child(2) a:hover {
    opacity: 100%;
}
.copyright {
    margin-top: 50px;
}
/* End Footer */