@media (min-width: 660px) {
  .effect-item {
    /* border: 1px solid #25f4ee;
  border-radius: 2.08333vw; */
    display: flex;

    margin-bottom: 100px;
  }
  .effect-image {
    height: 358px;
    margin-right: 100px;
    width: 358px;
  }
  .effect-content {
    flex: 1;
  }
  .effect-content .effect-title {
    border-bottom: 1px solid #25f4ee;
    box-sizing: content-box;
    color: #fff;
    font-size: 2.60417vw;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 1.25vw;
    width: 100%;
  }
  .effect-content .effect-introductionText {
    box-sizing: border-box;
    color: #b3b6b6;
    font-size: 0.88542vw;
    height: 210px;
    line-height: 1.35417vw;
    padding-top: 1.25vw;
  }
  .medium-button {
    font-size: 0.9375vw;
    height: 2.5vw;
    padding: 0 2.08333vw;
  }
  .get-in-touch {
    align-items: center;
    background-color: #25f4ee;
    border-radius: 52.03125vw 52.03125vw 52.03125vw 52.03125vw;
    border-style: none;
    color: #191c1c;
    display: inline-flex;
    font-weight: 600;
    justify-content: center;
  }
}

@media (max-width: 659px) {
  .effect-item {
    display: block;
  }
  .effect-image {
    width: 100px;
    height: 100px;
  }
  .effect-title {
    font-size: 20px !important;
    border-bottom: 1px solid #25f4ee;
    box-sizing: content-box;
    color: #fff;

    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 20px;
  }
  .effect-content .effect-introductionText {
    box-sizing: border-box;
    color: #b3b6b6;
    font-size: 12px !important;

    box-sizing: border-box;

    padding-top: 12px;
  }

  .medium-button {
    font-size: 12px;
    /* height: 0px; */
    padding: 0 12px;
    margin-bottom: 20px;
  }
  .get-in-touch {
    align-items: center;
    background-color: #25f4ee;
    border-radius: 12px;
    border-style: none;
    color: #191c1c;
    display: inline-flex;
    font-weight: 600;
    justify-content: center;
  }
}
.step-section {
  background: rgba(237, 237, 237, 0.3);
  padding-top: 80px;
  padding-bottom: 80px;
}
.step-section .section__title {
  margin-bottom: 24px;
}
.step-section .title-wrap {
  margin-bottom: 64px;
}
.step-section .step-list {
  row-gap: 32px;
  counter-reset: section;
}
.step-section .step-list .step .dot {
  position: relative;
}
.step-section .step-list .step .dot:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgb(0, 0, 0) 1px,
    rgba(255, 255, 255, 0) 2px,
    rgb(255, 255, 255) 0px,
    rgb(255, 255, 255) 10px,
    #45d6ad 11px
  );
}
@media (min-width: 660px) {
  .step-section .step-list .step .dot .line {
    position: absolute;
    left: 15px;
    top: 12px;
    width: calc(100% + 15px);
    height: 1px;
    background: #afafaf;
    z-index: -1;
  }
}
.step-section .step-list .step .text {
  margin-top: 16px;
}
.step-section .step-list .step .text h3 {
  margin-bottom: 8px;
}
.step-section .step-list .step .text:before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  color: #45d6ad;
  text-transform: uppercase;
}
@media (min-width: 970px) {
  .step-section .step-list .step .text:before {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (min-width: 660px) {
  .step-section .step-list .step .text {
    margin-top: 32px;
  }
}
.step-section .step-list .step:first-child .dot:before,
.step-section .step-list .step:last-child .dot:before {
  background: radial-gradient(
    circle,
    rgb(0, 0, 0) 2px,
    rgba(255, 255, 255, 0) 3px,
    rgb(255, 255, 255) 0px,
    rgb(255, 255, 255) 10px,
    #45d6ad 11px
  );
}
.step-section .step-list .step:nth-last-child(2) .line {
  background: linear-gradient(to right, #afafaf, transparent);
}
.step-section .step-list .step:last-child .line {
  display: none;
}
@media (min-width: 660px) and (max-width: 969px) {
  .step-section .step-list .step:nth-child(2n + 2) .line {
    display: none;
  }
}
.step-section .logos-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  margin-top: 72px;
  margin-bottom: 40px;
}
.step-section .logo-items {
  justify-content: center;
  row-gap: 40px;
}
@media (min-width: 970px) {
  .step-section .logo-items {
    row-gap: 84px;
  }
}
.step-section .logo-items .icon {
  text-align: center;
  margin-bottom: 32px;
}
.step-section .logo-items .icon img {
  height: auto;
}
.step-section .logo-items p {
  font-size: 14px;
  line-height: 26px;
}
@media (min-width: 970px) {
  .step-section .logo-items p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 970px) {
  .step-section .logo-items .item {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.step-section + .styled {
  margin-top: 0;
}
.step-section-custom {
  margin-top: 72px;
  margin-bottom: 80px;
}
@media (min-width: 660px) {
  .step-section-custom {
    margin-bottom: 72px;
  }
}
@media (min-width: 970px) {
  .step-section-custom {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
.step-section-custom .title {
  margin-bottom: 24px;
}
.step-section-custom .title-wrap {
  margin-bottom: 64px;
}
.step-section-custom .step-list {
  row-gap: 32px;
  counter-reset: section;
}
.step-section-custom .step-list .desktop-view {
  display: none;
}
@media (min-width: 970px) {
  .step-section-custom .step-list .desktop-view {
    display: block;
    padding-right: 16px;
    width: 100%;
  }
  .step-section-custom .step-list .desktop-view .top {
    display: flex;
    gap: 8px;
  }
  .step-section-custom .step-list .desktop-view .top .text {
    flex: 0 1 270px;
  }
  .step-section-custom .step-list .desktop-view .top .text h3 {
    display: block;
  }
}
.step-section-custom .step-list .mobile-view {
  display: block;
}
@media (min-width: 970px) {
  .step-section-custom .step-list .mobile-view {
    display: none;
  }
}
.step-section-custom .step-list .mobile-view .text:nth-child(3):before {
  content: "03 - 04";
}
.step-section-custom .step-list .step {
  position: relative;
}
.step-section-custom .step-list .step .text {
  display: block;
  margin-top: 16px;
}
.step-section-custom .step-list .step .text:before {
  display: block;
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  font-size: 32px;
  color: #787878;
  font-weight: 900;
  line-height: 40px;
  opacity: 0.15;
  margin-bottom: 16px;
}
@media (min-width: 970px) {
  .step-section-custom .step-list .step .text:before {
    font-size: 56px;
    line-height: 56px;
  }
}
.step-section-custom .step-list .step .text h3,
.step-section-custom .step-list .step .text p {
  position: relative;
  display: inline-block;
  margin-top: 0;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 28px;
}
.step-section-custom .step-list .step .text h3:after,
.step-section-custom .step-list .step .text p:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 16px;
  border-radius: 16px;
  opacity: 0.3;
  background: #45d6ad;
}
@media (min-width: 660px) {
  .step-section-custom .step-list .step .text {
    margin-top: 32px;
  }
}
.step-section-custom .step-list .step ul li {
  position: relative;
  display: inline-block;
  background: rgba(69, 214, 173, 0.15);
  padding: 0 16px 0 29px;
  border-radius: 8px;
  gap: 8px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (min-width: 1280px) {
  .step-section-custom .step-list .step ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
.step-section-custom .step-list .step ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 16px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #393939;
}
.step-section-custom .step-list .step.weeks p {
  max-width: 270px;
  display: block;
}
.step-section-custom .step-list .step.output .text:before {
  opacity: 0;
}
.step-section-custom .step-list .step.output .text h3:after {
  background: #ffcd00;
}
@media (min-width: 970px) {
  .step-section-custom .step-list .step {
    display: flex;
    justify-content: center;
  }
  .step-section-custom .step-list .step .text {
    display: inline-block;
  }
  .step-section-custom .step-list .step:not(:nth-last-child(1)):after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -8px;
    content: url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMzI2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICAgIDxwYXRoIGQ9Ik0xLjUgMXYxNDIuNjRMMTUgMTYwLjRjLjMuMzcuMy44OC4wMSAxLjI1TDEuNSAxNzguOTdWMzI1IiBzdHJva2U9InVybCgjYSkiIHN0cm9rZS13aWR0aD0iMS41Ig0KICAgICAgICAgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPg0KICAgIDxkZWZzPg0KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI3Ljk3IiB5MT0iMSIgeDI9IjguNSIgeTI9IjMyNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI2ZmZiIvPg0KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIuMDkiIHN0b3AtY29sb3I9IiNFOEY5RjYiLz4NCiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iLjIxIiBzdG9wLWNvbG9yPSIjNDVkNmFkIi8+DQogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9Ii43NyIgc3RvcC1jb2xvcj0iIzQ1ZDZhZCIvPg0KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIuODgiIHN0b3AtY29sb3I9IiNGNUYxRjkiLz4NCiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2ZmZiIvPg0KICAgICAgICA8L2xpbmVhckdyYWRpZW50Pg0KICAgIDwvZGVmcz4NCjwvc3ZnPg==");
  }
}
@media (min-width: 1280px) {
  .step-section-custom .step-list .step:not(:nth-last-child(1)):after {
    right: -10px;
  }
}
@media (min-width: 970px) {
  .step-section .step-list .step {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media only screen and (min-width: 970px) {
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
