.paragraph--type--single-card-slider {
  margin-bottom: 0 !important;
}
.paragraph--type--single-card-slider .education-section {
  text-align: center;
  padding: 60px 20px;
  color: var(--dark-text);
  margin-left: calc((100% - 100vw) / 2) !important;
  position: relative;
  padding-bottom: 135px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .paragraph--type--single-card-slider .education-section {
    padding: 70px 10px 150px 8px;
  }
}
@media (max-width: 360px) {
  .paragraph--type--single-card-slider .education-section {
    padding: 60px 10px;
  }
}
.paragraph--type--single-card-slider .education-section .section-top {
  max-width: 560px;
  margin: 0 auto;
  width: 100%;
}
.paragraph--type--single-card-slider .education-section .section-container {
  background: url("../../../img/square-bg-2.png") no-repeat top right;
  background-size: contain;
  max-width: 754px;
  margin: 0 auto;
  width: 100%;
  padding: 37px 60px 50px 60px;
}
@media (max-width: 768px) {
  .paragraph--type--single-card-slider .education-section .section-container {
    padding: 0;
  }
}
.paragraph--type--single-card-slider .education-section .subtitle {
  text-transform: uppercase;
  color: var(--text-gray);
  margin-bottom: 12px;
}
.paragraph--type--single-card-slider .education-section .title {
  margin-bottom: 15px;
}
.paragraph--type--single-card-slider .education-section .body {
  margin: 0 auto 30px auto;
}
.paragraph--type--single-card-slider .education-section .slider-card-subtitle {
  font-family: "Montserrat", foco, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-gray);
  margin-bottom: 12px;
}
.paragraph--type--single-card-slider .education-section .single-card-slider-wrapper {
  max-width: 572px;
  margin: 0 auto;
  width: 100%;
}
.paragraph--type--single-card-slider .education-section .single-card-slider-wrapper .slick-dots li.slick-active button:after {
  border-color: transparent;
}
.paragraph--type--single-card-slider .education-section .single-card-slider-wrapper .slick-dots {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .paragraph--type--single-card-slider .education-section .single-card-slider-wrapper .slick-dots {
    bottom: -75px;
  }
}
.paragraph--type--single-card-slider .education-section .single-card-slider-wrapper .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
}
.paragraph--type--single-card-slider .education-section .single-card-slider-wrapper .slick-dots li button {
  position: relative;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: var(--dot-inactive);
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}
.paragraph--type--single-card-slider .education-section .single-card-slider-wrapper .slick-dots li button:before {
  display: none;
}
.paragraph--type--single-card-slider .education-section .single-card-slider-wrapper .slick-dots li.slick-active button {
  width: 90px;
  height: 5px;
  border-radius: 6px;
  background-color: var(--white);
}
.paragraph--type--single-card-slider .education-section .slick-track {
  display: flex !important;
  align-items: stretch !important;
  gap: 1rem;
}
@media (max-width: 768px) {
  .paragraph--type--single-card-slider .education-section .slick-track {
    gap: 0.5rem;
  }
}
@media (max-width: 360px) {
  .paragraph--type--single-card-slider .education-section .slick-track {
    gap: 3px;
  }
}
.paragraph--type--single-card-slider .education-section .slick-slide {
  height: auto !important;
}
.paragraph--type--single-card-slider .education-section .slider-card {
  background: var(--white);
  padding: 30px 70px;
  border-radius: 10px;
  width: 561px !important;
  position: relative;
  z-index: 2;
  line-height: 23px;
}
@media (max-width: 360px) {
  .paragraph--type--single-card-slider .education-section .slider-card {
    width: 343px !important;
  }
}
.paragraph--type--single-card-slider .education-section .slider-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
  color: var(--text-dark-gray);
  line-height: 1.2;
}
.paragraph--type--single-card-slider .education-section .slider-card p {
  margin-bottom: 20px;
  color: var(--text-dark-gray);
}
@media (max-width: 768px) {
  .paragraph--type--single-card-slider {
    overflow-x: hidden;
  }
  .paragraph--type--single-card-slider .education-section h2 {
    font-size: 22px;
  }
  .paragraph--type--single-card-slider .slick-list {
    overflow: hidden !important;
  }
}
.paragraph--type--single-card-slider .btn_primary {
  width: 186px;
  justify-content: space-between;
}
/*# sourceMappingURL=paragraph-single-card-slider.css.map */
