/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/blocks/services/about-service-card/main.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.about-service-card {
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding: 60px 30px;
  border-radius: 30px;
  background-color: #AA076B;
}
.about-service-card p, .about-service-card a {
  font-size: 18px;
  line-height: 23px;
}
.about-service-card p, .about-service-card ul, .about-service-card ol {
  margin: 0 0 23px;
}
.about-service-card ul, .about-service-card ol {
  padding-left: 5px;
}
.about-service-card p:last-child,
.about-service-card ul:last-child,
.about-service-card ol:last-child {
  margin-bottom: 0;
}
.about-service-card ul li {
  list-style-type: none;
}
.about-service-card ul li:before {
  content: "•";
  padding-right: 10px;
}
.about-service-card ol li:before {
  all: unset;
  margin-right: 10px;
}
.about-service-card.with-image, .about-service-card.with-youtube {
  padding: 0;
}
.about-service-card.with-image .about-service-card__content, .about-service-card.with-youtube .about-service-card__content {
  padding: 60px 30px 20px 30px;
}
.about-service-card.with-image .image-card,
.about-service-card.with-image .youtube-card, .about-service-card.with-youtube .image-card,
.about-service-card.with-youtube .youtube-card {
  border-radius: 0 0 30px 30px;
}
.about-service-card.with-image .youtube-card:hover, .about-service-card.with-youtube .youtube-card:hover {
  transform: none;
}
.wp-block .about-service-card {
  border: 2px solid;
}
.about-service-card__title {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 31px;
}
.about-service-card__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.first-card .about-service-card__wrapper, .fourth-card .about-service-card__wrapper {
  flex-direction: column;
}
.about-service-card__col {
  flex: 1;
}
.about-service-card__col--cover {
  overflow: hidden;
}
.about-service-card .read-more-btn {
  margin: 0;
  padding: 23px 0 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font--family);
  color: var(--primary--color);
  font-size: 20px;
  line-height: 23px;
}
@media only screen and (max-width: 991.98px) {
  .about-service-card {
    flex: 1 1 calc(50% - 40px) !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-service-card {
    min-width: 340px !important;
    flex: 1 1 340px !important;
  }
  .about-service-card__wrapper {
    display: block;
  }
  .about-service-card.with-image .image-card,
  .about-service-card.with-image .youtube-card, .about-service-card.with-youtube .image-card,
  .about-service-card.with-youtube .youtube-card {
    height: 100px;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-service-card {
    max-width: unset !important;
  }
  .about-service-card__wrapper {
    flex-direction: column;
    overflow: hidden;
  }
}

.first-card {
  background: linear-gradient(207.03deg, var(--gradient--color--main) 0%, var(--gradient--color--secondary) 83.11%);
  color: var(--white);
  grid-column: 1;
  grid-row: 1;
}
.first-card h3 {
  color: var(--white);
}
.first-card .read-more-btn {
  color: var(--white);
}

.second-card,
.third-card,
.fourth-card {
  background-color: var(--gray);
  color: var(--black);
}

.second-card {
  grid-column-start: 2;
  grid-column-end: span 3;
  grid-row: 1;
}

.third-card {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row: 2;
}

.fourth-card {
  grid-column: 3;
  grid-row: 2;
}

.second-card.with-image, .second-card.with-youtube,
.third-card.with-image,
.third-card.with-youtube {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.wp-block .second-card.with-image, .wp-block .second-card.with-youtube,
.wp-block .third-card.with-image,
.wp-block .third-card.with-youtube {
  display: block;
}
.second-card.with-image .about-service-card__title, .second-card.with-youtube .about-service-card__title,
.third-card.with-image .about-service-card__title,
.third-card.with-youtube .about-service-card__title {
  grid-column: 1;
}
.second-card.with-image .about-service-card__wrapper, .second-card.with-youtube .about-service-card__wrapper,
.third-card.with-image .about-service-card__wrapper,
.third-card.with-youtube .about-service-card__wrapper {
  grid-column: 1;
}
.second-card.with-image .about-service-card__content, .second-card.with-youtube .about-service-card__content,
.third-card.with-image .about-service-card__content,
.third-card.with-youtube .about-service-card__content {
  padding: 60px 0 60px 30px;
}
.second-card.with-image .image-card,
.second-card.with-image .youtube-card, .second-card.with-youtube .image-card,
.second-card.with-youtube .youtube-card,
.third-card.with-image .image-card,
.third-card.with-image .youtube-card,
.third-card.with-youtube .image-card,
.third-card.with-youtube .youtube-card {
  grid-column: 2;
  grid-row: 1/3;
  border-radius: 0 30px 30px 0;
}
@media only screen and (max-width: 767.98px) {
  .second-card.with-image, .second-card.with-youtube,
  .third-card.with-image,
  .third-card.with-youtube {
    display: block;
  }
  .second-card.with-image .image-card,
  .second-card.with-image .youtube-card, .second-card.with-youtube .image-card,
  .second-card.with-youtube .youtube-card,
  .third-card.with-image .image-card,
  .third-card.with-image .youtube-card,
  .third-card.with-youtube .image-card,
  .third-card.with-youtube .youtube-card {
    height: 100px;
    border-radius: 0 0 30px 30px;
  }
}

/*# sourceMappingURL=index.css.map*/