.employees{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 80px 60px;
    margin: 50px 0 110px;
}

.employees .employees-block{
    width: 270px;
    height: 270px;
    grid-column: span 3;
}

.employees .employees-block img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog .employees .employees__text{
    font-size: 24px;
    line-height: 29px;
    color: var(--pagination-color);
    margin-left: 20px;
    margin-top: 5px;
}

.blog .employees p.employees__text a {
  color: var(--btn-bg-color);
  background-color: inherit;
  padding: 0px !important;
  font-size: inherit !important;
  font-family: inherit;
  display: inherit;
}


.employees-block p{
    grid-column: span 3;
}

.employees.employees-block p{
    line-height: 24px;
    margin: 0;
}

.employees.employees-block{
    gap: 30px;
}

.employees.employees-block img{
    margin-bottom: 5px;
    width: 90%;
    height: auto;
}

.custom-tabs{
    background-color: rgba(255, 95, 0, 0.28) !important;
    border-radius: 10px !important;
    padding: 30px 30px 45px !important;
    margin: 30px 0!important
}

.custom-tabs .active{
    font-weight: 700 !important;
    color: var(--dark-color) !important;
    font-size: 35px !important;
}
.custom-tabs h4{
    color: var(--login-bg-color) !important;
    font-size: 35px !important;
    cursor: pointer !important;
}

.custom-tabs table{
    width: 85% !important;
    position: absolute !important;
    right: 0 !important;
    top: 20px !important;
    height: auto!important;
}

.custom-tabs table tr td{
    font-family: 'DIN2014-Demi',sans-serif !important;
    font-size: 18px !important;
    color: var(--dark-color) !important;
    line-height: 28px !important;
    padding: 0 10px !important;
}

.custom-tabs table tr{
    margin-right: 25px !important;
}


