.contact {
  padding-top: 1rem;
  padding-bottom: 100px;
}
.contact .form-box {
  border-radius: 10px;
  border: solid 1px;
  padding: 60px 110px;
}
@media (max-width: 767.98px) {
  .contact .form-box {
    padding: 40px;
  }
}
.contact .form-box h1 {
  text-align: center;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
}
@media (min-width: 1200px) {
  .contact .form-box h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .contact .chanells {
    margin-top: 40px;
  }
}
.contact .chanells h2 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .contact .chanells h2 {
    font-size: 2.25rem;
  }
}
.contact .chanells ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}
.contact .chanells ul li {
  font-size: 18px;
  font-weight: 700;
}
.contact .chanells ul li:not(:last-child) {
  margin-bottom: 20px;
}
.contact .chanells ul li span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  background: #10007a;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin-right: 14px;
}
.contact .chanells ul li span svg {
  fill: #fff;
}
.contact .chanells .socials {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}
.contact .chanells .socials span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  background: #10007a;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin-right: 14px;
}
.contact .chanells .socials span svg {
  fill: #fff;
}
.contact .chanells .btn {
  margin-bottom: 20px;
}
