.home-sec-1 .flickity-prev-next-button {
  display: block !important;
}
.home-sec-1 .flickity-prev-next-button svg {
  background-color: rgba(184, 183, 255, 0.37) !important;
  border-color: rgba(184, 183, 255, 0.37) !important;
  border-radius: 4px !important;
}
.home-sec-1 .flickity-prev-next-button.previous {
  bottom: 30px;
  width: 36px;
  height: 36px;
  top: unset;
  left: calc(50% - 50px);
}
.home-sec-1 .flickity-prev-next-button.next {
  bottom: 30px;
  width: 36px;
  height: 36px;
  top: unset;
  right: calc(50% - 50px);
}
.button-custom.button {
  border-radius: 99px;
  background: linear-gradient(276.97deg, #0200B9 0.03%, #020207 99.97%);
  padding: 10px 15px;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
}
.button-custom.button .icon-angle-right {
  display: inline-flex;
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: rgba(2, 2, 7, 1);
  justify-content: center;
  align-items: center;
}
.home-sec-2 h2,
.home-sec-3 h2,
.home-sec-4 h2,
.home-sec-5 h2  {
  font-size: 45px;
  line-height: 1.3;
  font-weight: 700;
}
.home-sec-2 p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.home-sec-3 > .section-content > .row > .col > .col-inner {
  box-shadow: 3px 7px 21.9px 0px #0000001C;
}
.home-sec-6 .section-bg .bg {
  width: 50%;
}
.home-sec-6 h2 {
  font-size: 32px;
  line-height: 1.3;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}
.row-flex-revert-on-mobile {
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .home-sec-2 h2,
  .home-sec-3 h2,
  .home-sec-4 h2,
  .home-sec-5 h2 {
    font-size: 30px;
  }
  #wrapper .home-sec-1 .flickity-prev-next-button {
    width: 31px;
    height: 31px;
    bottom: 12px;
  }
  .home-sec-1 .flickity-prev-next-button.next {
    right: calc(50% - 35px);
  }
  .home-sec-1 .flickity-prev-next-button.prev {
    left: calc(50% - 35px);
  }
  #wrapper .row-flex-revert-on-mobile {
    flex-direction: column-reverse;
  }
  #wrapper .home-sec-3 .col-inner {
    padding: 40px 0;
  }
  .child-slide-img {
    aspect-ratio: 16 / 9;
  }
  .child-slide-content {
    padding: 18px 0 0;
  }
  #wrapper .home-sec-4 {
    min-height: 340px;
    border-radius: 12px;
    overflow: hidden;
  }
  #wrapper .home-sec-4 .col {
    padding-bottom: 0;
  }
  #wrapper .home-sec-4 h2 {
    margin-bottom: 0;
  }
  #wrapper .col-full-on-mobile {
    flex-basis: 100%;
    max-width: 100%;
  }
}