.contt {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.contt .row {
  row-gap: 2.5rem;
}

.contt-svg {
  position: absolute;
  top: 3%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

@media (min-width: 768px) {
  .contt-svg {
    top: 5%;
  }
}

@media (min-width: 992px) {
  .contt-svg {
    top: 10%;
  }
}

.contt h1 {
  color: var(--blue);
  font-size: 2.625rem;
  font-weight: 400;
  margin-bottom: 3.75rem;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 992px) {
  .contt h1 {
    font-size: 4rem;
  }
}

.contt h1::after {
  content: '';
  position: absolute;
  bottom: -0.875rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--yellow);
}

.contt p {
  font-size: 1.25rem;
  color: var(--blue);
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 992px) {
  .contt p {
    max-width: 22.9375rem;
    font-size: 1.625rem;
  }
}

.contt-box {
  row-gap: 1.5rem;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .contt-box {
    margin-top: 6rem;
  }
}

@media (min-width: 992px) {
  .contt-box {
    margin-top: 8rem;
  }
}

.contt-box-item {
  border: 1px solid #e1e1e1;
  border-radius: 1.25rem;
  padding: 1.5rem 2.5rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: var(--white);
  position: relative;
}

.contt-box-item h3 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--blue);
  line-height: 1;
  margin-bottom: 1.25rem;
  font-family: var(--body-font);
}

@media (min-width: 1130px) {
  .contt-box-item h3 {
    font-size: 2.5rem;
  }
}

.contt-box-item p {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
}

@media (min-width: 992px) {
  .contt-box-item p {
    font-size: 1.625rem;
  }
}

.contt-box-item-btn {
  margin-top: auto;
  max-width: 14.375rem;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: .8125rem;
  line-height: .875rem;
  font-weight: 600;
  padding: 1.4375rem 2rem;
  color: var(--blue);
  background: var(--yellow);
  border-radius: 99px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.contt-box-item-btn:hover {
  color: var(--white);
  background: var(--blue);
}

.contt-box-item-whatsapp {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: -0.9375rem;
  right: -0.9375rem;
}

@media (min-width: 992px) {
  .contt-box-item-whatsapp {
    width: 4.9375rem;
    height: 4.9375rem;
  }
}

.contt-map iframe {
  border-radius: 1.25rem;
}

.contt-sticky {
  top: 4rem;
}
