.toco {
  position: relative;
  overflow: hidden;
}

.toco .row {
  row-gap: 3.75rem;
}

.toco-svg {
  display: none;
}

.svglogo .toco-svg {
  display: block;
  position: absolute;
  z-index: -1;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 3.75rem;
  width: 100%;
}

@media (min-width: 992px) {
  .svglogo .toco-svg {
    bottom: 6.875rem;
  }
}

.toco-img {
  position: relative;
  padding-top: 109.434%;
}

@media (min-width: 1200px) {
  .left .toco-img {
    margin-right: 5.625rem;
  }
  .right .toco-img {
    margin-left: 5.625rem;
  }
}

.toco-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1200px) {
  .left .toco-box {
    margin-left: 5.625rem;
  }
  .right .toco-box {
    margin-right: 5.625rem;
  }
}

.toco-box-subtitle {
  font-size: 1.625rem;
  font-weight: 500;
  display: block;
}

.toco-box h2 {
  font-size: 2.25rem;
  font-weight: 400;
  position: relative;
  line-height: 1;
  margin-bottom: 4.375rem;
  max-width: 31.4375rem;
}

@media (min-width: 992px) {
  .toco-box h2 {
    font-size: 3rem;
  }
}

.toco-box h2:after {
  content: '';
  background-color: var(--yellow);
  width: 85%;
  height: .0625rem;
  position: absolute;
  bottom: -2.1875rem;
  left: 0;
}

.toco-box p, .toco-box ul {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

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

.toco-box ul li {
  margin-bottom: .625rem;
}

.toco-box-btn {
  margin-top: 1.875rem;
  max-width: 14.375rem;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  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;
}

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