/*about us page team section css*/
.our-team h2 {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 38px;
    color: #692a2a;
}

.our-team-founder {
    width: 600px;
    margin: 6%;
    margin-left: 8%;
    display: flex;
    flex-direction: row;
    background-color: #e6cea3;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #692a2a;
    box-shadow: 0 8px 16px 0 #e6cea3;
}

.our-team-founder-img {
    width: 420px;
    border-radius: 40px;
}

.our-team-founder-content {
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.our-team-founder-content h5 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 28px;
    font-weight: bold;
    color: #692a2a;
}

.our-team-founder-content p {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 14px;
    padding-top: 10px;
}

.our-team-founder-content button {
    background-color: #692a2a;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 14px;
    color: #e6cea3;
}

.our-team-founder-content button a {
    text-decoration: none;
    color: #e6cea3;
}

.our-team-members {
    display: flex;
    flex-direction: row;
    margin: 4%;
    gap: 10px;
}

.our-team-members-img img {
    width: 180px;
    height: 200px;
    object-fit: cover;
    padding: 20px;
    border-radius: 40px;
    justify-content: center;
    margin: 60px;
}

.member1 {
    width: 400px;
    border-radius: 40px;
    background-color: #e6cea3;
    padding: 40px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: justify;
    border: 1px solid #692a2a;
    box-shadow: 0 8px 16px 0 #e6cea3;
    margin: 10px;
}

.our-team-members-content h5 {
    margin-left: 2%;
    font-weight: bold;
    font-size: 24px;
}

.our-team-members-content p {
    margin-top: 4%;
    font-size: 18px;
    text-align: justify;
}

@media(max-width:760px){
    
    .our-team-founder {
        width: 800px;
        height: auto;
        margin: 2%;
        margin-left: 4%;
        display: flex;
        flex-direction: row;
        background-color: #e6cea3;
        padding: 40px;
        border-radius: 20px;
        border: 1px solid #692a2a;
        box-shadow: 0 8px 16px 0 #e6cea3;
    }

.member1 {
    width: 400px;
    border-radius: 40px;
    background-color: #e6cea3;
    padding: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: justify;
    border: 1px solid #692a2a;
    box-shadow: 0 8px 16px 0 #e6cea3;
    margin: 40px;
}

.our-team-members-content h5 {
    margin-left: 2%;
    font-weight: bold;
    font-size: 18px;
}

}
