.container {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1200px;
  }
}

.circle-image-cta__circle-container::before {
  content: "";
  background-image: url("/wp-content/themes/tahoesouth/dist/arrow-flourish.350494ae.svg");
  width: 50px;
  height: 6px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
}

.circle-image-cta {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 600px;
  border-radius: 15px;
}
.circle-image-cta.alignfull {
  max-height: 375px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .circle-image-cta.alignfull {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .circle-image-cta.alignfull {
    border: 20px solid white;
    border-bottom: none;
    border-top: none;
    max-height: 600px;
  }
}
.circle-image-cta__image {
  vertical-align: bottom;
  width: 100%;
  transition: transform 0.25s;
  min-height: 375px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .circle-image-cta__image {
    height: auto;
  }
}
.circle-image-cta__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.circle-image-cta__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-image-cta__circle-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #A0D5B1;
  height: 300px;
  width: 300px;
  border-radius: 150px;
}
.circle-image-cta__circle-container::before {
  position: relative;
  filter: invert(22%) sepia(54%) saturate(478%) hue-rotate(149deg) brightness(99%) contrast(90%);
  margin-bottom: 17px;
}
@media (min-width: 1024px) {
  .circle-image-cta__circle-container {
    height: 450px;
    width: 450px;
    border-radius: 225px;
  }
}
.circle-image-cta__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: normal;
  line-height: 39px;
  color: #234C5A;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
html[lang=ru] main .circle-image-cta__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .circle-image-cta__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .circle-image-cta__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .circle-image-cta__title {
  font-family: "Sarabun";
}
html[lang=ja] main .circle-image-cta__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .circle-image-cta__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .circle-image-cta__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .circle-image-cta__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 1024px) {
  .circle-image-cta__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: normal;
    line-height: 65px;
    margin-bottom: 17px;
  }
  html[lang=ru] main .circle-image-cta__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .circle-image-cta__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .circle-image-cta__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .circle-image-cta__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .circle-image-cta__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .circle-image-cta__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .circle-image-cta__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .circle-image-cta__title {
    font-family: "Noto Serif KR";
  }
}
.circle-image-cta__description {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  color: #234C5A;
  text-align: center;
  width: 95%;
}
html[lang=ru] main .circle-image-cta__description {
  font-family: "Open Sans";
}
html[lang=vi] main .circle-image-cta__description {
  font-family: "Open Sans";
}
html[lang=ar] main .circle-image-cta__description {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .circle-image-cta__description {
  font-family: "Prompt";
}
html[lang=ja] main .circle-image-cta__description {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .circle-image-cta__description {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .circle-image-cta__description {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .circle-image-cta__description {
  font-family: "Noto Sans KR";
}
.circle-image-cta:hover .circle-image-cta__image {
  transform: scale(1.05);
}
.circle-image-cta:hover .circle-image-cta__description::after {
  transform: translateX(5px);
}

/*# sourceMappingURL=/wp-content/themes/tahoesouth/dist/circle-image-cta.css.map */