.about-wrapper .about {
    margin: 50px 0;
    padding: 50px;
    background-color: #fff;
}

.about-wrapper .about header h3 {
    color: #212121;
    font-weight: 600;
    font-size: 22px;
    line-height: 2rem;
    padding-bottom: 15px;
    border-bottom: 2px solid #c00d0e;
}

.about-wrapper .about header p {
    padding: 10px 0;
    text-align: start;
    line-height: 2rem;
    font-size: 16px;
    color: #5c5f61;
}

.about-teacher .teacher,
.about-teacher .card {
    border: none;
    background: transparent;
    position: relative;
    margin: 10px 0;
}

.about-teacher .teacher:hover .overlay,
.about-teacher .card:hover .overlay {
    opacity: 1;
}

.about-teacher .teacher:hover img,
.about-teacher .card:hover img {
    filter: grayscale(0);
}

.about-teacher .teacher img,
.about-teacher .card img {
    width: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.about-teacher .teacher .all-teacher,
.about-teacher .card .all-teacher {
    height: 490px;
}

@media screen and (max-width: 795px) {
    .about-teacher .teacher .all-teacher,
    .about-teacher .card .all-teacher {
        height: auto;
    }
}

.about-teacher .teacher h3,
.about-teacher .card h3 {
    font-size: 20px;
}

.about-teacher .teacher p,
.about-teacher .card p {
    font-size: 16px;
}

.about-teacher .teacher .overlay,
.about-teacher .card .overlay {
    position: absolute;
    bottom: 0;
    background: rgba(33, 33, 33, 0.8);
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .3s ease;
    opacity: 0;
    padding: 20px;
    text-align: center;
}

.address-wrapper .address {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 25px 45px;
    transition: all 0.3s ease;
}

.address-wrapper .address .address-content {
    background-color: #fff;
    padding: 30px;
    border-right: 5px solid #c00d0e;
}

.address-wrapper .address .address-content img,
.address-wrapper .address .address-content svg {
    width: 40px;
    padding: 0 10px;
}

.address-wrapper .address .address-content h1 {
    color: #c00d0e;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 15px;
}

.address-wrapper .address .address-content h3 {
    padding: 5px 0;
    font-size: 16px;
    color: #212121;
    font-weight: 600;
}

.address-wrapper .address .address-content h3 span {
    padding: 0 5px;
    color: #5c5f61;
    line-height: 2rem;
}

.address-wrapper .address .address-map {
    padding: 15px 0;
}

.address-wrapper .address .address-map #map {
    height: 300px;
    margin: 15px 0;
    background-color: #f1f1f1 !important;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.address-wrapper .address .address-map #map:hover {
    border: 2px solid #c00d0e;
}

.address-wrapper .address .address-map h3 {
    padding: 5px 0;
    font-size: 18px;
    color: #212121;
    font-weight: 600;
}

.address-wrapper .address .possibilities {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
    margin: 15px 0;
}

.address-wrapper .address .possibilities .possibilitie-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px;
    color: #212121;
}

.address-wrapper .address .possibilities .possibilitie-item img {
    width: 50px;
    object-fit: contain;
    margin-bottom: 5px;
} 
/*# sourceMappingURL=about.css.map */