.powerBy-team-section {
  text-align: center;
  padding: 90px 0;
}

.powerBy-team-section .container-section {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.powerBy-team-section .container-section .bottom-text .small-text {
  font-size: 40px;
  color: #9f9f9f86;
  letter-spacing: 14.8px;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 0;
}

.powerBy-team-section .container-section .bottom-text .big-text {
  font-size: 90px;
  color: #ffffff6b;
  font-weight: 800;
}

.powerBy-team-section .container-section .top-image {
  position: relative;
  overflow: hidden;

  width: 90%;
  margin: auto;
}

.powerBy-team-section .container-section .top-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #000000e0;
  border: 1px solid rgba(255, 255, 0, 0.014);
  z-index: 2;

  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.powerBy-team-section .container-section .top-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #000000e0;
  z-index: 2;

  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.powerBy-team-section:hover .container-section .top-image::before {
  transform: translateX(-100%);
}

.powerBy-team-section:hover .container-section .top-image::after {
  transform: translateX(100%);
}
.powerBy-team-section .container-section .top-image img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

.powerBy-team-section:hover .container-section .top-image img {
  transform: scale(1.2);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .powerBy-team-section .container-section .bottom-text .small-text {
    font-size: 32px;
  }
  .powerBy-team-section .container-section .bottom-text .big-text {
    font-size: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .powerBy-team-section .container-section .bottom-text .small-text {
    font-size: 30px;
    letter-spacing: 10.8px;
  }
  .powerBy-team-section .container-section .bottom-text .big-text {
    font-size: 67px;
    font-weight: 800;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .powerBy-team-section .top-image::before,
  .powerBy-team-section .top-image::after {
    display: none !important;
  }
  .powerBy-team-section .top-image img {
    transform: none !important;
    transition: none !important;
  }
  .powerBy-team-section .container-section .bottom-text .small-text {
    font-size: 25px;
    letter-spacing: 6.8px;
  }
  .powerBy-team-section .container-section .bottom-text .big-text {
    font-size: 53px;
    font-weight: 700;
  }
  .powerBy-team-section {
    padding: 50px 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .powerBy-team-section .container-section .bottom-text .small-text {
    font-size: 23px;
    letter-spacing: 2.8px;
  }
  .powerBy-team-section .container-section .bottom-text .big-text {
    font-size: 39px;
  }
  .powerBy-team-section .container-section {
    gap: 29px;
  }
  .powerBy-team-section {
    padding: 40px 0;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .powerBy-team-section .container-section .bottom-text .small-text {
    font-size: 14px;
    letter-spacing: 2.8px;
  }

  .powerBy-team-section .container-section .bottom-text .big-text {
    font-size: 23px;
    font-weight: 600;
  }
  .powerBy-team-section .container-section {
    gap: 15px;
  }
  .powerBy-team-section {
    padding: 30px 0;
  }
}
