.contact-us-section {
  display: flex;
  align-items: start;
  color: #5b5b5b;
  background: #feeded;
  padding: 43px 0px;
}
.contact-us-section .contact-icon {
  display: flex;
  height: 40px;
  width: 40px;
  background-color: var(--theme-color);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 14px;
}
.contact-us-section .contact-icon img {
  height: 20px;
  width: 20px;
}
.contact-us-section h6 {
  color: #2a2a2a;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.contact-us-section p {
  line-height: 26px;
}
.contact-us-section .contact-item {
  display: flex;
  max-width: 325px;
  text-decoration: none;
  color: #5b5b5b;
}
.contact-us-section h6 {
  font-family: "Flama Trial";
}
.contact-us-section .row {
  justify-content: space-between;
}
.contact-us-section .social-block {
  justify-content: start;
}
@media only screen and (min-width: 1200px) {
  .contact-us-section .container {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-us-section .row {
    justify-content: start;
    margin-bottom: -40px;
  }
  .contact-us-section .row > * {
    width: 50%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .contact-us-section p {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-section .row > * {
    width: 100%;
  }
}
