section.team {
    background: #eee;
}

section.team h1 {
    color: #061649;
    font-family: "Poppins";
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 42px;
}

section.team h1:before {
    content: "";
    background: #ddd;
    width: 40px;
    height: 3px;
    display: block;
    margin: 10px auto 10px auto;
}

section.team .col-md-4 {
    background: #fff;
    background-clip: padding-box;
    border: 12px solid transparent;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}

section.team .col-md-4 img {
    height: 240px;
    transform: translateX(-50%);
    margin-left: 50%;
}

section.team .col-md-4 a.btn.btn-postdate {
    background: #fff2ea;
    color: #ff6e17;
    border-radius: 6px;
    margin: 12px 20px;
}

section.team .col-md-4 h2 {
    color: #061649;
    font-family: "Poppins";
    font-size: 22px;
    font-weight: 700;
    margin: -10px 20px 10px 20px;
}

section.team .col-md-4 p.content {
    color: black;
    font-family: "Roboto";
    font-size: 14px;
    margin: -20px 20px; /* Standaard margin voor alle talen */
}

section.team .col-md-4 a.btn.btn-readall {
    color: #061649;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #061649;
    margin: 8px 20px;
    border-radius: 0;
    position: absolute;
    bottom: 2px;
}

section.team p.intrested {
    text-align: center;
    font-family: "Poppins";
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: -40px;
}

section.team p.content {
    padding-bottom: 40px;
}

section.team .btn-prev {
    background: url(/wp-content/themes/NetCare/images/main/arrow2.png);
    height: 22px;
    padding: 0;
    margin-top: 0px;
    width: 25px;
    background-position: right;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    opacity: .6;
    transition: all 333ms ease-in-out;
}

section.team .btn-next {
    background: url(/wp-content/themes/NetCare/images/main/arrow2.png);
    height: 22px;
    padding: 0;
    margin-top: -2px;
    width: 25px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    opacity: .6;
    transition: all 333ms ease-in-out;
}

section.team .btn-next:hover, section.team .btn-prev:hover {
    opacity: 1;
    width: 50px;
}

section.team .button-holder.team{
    display: block;
    width: 100%;
    bottom: -40px;
    position: absolute;
    text-align: center;
}

section.team .col-md-4.product h2 {
    margin-top: 24px;
}

section.team .col-md-4.product a.btn.btn-readall {
    color: #061649;
    border-bottom: 1px solid #061649;
    position: absolute;
    bottom: -2px;
}

section.team .col-md-4.product>a:hover {
    text-decoration: none;
}

section.team .text {
    display: flex;
    flex-wrap: wrap;
}

section.team .text .col-md-4 {
    display: flex;
    flex-direction: column;
}

section.team .additional-text {
    width: 100%;
    text-align: center;
    font-family: "Poppins";
    margin-top: 20px;
    margin-bottom: 20px;
}
section.team .col-md-4 img {
    margin-bottom:20px;
}
@media (max-width: 992px) {
    section.team .col-md-4 img {
        height: auto;
        width: 100%;
    }
}

section.team .col-md-4 p.content.no-space-language {
    margin: -7px 20px; /* Afwijkende margin alleen voor talen zonder spaties */
}
