.image-annotation-text-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-top: 106px;
  margin-bottom: 106px;
  max-width: 100% !important;
}

#image-annotation-text-cta-main {
	color: white !important;
}
#image-annotation-text-cta-main:hover {
	color: #fc595e !important;
}
.blockLinkCta{
  text-align: center;
}

.image-annotation-text-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1600px) {

  .image-annotation-text-img {
    height: 300px;
  }
}

.image-annotation-text-img {
  height: 400px;
}

.image-annotation-text-left {
  padding-left: 120px;
  padding-right: 120px;
}

.anotation-title-container {
  display: flex;
  align-items: center;
  gap: 6px;
}


.image-annotation-text-right {
  padding-right: 120px;
  padding-left: 120px;
}

.anotation-title-icon {
  width: 16px;
  height: 16px;
  ;
}

.image-annotation-text-left .image-annotation-text-img {
  order: 2;
}

.image-annotation-text-title {
  /*font-size: 30px;
  font-weight: 700;*/
}

.image-annotation-text-description {
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 48px;
}

.image-annotation-text-annotation {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #fc595e;
  font-size: 15px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.image-annotation-text-annotation h3 {
  font-size: 15px;
  margin: 0;
}

.image-annotation-text-cta {
  /*text-decoration: none;
  color: white;
  width: fit-content;
  background-color: black;
  border: 1px solid black;
  border-radius: 54px;*/
  margin-top: 36px;
  /*font-weight: 700;*/
}

.image-annotation-text-cta a {
  text-decoration: none;
  color: white;
}

.image-annotation-text-cta-sec {
  padding: 12px 18px;
  font-size: 20px;
}

.image-annotation-text-cta-main {
  background-color: #fc595e;
  color: white;
  border: 1px solid #fc595e;
  padding: 16px 20px;
  margin-top: 64px !important;
      border-radius: 10px;
}

.image-annotation-text-cta-main a {
  color: white;
}

.image-annotation-text-cta-main:hover {
  cursor: pointer;
  background-color: white;
  color: #fc595e;
  border: 1px solid #fc595e;
}

.image-annotation-text-cta-sec:hover {
  background-color: white;
  color: black;
  cursor: pointer;
  border: 1px solid black;
}

@media (max-width: 767px) {
  .image-annotation-text-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .image-annotation-text-left {
    padding-left: 0;
    padding: 24px;
  }

  .image-annotation-text-right {
    padding-right: 0;
    padding: 24px;
  }

}