.our-team-sec .glide__slide {
  display: flex !important;
  justify-content: center !important;
  height:auto !important;
}

.our-team-sec .glide__slides { 
    flex-wrap: wrap !important; 
}

.our-team-sec .glide__slide { 
    width: 25%;
    margin-bottom: 30px;
}

.team-2 .glide__slide { 
    width: 50%;
}

.team-3 .glide__slide { 
    width: 33%;
}

.team-sec {
    max-width: 330px;
    margin: 0px auto;
}

.our-team-sec .our-team {
  position: relative;
}
.our-team-sec .our-team .testimonials_section .team-sec .social-media-sec .icon img {
  width: 20px;
  height: 20px !important;
  display: flex;
}
.our-team-sec .testimonials__title {
  margin: 0 0 70px;
}
.our-team-sec button.glide__arrow.glide__arrow--left {
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 0;
  top: unset;
  bottom: 50%;
  border: 1px solid #0C0C0D26;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-team-sec button.glide__arrow.glide__arrow--right {
  background: #fff;
  border-radius: 50%;
  height: 48px;
  bottom: 0;
  width: 48px;
  right: 0;
  position: absolute;
  border: 1px solid #0C0C0D26;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-team-sec button.glide__bullet.glide__bullet--active {
  border: 2px solid #fff;
  background: #0E733E;
}
.our-team-sec .our-team .testimonials_details .name_section {
  margin: 0 0 70px;
}
.our-team-sec .heading-sec {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px 64px;
}
.our-team-sec .heading-sec .titel {
  padding: 0 40px;
  width: 50%;
}
.our-team-sec .heading-sec .description {
  padding: 0 40px;
  width: 50%;
}
.our-team-sec .heading-sec .titel .txt span {
  color: #232426;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 16px;
  padding-left: 30px;
  position: relative;
  text-transform: uppercase;
}
.our-team-sec .heading-sec .titel .txt h3 {
  color: #0c0c0d;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  margin: 0;
  max-width: 450px;
}
.our-team-sec .heading-sec .description .content p {
  color: #232426;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.our-team-sec .heading-sec .titel .txt span:before {
  background: #0066f5;
  border-radius: 1000px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 16px;
}
.our-team-sec .our-team .testimonials_section .team-sec .team-image img {
  width: 300px;
  height: 250px !IMPORTANT;
  object-fit: cover;
  border-radius: 16px;
  object-position: top;
}
.our-team-sec .our-team .testimonials_section .team-sec .name-sec h4 {
  font-size: 24px;
  line-height: 32px;
  color: #0C0C0D;
  font-weight: 600;
  margin: 16px 0 2px;
}
.our-team-sec .our-team .testimonials_section .team-sec .position span {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #0066F5;
  margin: 0 0 16px;
  display: block;
}
.our-team-sec .our-team .testimonials_section .team-sec .description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #232426;
  margin: 0 0 10px;
}
.our-team-sec .our-team .testimonials_section .team-sec .btn-sec a {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  color: #0066F5;
  text-decoration: none;
  margin: 0 0 24px 0;
}
.our-team-sec .our-team .testimonials_section .team-sec .social-media-sec {
  display: flex;
  gap: 16px;
}
.our-team-sec .our-team .testimonials_section .team-sec .social-media-sec .icon {
  padding: 15px 14px;
  border: 1px solid #0C0C0D26;
  background: #ffff;
  border-radius: 100%;
  height: 48px;
  width: 48px;

}
.our-team-sec .our-team .dots-with-arrow {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.our-team-sec .our-team .dots-with-arrow .glide__arrows {
  width: 46%;
}
.our-team-sec .our-team .dots-with-arrow .glide__bullets {
  width: 54%;
}
.our-team-sec .our-team .dots-with-arrow .glide__bullets button.glide__bullet {
  background: #dadbdb;
  height: 8px;
  width: 8px;
  padding: 5px;
  border-radius: 100%;
  border: 0;
  margin: 0 4px;
}
.our-team-sec button.glide__bullet.glide__bullet--active {
  background: #0C0C0D !important;
}
.our-team-sec button.glide__arrow.glide__arrow--right svg,
.our-team-sec button.glide__arrow.glide__arrow--left svg {
  width: 10px;
  height: 14px;
}

@media screen and (max-width: 1080px) {

  .our-team-sec .glide__slide {
      width: 50%;
      margin-bottom: 40px;
  }
    
  .team-2 .glide__slide { 
      width: 50%;
  }

  .team-3 .glide__slide { 
      width: 50%;
  }

  

}

@media screen and (max-width: 767px) {
  
  .our-team-sec .glide__slide {
      width: 100%;
  }
    
  .team-2 .glide__slide { 
      width: 100%;
  }

  .team-3 .glide__slide { 
      width: 100%;
  }
   
  .our-team-sec button.glide__arrow.glide__arrow--left {
    display: none;
  }
  .our-team-sec button.glide__arrow.glide__arrow--right {
    display: none;
  }
  .our-team-sec .testimonials__title {
    margin: 0 0 40px;
  }
  .our-team-sec .glide__bullets {
    bottom: -5px;
  }
  .our-team-sec .our-team .testimonials_section .team-sec .team-image img {
    width: 100%;
  }
  .our-team-sec .our-team .testimonials_section .team-sec .name-sec h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .our-team-sec .our-team .testimonials_section .team-sec .team-image {
    line-height: 0;
  }
  .our-team-sec .our-team .testimonials_section .team-sec .social-media-sec .icon img {
    width: 15px;
    height: 15px;
  }
  .our-team-sec .our-team .testimonials_section .team-sec .social-media-sec .icon {
    padding: 12px;
  }
  .our-team-sec .our-team .dots-with-arrow {display: block;text-align: center;}
  .our-team-sec .our-team .dots-with-arrow .glide__bullets {
    width: 100%;
  }
  .our-team-sec .our-team .testimonials_section .team-sec .social-media-sec {
    gap: 10px;
  }
  .our-team-sec .heading-sec .titel {
    width: 100%;
    padding: 0;
  }
  .our-team-sec .heading-sec .description {
    width: 100%;
    padding: 0;
  }
  .our-team-sec .heading-sec .titel .txt h3 {
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 20px;
  }
  .our-team-sec .heading-sec .description .content p {
    font-size: 16px;
    line-height: 24px;
  }
  .our-team-sec .heading-sec {
    margin: 0 0 50px;
  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .our-team-sec button.glide__arrow.glide__arrow--left {
    left: 20px;
  }
  .our-team-sec button.glide__arrow.glide__arrow--right {
    right: 20px;
  }
  .our-team-sec .heading-sec .titel .txt h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .our-team-sec .heading-sec .description .content p {
    font-size: 17px;
    line-height: 26px;
  }
  .our-team-sec .our-team .testimonials_section .team-sec .name-sec h4 {
    font-size: 20px;
    line-height: normal;
  }
  .our-team-sec .our-team .testimonials_section .team-sec .social-media-sec .icon {
    padding: 12px;
  }
  .our-team-sec .our-team .testimonials_section .team-sec .social-media-sec .icon img {
    width: 14px !IMPORTANT;!I;!;
    height: 14px !IMPORTANT;!I;!;
  }
  .our-team-sec .our-team .testimonials_section .team-sec .social-media-sec {
    gap: 10px;
  }
}



@media (min-width: 1025px) and (max-width: 1420px) {
  .our-team-sec button.glide__arrow.glide__arrow--left {
    left: 30px;
  }
  .our-team-sec button.glide__arrow.glide__arrow--right {
    right: 30px;
  }
}