section.about-home img {
    width: 100%;
    height: auto;
    max-width: 400px;
    min-height: 300px;
    max-height: 460px;
    object-fit: cover;
    object-position: top;
    height: 400px;
    transition: 0.5s all;
    border-radius: 10px;
}
.img {
    overflow: hidden;
    border-radius: 10px;
}
section.about-home img:hover {
    transform: scale(1.14);
}

.about-home .head-sec h2{
    margin-bottom: 40px;
}

.head-sec h2 {
  text-align: center;
}
.about-home {
    padding-top: 170px;
}
.about-home .row{
    gap:30px 0;
}
.about-home .name {
    margin-top: var(--m20);
    text-align: center;
}
.about-home .name h3{
    font-size:36px;
}
.about-home .name p{
    text-align:center;
}
.about-home .name h6{
    /* color:var(--white-color); */
}
.team-img {
    text-align: center;
}

  section.about-home .toggle-button {
        color: var(--btn-color);
        border: none;
        padding: 5px 0px;
        margin-top: 10px;
        cursor: pointer;
        border-radius: 3px;
        display: inline-block;
        transition: 0.3s ease;
    }

.team-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
}