.section-contact-1 {
  padding: 60px 0px !important;
}

.section-contact-1 .row-top {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.section-contact-1 .row-top .col-left .col-inner,
.section-contact-1 .row-top .col-right .col-inner {
  height: 100%;
}
.section-contact-1 .row-top .col-left {
  padding-right: 0px !important;
}
.section-contact-1 .row-top .col-right {
  padding-left: 0px !important;
}

.section-contact-1 .row-top .row .col {
  padding: 0px;
  padding-left: 40px;
}

.section-contact-1 .col-left h1 {
  margin-bottom: 18px;
}

.section-contact-1 .col-left h2 {
  margin-bottom: 27px;
}

.section-contact-1 .col-left .cap-contact {
  font-size: var(--fz-22);
  font-weight: 500;
  line-height: 1.2;
  color: var(--text-black);
  margin-bottom: 18px;
}

.section-contact-1 .col-left .icon-box {
  display: flex;
  align-items: start;
  gap: 18px;
}
.section-contact-1 .col-left .icon-box .icon-box-img {
  width: 24px !important;
  height: 24px;
  margin-bottom: 0px !important;
  padding: 0px;
}

.section-contact-1 .col-left .icon-box .icon-box-img img {
  width: 100%;
  height: 100%;
}

.section-contact-1 .col-left .icon-box-text a {
  color: rgb(0, 0, 0);
  font-size: var(--fz-18);
  font-weight: 500;
  line-height: 1.5;
}
.section-contact-1 .col-right form {
  margin-bottom: 0px;
}
.section-contact-1 .col-right .caption {
  margin-bottom: 27px;
}

.section-contact-1 .col-right .wrap .item label {
  font-size: var(--fz-18);
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 9px;
}
.section-contact-1 .col-right .wrap .item label .red {
  color: rgb(220 53 69);
  font-weight: 300;
}
.section-contact-1 .col-right .wrap .item input,
.section-contact-1 .col-right .wrap .item textarea {
  box-shadow: 0 0 0 transparent;
  border-radius: 7px;
  color: rgb(33 37 41);
  background: #fff;
  padding: 9px 18px;
  border: 1px solid #dee2e6;
  font-size: var(--fz-18);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 18px;
}
.section-contact-1 .col-right .wrap .item textarea {
  min-height: 155px;
}
.section-contact-1 .col-right .wrap .item button {
  display: flex;
  justify-content: center;
  margin: auto;
}

@media (min-width: 1200px) {
  .section-contact-1 .row-top {
    column-gap: 54px;
  }
}

@media (min-width: 1024px) {
  .section-contact-1 .row-top {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .section-contact-1 {
    padding: 30px 0px !important;
  }
}

@media (max-width: 768px) {
  .section-contact-1 .row-top .col-left,
  .section-contact-1 .row-top .col-right {
    padding: 0px;
  }
  .section-contact-1 .row-top {
    padding: 0px 15px;
    gap: 32px;
  }
}
