h2,
h3,
p {
    text-align: center;
}

.background-despre-noi {
    
    background-image: url("../images/background-template.jpg");
}


.about-img {
    border-radius: 50%;
    height: 250px;
    width: auto;
    max-width: 350px;
    
    aspect-ratio: 1 / 1;
}


.luxury-smiles-member {
    display: inline-block;   
    text-decoration: none;
    color: black;
}

.about-heading {
    text-align: center;
    padding: 40px 0px;
    font-family: "cinzel", "poppins", Arial, sans-serif;
    letter-spacing: -1px;
}

.team-section {
    padding-top: 40px;
    padding-bottom: 30px;
    width: 85%;
    margin: auto;
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
  
}

.img-wrapper {
    padding-bottom: 40px;
    transition: all 0.4s ease-in-out;
}

.img-wrapper:hover {
    transform: translateY(20px);
}

.team-section a:hover {
    color: rgb(30, 191, 30)!important;
}

.team-section h3 {
    
      font-family: "cinzel", "poppins", Arial, sans-serif;
}

.team-section p {
    color: rgb(30, 191, 30);
}

.team-section > * {
    flex: 1;
}


@media only screen and (max-width: 900px) {
    .team-section {
        
        flex-direction: column;
    }
}
