.main__title {
    font-size: 26px;
}

.agendac {
    width: 100%;
    height: 300px;
}

.our-team {
    text-align: center;
    margin-bottom: 20px;
    display: none;
}

.our-team .container--flex {
    align-items: flex-start;
}

.our-team__title {
    
    color: orchid;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 10px;
}

.our-team__img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
    object-fit: cover;
    
}


.our-team__txt {
    padding: 10px;
    
}

.today-special {
    display: none;
}

.today-special__title {
    color: rgb(23, 159, 250);
}

.today-special__img {
    object-fit: cover;
}

@media screen and (min-width:480px) {
    .our-team__img {
        width: 130px;
        height: 130px;
        
    }
}

@media screen and (min-width:768px) {
    .our-team__img {
        width: 220px;
        height: 220px;
        
    }
}

@media screen and (min-width:1024px) {
    .our-team__img {
        width: 290px;
        height: 290px;
        
    }
    .our.our-team__title {
        font-size: 2.2em;
    }

    .main__about__description {
        padding-bottom: 15px;
    }


}

