.image-text-alternate .row .text a {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  border-radius: 60px;
  text-decoration: none;
  padding: 12px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid transparent;
}
.image-text-alternate .row .text a svg {
  margin-right: 10px;
}
.image-text-alternate .row .text a:disabled {
  opacity: 0.5;
}
.image-text-alternate .row .text a:disabled:hover {
  cursor: not-allowed;
}

.image-text-alternate .row .text a {
  background-color: #88BC23;
  color: #061D41;
}
.image-text-alternate .row .text a:hover:not(:disabled) {
  background-color: #fff !important;
  border: 1px solid #88BC23;
}

.image-text-alternate {
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .image-text-alternate {
    margin-bottom: 50px;
  }
}
.image-text-alternate .row {
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  .image-text-alternate .row {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .image-text-alternate .row {
    gap: 20px;
  }
}
.image-text-alternate .row .image {
  height: fit-content;
}
@media screen and (max-width: 800px) {
  .image-text-alternate .row .image {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .image-text-alternate .row .image {
    margin-bottom: 15px;
  }
}
.image-text-alternate .row .image .image-wrap {
  width: 492px;
  height: 330px;
}
@media screen and (max-width: 1200px) {
  .image-text-alternate .row .image .image-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .image-text-alternate .row .image .image-wrap {
    height: 200px;
  }
}
.image-text-alternate .row .image .image-wrap img {
  border-radius: 30px;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width: 1200px) {
  .image-text-alternate .row .image .image-wrap img {
    max-width: none !important;
  }
}
@media screen and (max-width: 600px) {
  .image-text-alternate .row .image .image-wrap img {
    border-radius: 10px;
  }
}
.image-text-alternate .row .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .image-text-alternate .row .text {
    width: 100%;
  }
}
.image-text-alternate .row .text .title {
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .image-text-alternate .row .text .title {
    margin-bottom: 15px;
  }
}
.image-text-alternate .row .text .title h2 {
  font-weight: 700;
  color: #061D41;
}
@media screen and (max-width: 600px) {
  .image-text-alternate .row .text .title h2 {
    font-size: 21px;
  }
}
.image-text-alternate .row .text .textarea {
  margin-bottom: 24px;
}
.image-text-alternate .row .text .textarea p, .image-text-alternate .row .text .textarea b {
  font-size: 17px;
}
@media screen and (max-width: 600px) {
  .image-text-alternate .row .text .textarea p, .image-text-alternate .row .text .textarea b {
    font-size: 15px;
  }
}
.image-text-alternate .row .text a {
  padding: 0 35px;
  height: 44px;
  min-width: 155px;
}
.image-text-alternate .row .text .textarea a.link-text {
  all: unset;
  color: #061D41;
  font-size: 17px;
  text-decoration: underline;
  cursor: pointer;
}
.image-text-alternate .row .text .textarea a.link-text:hover {
  color: #88BC23;
}
.image-text-alternate .row.row-reverse {
  padding: 4em 0;
}
@media screen and (max-width: 1000px) {
  .image-text-alternate .row.row-reverse {
    padding: 3em 0;
  }
}
@media screen and (max-width: 600px) {
  .image-text-alternate .row.row-reverse {
    padding: 1em 0;
  }
}
.image-text-alternate .row.row-reverse .image {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  .image-text-alternate .row {
    margin-bottom: 40px;
  }
}
.image-text-alternate .row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

/*# sourceMappingURL=image-text-alternate.css.map */
