.sform-section-universae-method {
  background-color: var(--secondary-color);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  /* margin: 80px 0; */
  overflow-x: hidden;
}

.sform-section-universae-method .content-wrapper {
  display: flex;
  justify-content: space-between;
  /* padding-top: 40px;
  padding-bottom: 40px; */
}

.sform-section-universae-method .content-wrapper .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

.sform-section-universae-method .content-wrapper .text-container h2 {
  letter-spacing: 0;
}

.sform-section-universae-method .content-wrapper .text-container h2:has(+ .para-container) {
  margin-bottom: 12px;
}

.sform-section-universae-method .content-wrapper .text-container .description-container p {
  color: var(--color-content-high);
}

.sform-section-universae-method .content-wrapper .text-container .para-container {
  margin: 0 0 32px;
  width: 100%;
}

.sform-section-universae-method .content-wrapper .text-container .para-container p {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.sform-section-universae-method .content-wrapper .methods-container {
  margin: 35px 0 32px;
}

.sform-section-universae-method .content-wrapper .methods-container .method_wrapper {
  display: flex;
  flex-direction: column;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 16px;
  padding: 24px;
  height: auto;
}

.sform-section-universae-method .content-wrapper .methods-container .method_wrapper>img {
  display: block;
  width: 48px;
  height: auto;
  margin: 0 0 16px;
}

.sform-section-universae-method .content-wrapper .methods-container .method_wrapper>p,
.sform-section-universae-method .content-wrapper .methods-container .method_wrapper .card_desc {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-primary-hover);
  line-height: 24px;
}

.sform-section-universae-method .content-wrapper .methods-container .method_wrapper>span {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 28px;
  margin: 0 0 8px;
}

.sform-section-universae-method .content-wrapper .methods-container .method_wrapper .card_desc a {
  font-weight: 700;
  color: #45B8AC;
  text-decoration: none;
  text-transform: none;
}

/* Swiper Mobile Styles */
.sform-section-universae-method .methods-container.swiper {
  overflow: visible;
  padding-bottom: 30px;
}

.sform-section-universae-method .methods-container.swiper .swiper-pagination {
  bottom: -10px;
}

.sform-section-universae-method .methods-container.swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: all .3s ease;
  background: transparent;
  border: 1px solid var(--color-primary-mid);
}

.sform-section-universae-method .methods-container.swiper .swiper-pagination-bullet-active {
  background: var(--color-primary-mid);
  border-radius: 50px;
  width: 40px;
}

@media (min-width: 768px) {
  .sform-section-universae-method .methods-container.swiper {
    overflow: visible;
    padding-bottom: 0;
  }

  .sform-section-universae-method .methods-container.swiper .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .sform-section-universae-method .methods-container.swiper .swiper-pagination {
    display: none;
  }
}

@media (min-width: 1024px) {
  .sform-section-universae-method .content-wrapper {
    display: block;
  }

  .sform-section-universae-method .content-wrapper .methods-container .swiper-wrapper {
    margin: 40px 0 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .sform-section-universae-method .content-wrapper .text-container .para-container {
    margin: 0 0 30px;
    width: fit-content;
  }

  .sform-section-universae-method .content-wrapper .methods-container .method_wrapper .card_desc {
    border-left: unset;
    align-self: center;
  }

  .sform-section-universae-method .content-wrapper .methods-container .method_wrapper {
    position: relative;
  }

  .sform-section-universae-method .methods-container.swiper {
    margin: 0;
  }
}

@media (min-width: 1280px) {
  .sform-section-universae-method .content-wrapper .text-container .h2-section {
    font-size: 30px;
    line-height: 36px;
  }

  .sform-section-universae-method .content-wrapper .text-container .para-container {
    width: max-content;
  }

  .sform-section-universae-method .content-wrapper .methods-container .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1680px) {
  .sform-section-universae-method .container {
    margin: 0 auto;
  }

  .sform-section-universae-method .content-wrapper .text-container .h2-section {
    font-size: 30px;
  }

  .sform-section-universae-method .content-wrapper .text-container {
    width: 100%;
  }

  .sform-section-universae-method .content-wrapper .methods-container .method_wrapper .card_desc {
    line-height: 1.3;
  }

  .sform-section-universae-method .content-wrapper .methods-container .method_wrapper>img {
    width: 42px;
  }
}