 .our-team h2 {
     font-family: 'RadiateSans';
     font-weight: 800;
     font-size: clamp(20px, 2.5vw, 40px);
     text-transform: uppercase;
 }

 .our-team h3 {
     font-family: 'RadiateSans';
     font-weight: 800;
     font-size: clamp(18px, 2.5vw, 23px);
     text-transform: uppercase;
 }

 .personal-card-about-name p {
     font-family: 'Century Gothic';
     font-weight: 400;
     font-size: clamp(16px, 2.5vw, 18px);
     color: #39333380;
 }

 .personal-card-about-experience p {
     font-family: 'Century Gothic';
     font-weight: 400;
     font-size: clamp(14px, 2.5vw, 18px);
     color: #393333;
 }

 .personal-card-about-experience,
 .personal-card-about-directions {
     max-width: 520px;
 }

 .team-swiper-thumb,
 .team-swiper {
     width: 93vw;
 }

 .team-swiper-thumb .swiper-slide {
     opacity: 0.4;
 }

 .team-swiper-thumb .swiper-slide-thumb-active {
     opacity: 1;
 }

 .personal-card-img {
     height: 500px;
     width: 100%;
 }

 .personal-card-img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
 }

 .personal-card-about-directions {
     font-family: 'Century Gothic';
     font-weight: 400;
     font-size: clamp(11px, 2.5vw, 12px);
     color: #393333;
     ;
 }

 .personal-card-about-directions div {
     box-shadow: 0px 2px 5px 0px #0000000D;
 }

 .personal-card-thumb-img {
     height: 165px;
     width: 100%;
 }

 .personal-card-thumb-img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
 }

 .team-nav-pagination {
     font-family: 'Century Gothic';
     font-weight: 400;
     font-size: 20px;
     color: #393333;
 }

 .team-nav-pagination .swiper-pagination-current {
     font-weight: bold;
     color: #393333;
 }

 .team-nav-prev {
     transform: rotate(180deg);
 }

 .team-nav-next.swiper-button-disabled img,
 .team-nav-prev.swiper-button-disabled img {
     opacity: 0.4;
 }

 @media screen and (min-width: 768px) {
     .team-swiper-thumb {
         max-height: 560px;
         width: 100px;
         padding-left: 20px;
         border-left: 1px solid #39333333
     }

     .personal-card-thumb-img {
         height: 90px;
         width: 70px;
     }

     .personal-card-img {
         height: 560px;
         width: 430px;
     }

     .team-nav {
         position: absolute;
         bottom: 0;
         right: 130px;
         z-index: 999;
         min-width: 270px;
     }

     .team-swiper {
         width: 80vw;
         max-width: 1220px;
     }

 }