.image-text {
  margin: 0 -15px;
  background-color: var(--background__color);
  position: relative;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .image-text {
    margin: 0;
  }
}
.image-text__background-img {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.image-text__background-img .background-gradient {
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: 1;
  position: absolute;
}
.image-text__background-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.image-text.image-block .image-text__wrapper {
  padding: 20px;
}
@media only screen and (min-width: 744px) {
  .image-text.image-block .image-text__wrapper {
    display: flex;
    align-items: center;
    padding: 20px 40px;
  }
}
.image-text.image-block .image-text__wrapper .image-text__image {
  height: 254px;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  justify-content: center;
}
@media only screen and (min-width: 744px) {
  .image-text.image-block .image-text__wrapper .image-text__image {
    margin-bottom: 0;
    width: 280px;
    margin-right: 30px;
  }
}
.image-text.image-block .image-text__wrapper .image-text__image img {
  height: 100%;
  width: auto;
}
@media only screen and (min-width: 744px) {
  .image-text.image-block .image-text__wrapper .image-text__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.image-text.image-block .image-text__wrapper .image-text__content {
  row-gap: 25px;
  width: 100%;
}

.image-text__wrapper {
  position: relative;
  padding: 44px 40px 60px;
}
@media only screen and (min-width: 744px) {
  .image-text__wrapper {
    width: 600px;
    padding: 38px;
  }
}
@media (min-width: 1630px) {
  .image-text__wrapper {
    width: 560px;
    padding: 48px 38px;
  }
}
.image-text__wrapper .image-text__content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (min-width: 1100px) {
  .image-text__wrapper .image-text__content {
    row-gap: 15px;
  }
}
@media (min-width: 1630px) {
  .image-text__wrapper .image-text__content {
    row-gap: 24px;
  }
}
.image-text__wrapper .image-text__content .link {
  border-radius: 5px;
  padding: 15px 30px;
  border: 1px solid #FFFFFF;
  width: fit-content;
  font-size: 16px;
}
.image-text__wrapper .image-text__content .link:hover {
  background-color: #2254CD;
  border-color: #2254CD;
  color: #ffffff;
}
.image-text__wrapper .image-text__content .title, .image-text__wrapper .image-text__content .content, .image-text__wrapper .image-text__content .link {
  color: #101010;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
}
@media only screen and (min-width: 744px) {
  .image-text__wrapper .image-text__content .title, .image-text__wrapper .image-text__content .content, .image-text__wrapper .image-text__content .link {
    font-size: 18px;
  }
}
.image-text__wrapper .image-text__content.white-text .title, .image-text__wrapper .image-text__content.white-text .content, .image-text__wrapper .image-text__content.white-text .link {
  color: white;
}
.image-text__wrapper .image-text__content.white-text .link svg path {
  stroke: #FFF;
}
.image-text__wrapper .image-text__content.active-color__link .link {
  color: #6579F4;
}
.image-text__wrapper .image-text__content.active-color__link .link svg path {
  stroke: #6579F4;
}
.image-text__wrapper .image-text__content.active-color__link .link:hover svg path:last-child {
  stroke: #FFFFFF;
}
.image-text__wrapper .image-text__content .title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 1100px) {
  .image-text__wrapper .image-text__content .title {
    font-size: 23px;
  }
}
@media (min-width: 1630px) {
  .image-text__wrapper .image-text__content .title {
    font-size: 24px;
  }
}
.image-text__wrapper .image-text__content .link {
  display: flex;
  align-items: center;
  text-decoration-line: none;
  font-weight: 600;
  font-size: 19px;
}
@media (min-width: 1100px) {
  .image-text__wrapper .image-text__content .link {
    font-size: 16px;
  }
}
@media (min-width: 1630px) {
  .image-text__wrapper .image-text__content .link {
    font-size: 18px;
    margin-top: 10px;
  }
}
.image-text__wrapper .image-text__content .link svg {
  margin-left: 20px;
  width: 41px;
}
.image-text__wrapper .image-text__content .link svg path {
  stroke-width: 1;
  stroke: #101010;
}
@media only screen and (min-width: 744px) {
  .image-text__wrapper .image-text__content .link svg {
    width: 36px;
  }
  .image-text__wrapper .image-text__content .link svg path {
    stroke-width: 1.5;
  }
}
@media (min-width: 1630px) {
  .image-text__wrapper .image-text__content .link svg {
    width: 41px;
  }
}
.image-text__wrapper .image-text__content .link:hover, .image-text__wrapper .image-text__content .link:focus {
  color: #FFFFFF;
}
.image-text__wrapper .image-text__content .link:hover svg, .image-text__wrapper .image-text__content .link:focus svg {
  fill: #6579F4;
}
.image-text__wrapper .image-text__content .link:hover svg path:first-child, .image-text__wrapper .image-text__content .link:focus svg path:first-child {
  stroke: #6579F4;
}
