.staff-section1 {
    padding:250px 0 100px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    color:#fff;
}

.ss1-content {
    max-width:800px;
}

.staff-section2 {
    padding:100px 0 10px 0;
}

.ss2-header {
    text-align: center;
}

.staff-header-buttons {
    text-align: center;
}

.staff-btn {
    padding:10px 35px;
    border-radius: 10px;
    display: inline-block;
    background-color: #fff;
    border:1px solid #000;
    color:#000;
    font-weight: normal;
    font-size: 18px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    text-align: center;
    text-decoration: none;
    margin:0 5px 10px 0;
}

.staff-btn.active {
    background-color: var(--dark-green-color);
    border:1px solid var(--dark-green-color);
    color:#fff;
}

.staff-section3 {
    padding:50px 0;
}


.ss3-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.ss3-column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    border-radius: 15px;
    min-width: 318px;
    max-width: 318px;
    box-shadow:0 0 15px rgba(0,0,0,0.15);
}
.ss3-column img {
    border-radius: 15px 15px 0 0;
}

.ss3c-text {
    padding:20px;
}

.ss3c-text a {
    color:inherit;
    text-decoration: none;
    font-weight: bold;
}

.ss3-name {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

.ss3-title {
    margin: 5px 0 0 0;
    min-height:85px;
}