#achievements {background-color: #f4f4f4;}
#achievements button.splide__arrow, #reviews-section button.splide__arrow {z-index: 10;}
#achievements .wrapper .content {
    position: relative;
    width: 1680px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 40px;
    margin: 0 auto;
}
#achievements .wrapper .content .splide:after {
    content: '';
    display: block;
    width: 80px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
    background: linear-gradient(to left, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
    z-index: 9;
}
#achievements .wrapper .content .splide:before {
    content: '';
    display: block;
    width: 80px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    background: linear-gradient(to right, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
    z-index: 9;
}
#achievements ul {
    max-width: 100%;
}
#achievements ul li {
    background-color: #f2f2f2;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 60px -15px rgba(0,0,0,0);
    transition: .3s all ease;
}
#achievements ul li:hover {
    box-shadow: 0 0 60px -15px rgba(0,0,0,0.2);
}
#achievements ul li img {
    max-width: 100%;
    display: block;
}
#achievements ul li span {
    font-size: 12px;
    text-align: center;
    display: block;
}
.about-team {
    background-color: #f4f4f4;
}
.about-team .wrapper {
    background-image: linear-gradient(45deg, rgba(53, 36, 122, 1) 0%, rgba(29, 146, 169, 1) 100%);
}
.about-team .wrapper .content {
    width: 1680px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 40px;
    margin: 0 auto;
}
.about-team .wrapper .content .classic-heading {
    width: 100%;
}
.about-team .wrapper .content .left {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.about-team .wrapper .content .left h2 {
    color: #fff;
    font-weight: 500;
    font-size: 5rem;
    line-height: 1;
    margin: 0 0 20px 0;
}
.about-team .wrapper .content .left p {
    margin: 0 0 80px 0;
    color: #fff;
}

ul.members-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 1680px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 40px;
    margin: -80px auto 0 auto;
}
ul.members-list li {
    width: calc(20% - 20px);
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    border-radius: 20px;
}
ul.members-list li.call-to-action {
    background-image: linear-gradient(45deg, rgba(53, 36, 122, 1) 0%, rgba(29, 146, 169, 1) 100%);
    color: #fff;
}
ul.members-list li.call-to-action a {
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.members-list li.call-to-action a h4 {color: #fff;}
ul.members-list li.call-to-action a p {color: #43c1cb;}
ul.members-list li span {
    background-image: linear-gradient(45deg, rgba(53, 36, 122, 1) 0%, rgba(29, 146, 169, 1) 100%);
    padding: 4px;
    width: 60px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 150px;
    box-sizing: border-box;
}
ul.members-list li .member-info {
    width: calc(100% - 70px);
}
ul.members-list li span img,
ul.members-list li span svg {
    max-width: 100%;
    display: block;
    border-radius: 100%;
    border: 4px solid #fff;
    box-sizing: border-box;
    aspect-ratio: 1;
    height: auto;
}
ul.members-list .member-info h4 {
    font-weight: 500;
    margin: 0 0 3px 0;
    color: #0a001f;
}
ul.members-list .member-info p {
    margin: 0;
    font-size: 11px;
    color: #0a001f;
    line-height: 1.2;
}
#reviews-section {
    background-color: #f4f4f4;
    padding-bottom: 140px;
    padding-top: 140px;
}
#reviews-section .wrapper .content {
    width: 1680px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 40px;
    margin: 0 auto;
}
#reviews-section .wrapper .content .splide:before {
    content: '';
    display: block;
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    background: linear-gradient(to right, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
    z-index: 9;
}
#reviews-section .wrapper .content .splide:after {
    content: '';
    display: block;
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
    background: linear-gradient(to left, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
    z-index: 9;
}
#reviews-section .card-wrapper {
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    border-radius:20px;
    background-color: #fff;
    min-height: 450px;
}

#reviews-section .card-wrapper  .top {
    display: flex;
    align-items: center;
    gap: 10px;
}
#reviews-section .card-wrapper  .top img.company-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
#reviews-section .card-wrapper  .top h4 {
    display: flex;
    flex-direction: column;
}
#reviews-section .card-wrapper  .top h4 strong {
    font-weight: 600;
    font-size: 14px;
}
#reviews-section .card-wrapper  .top h4 span {
    font-weight: 300;
    font-size: 12px;
    margin-top: 3px;
}
#reviews-section .card-wrapper .top h4 img {
    height: auto;
    width: 60px;
    margin-top: 4px;
}
#reviews-section .card-wrapper .bottom {
    margin-top: auto;
}

#reviews-section .card-wrapper .bottom p {
    font-size: 12px;
    font-style: italic;
    line-height: 1.6;
    font-weight: 200;
}