@media (max-width:767px) {
    .contact-phone {
        font-size: 22px;
        line-height: 22px;
    }
    .header-description-top {
        font-size: 18px;
    }
    .contact-address {
        width: 100%;
    }
    .about-description,
    .team-description,
    .contact-description,
    .header-description {
        font-size: 15px;
    }
    .slide-title,
    .about-title,
    .team-title,
    .contact-title {
        font-size: 26px;
    }
    .btn-large {
        padding: 0.75rem 1.5rem;
        border-radius: 45px;
        font-size: 18px;
        line-height: 1em;
        margin: auto;
    }
}

@media all and (max-width:991px) {
    .footer,
    .footer .material {
        font-size: 1rem;
    }
    .carousel-top {
        margin-left: -4px;
        margin-bottom: 15px;
        margin-right: 15px;
    }
    .carousel-top .item {
        border-radius: 15px 15px 15px 15px;
        -webkit-border-radius: 15px 15px 15px 15px;
        -moz-border-radius: 15px 15px 15px 15px;
        -ms-border-radius: 15px 15px 15px 15px;
        -o-border-radius: 15px 15px 15px 15px;
    }
    .carousel-top::after {
        right: -15px;
        top: 15px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
    .navbar-nav {
        flex-direction: column !important;
    }
}

@media all and (min-width: 992px) {
    .lg-text-center {
        text-align: center;
    }
}