#cta-1 {
  padding-top: 25px;
  padding-bottom: 35px;
  border-top: 15px solid #F3313B;
  border-bottom: 15px solid #F3313B;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
}

.cta-1--individual {
  background-color: #F4F4F4 !important;
  border-top: 15px solid transparent !important;
  border-bottom: 15px solid transparent !important;
    border-image-source: linear-gradient(
    to left,
    #bde7cf 0%,
    #beddea 32.46%,
    #f0c1ca 79.59%,
    #f7dab8 100%,
    #fed8b5 100%
  ) !important;
  border-image-slice: 1 !important;
  border-image-repeat: stretch !important;
}

#cta-1::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  background: #f5f5f7;
  opacity: 0.5;
  top: 15px;
  height: calc(100% - 15px);
}

.cta-1__charm {
  position: absolute;
  max-width: 172.78px;
  width: 12%;
  right: 9%;
  bottom: 0;
  z-index: 3;
}

.cta-1__container {
}
.cta-1__image {
  margin-left: auto;
  margin-right: auto;
  width: 61.516%;
  transform: translateX(5px);
  max-width: 885px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 999px) {
  .cta-1__image {
    width: calc(100% - 40px);
  }
}

.cta-1__tel {
    position: absolute;
    display: block;
    width: 33%;
    bottom: 21%;
    left: 11%;
    height: 27%;
}

@media screen and (max-width: 999px) {
  .cta-1__tel {
        width: 74%;
        bottom: 41%;
        left: 50%;
        height: 18%;
    transform: translateX(-50%);
  }
}

.cta-1__contact {
    position: absolute;
    display: block;
    width: 33%;
    bottom: 21%;
    right: 16%;
    height: 26%;
}

@media screen and (max-width: 999px) {
  .cta-1__contact {
        width: 80%;
        bottom: 10%;
        right: 51%;
        transform: translateX(50%);
        height: 18%;
  }
}
