.soc-wrap ul {
    display: flex;
    flex-direction: row;
    gap: 20px;

}

.header .links {
    padding: 0;
}

.links li {
    list-style-type: none;
}

body {
    overflow-x: hidden;
}

.d-none {
    display: none;
}

.team>.content>.item {
    display: flex;
    max-height: 210px;
    border: 2px solid #96CC29;
    border-radius: 20px;
    padding: 40px 80px 40px 56px;
    margin: 0;
    background: #96CC290F;
    gap: 40px;
    align-items: center;
}

.team>.content>.item>svg {
    order: 0;
    padding: 0;
    min-width: 100px;
    min-height: 100px;
}


.team>.content>.item>svg g {
    border: none;
    border-radius: none;
    padding: 26px;
}

.team>.content>.item>svg g path {
    stroke: black;
}

.team>.content>.item>.contactItemWrap {
    order: 1;
    flex-grow: none;
}

/* #about .contactItemWrap>h6,
#about .contactItemWrap>p {
    margin: 0;
} */

.team>.content>.item>.modal-toggler {
    order: 2;
    max-width: 133px;
    margin-left: auto;
    padding: 16px 28px;
    height: 58px;
}

@media (max-width:700px) {
    .team>.content>.item>.modal-toggler {
        display: none;
    }


}

@media (max-width:500px) {

    .team>.content>.item>svg {
        min-width: 50px;
        min-height: 50px;
    }

    .team>.content>.item>svg g {
        padding: 13px;
    }

    .team>.content>.item {
        padding: 20px 40px 20px 28px;
        gap: 20px;
    }


}

@media (max-width: 440px) {
    .team>.content>.item {
        font-size: 14px;
    }

    /* .team>.content>.item>svg {
        max-width: 50px;
        max-height: 50px;
    } */
}

#about .link {
    color: #FFF;
}

#about .links .link:hover {
    color: #96CC29;
    transition: 0.5s all;
}

#about .contactItemWrap>.regular {
    letter-spacing: -0.2px;
    color: #89928d;
    line-height: 26px;

}

h6.semi-bold {
    font-size: 21px;
    letter-spacing: -0.4px;
    line-height: 32px;
    margin-top: 2px;
}


@media (max-width:450px) {
    #about .contactItemWrap>.regular {
        line-height: 20px;
    }

    h6.semi-bold {
        font-size: 20px;
    }

}

@media (max-width: 350px) {
    .team>.content>.item {
        max-height: unset;
    }
}

#about p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.2px;
}

#slider-content>.slide p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: -0.2px;
}

#cookie-notification .content-header a {
    color: #96cc29;
    text-decoration: underline;
}

#cookie-notification .content-header a:hover {
    color: #0e1a1a;

}

#contacts div.md{
    font-size: 15px;
    line-height: 28px;
}