.banner {
    margin-top: 69px;
    background: linear-gradient(#00000075, #000c), url(../img/banner9.jpg), no-repeat;
    background-position-y: 18px;
    width: 100%;
    height: 408px;
    overflow: hidden;
    background-attachment: fixed;
}

.banner-text h3 var {
    line-height: 52px;
    font-size: 22px;
    color: #cff4fc;
    word-spacing: 10px;
    letter-spacing: 3px;
}

.banner-text a button {
    padding: 15px 30px;
    width: 70%;
    border: none;
    border-radius: 5px;
    background: linear-gradient(to left, #eee, rgba(213, 213, 213, 0.933));
    font-size: 21px;
    transition: .6s box-shadow;
    outline: none;
}

.banner-text a button:hover {
    box-shadow: #d7d7d7b8 0px 0px 20px 9px;
}

.banner-img {
    width: 400px;
    text-align: center;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hr:not([size]) {
    height: 1px;
}

.alert {
    position: relative;
    padding: .5rem 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc5e;
    border-color: #b6effb;
}

.text-info {
    color: #009688;
}

.about {
    margin: 15px;
}

.about-text {
    line-height: 3.5rem;
    text-align: left;
    font-family: sans-serif;
    font-size: 16px;
}

.about-img {
    text-align: center;
}

.about-text cite ul li {
    list-style: outside;
}

.about-text ul li {
    line-height: 2.8rem;
    text-align: left;
}

.back {
    background: url(../img/banner.jpg) fixed;
}

.title {
    padding: 21px;
    text-align: center;
    padding: 25px;
}

.card {
    width: 375px;
    overflow: hidden;
    box-shadow: #0000007d 7px 9px 20px 4px;
    border-radius: 12px;
    padding: 7px;
    margin: 25px 0px;
    background: #ffffffbd;
}

.card-img {
    width: 100%;
    overflow: hidden;
    height: 190px;
    margin-bottom: 25px;
}

.card-img img {
    width: 386px;
    margin-left: -10px;
    transition: .5s width;
}

.card-img img:hover {
    width: 420px;
}

.card-text h3 {
    text-align: center;
    color: #357797;
    padding-top: 4px;
    line-height: 24px;
    font-size: 19px;
    text-transform: none;
    font: small-caption;
    font-weight: 550;
}

.card-text h3 var {
    font-size: 19px;
}

.card-addres {
    padding: 28px 9px;
    font-size: 17px;
    text-align: center;
    font-weight: 545;
    text-transform: none;
    color: #1edb46;
    font-family: monospace;
}

.banner-text h3 var {
    font-size: 16px;
    width: 50%;
}

.banner-text a button {
    width: 300px;
    font-size: 19px;
}

.banner-img img {
    margin-top: 12px;
    margin-left: -12px;
    width: 400px;
}

@media only screen and (max-width: 991px) {
    .banner {
        height: 300px;
    }
    .banner-img img {
        display: none;
    }
    .about-text * {
        width: 100%;
    }
    .about-img img {
        width: 100%;
    }
}

@media only screen and (max-width: 769px) {
    .banner {
        height: 450px;
    }
    header .logo {
        margin-left: 16pc;
    }
    .banner-img img {
        display: none;
    }
    .banner-text {
        width: 100%;
    }
    .banner-text h3 var {
        font-size: 28px;
    }
}

@media only screen and (max-width:576px) {
    header .logo {
        margin-left: 10pc;
    }
    .banner-text h3 var {
        font-size: 23px;
    }
    .banner-text h3 {
        font-size: 23px;
    }
    header .logo img {
        margin-left: -15pc;
    }
}