img.banner {
    max-width: 100%;
    height: auto;
}

.card.about-us {
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    background: #fff;
    height: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-us p {
    text-align: justify;
    font-size: 1rem;
    line-height: 1.75rem;
}

.container-fluid.manager {
    margin-top: 9rem;
}

.row.about-us-description {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

h2.nameTitle {
    text-align: center;
    margin: 1rem 0 4rem 0;
    display: block;
}

@media (min-width: 787px) {
    .manager-2 {
        margin-right: 6rem;
    }

    h2.nameTitle {
        margin-right: -4rem;
        margin-bottom: 1rem;
    }
}

h5.card-title {
    margin: 0 auto;
    text-align: center;
    font-size: .9rem;
    font-weight: 800;
}

.card.about-us img {
    width: 45%;
    margin: 0 auto;
}

.card-body {
    flex: none !important;
}

h1 {
    text-align: center;
}

.about-us {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
}

@media screen and (max-width:1000px) {
    .card.about-us {
        margin-top: 1.2rem;
    }
}

@media screen and (max-width:560px) {
    .card.about-us {
        height: 20rem;
    }
}