.main__info {
    color: #000;
    padding-top: 5rem;
    padding-bottom: 3rem;
    background-color: rgb(241, 241, 241);
    margin: 20px 0 0 0;
}

.ct .desc {
    font-size: 14px;
}

.info__contact--img {
    text-align: center;
}

.info__contact--img img {
    width: 40px;
    height: 40px;
    margin: 0 0 15px 0;
}

.info__contact--title h3 {
    font-size: 17.5px;
    text-align: center;
}

.contact__main {
    border-radius: 10px;
    padding: 20px;
    background-color: #ffffff;
    height: 100%;
}

.info__contact--text {
    text-align: center;
}

.info__contact .row {
    justify-content: space-around;
}

.contact__general {
    padding: 0;
}

.texr-center__repair {
    color: #000;
}

.ourteam__boss {
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    background-color: #ffffffbd;
}

.boss__img img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
}

.ourteam__staff {
    border-radius: 10px;
    background-color: #ffffffbd;
    padding: 10px;
    text-align: center;
}

.staff__img img {
    width: 130px;
    height: 130px;
    border-radius: 100%;
}

.row__staff--first {
    margin-bottom: 45px;
}

.section-title {
    margin-bottom: 50px;
}

.staff__title--name {
    padding: 5px 0;
}

.boss__title h3 {
    padding: 5px 0;
}


/* Responsive mobile */

@media screen and (max-width:768px) {
    .staff__title--name {
        font-size: 15px;
    }
    .staff__img img {
        width: 50px;
        height: 50px;
    }
    .boss__img img {
        width: 100px;
        height: 100px;
    }
    .boss__title h3 {
        font-size: 16px;
    }
    .ourteam__boss {
        height: 255px;
        overflow: hidden;
    }
    .ourteam__staff {
        margin: 10px 0 0 0;
    }
    .row__staff--first {
        margin-bottom: 0;
    }
}