
 .light-background {
    background-color: #f9f9f9;
    
}

 .section {
    color: black;
    background-color: white;
    padding: 60px 0;
    
}

.section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
}
.section-title h2:before {
    margin: 0 15px 10px 0;
}

.section-title h2:before, .section-title h2:after {
    content: '';
    width: 50px;
    height: 2px;
    background:#e84545;
    display: inline-block;
}

.section-title h2:after {
    margin: 0 0 10px 15px;
}

.section-title h2:before, .section-title h2:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #e84545;
    display: inline-block;
}

.section-title p {
    margin-bottom: 0;
}

.team .member {
    position: relative;
}

.team .member .member-img {
    margin: 0 50px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 4px solid #f9f9f9;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2);
}

.team .member .member-img img {
    position: relative;
    z-index: 1;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.team .member:hover .member-img .social {
    padding-bottom: 0;
    visibility: visible;
    opacity: 1;
}

.team .member .member-img .social {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding-bottom: 20px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.team .member .member-img .social a {
    transition: 0.3s;
    color: white;
    font-size: 20px;
    margin: 0 8px;
}

.team .member .member-info {
    margin-top: 30px;
}


.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 18px;
}

.team .member .member-info span {
    font-style: italic;
    display: block;
    font-size: 15px;
    color: grey, transparent 40%;
    margin-bottom: 10px;
}

.team .member .member-info p {
    margin-bottom: 0;
    font-size: 14px;
}

.btn-tryteam {
    margin-top: 6%;
    
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    border: 2px solid #3498db;
    color: #3498db;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}



