.complaintcontact__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .complaintcontact__title {
    font-size: 18px;
    line-height: 27px;
  }
}
.complaintcontact__innertitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 8px;
}
@media (max-width: 992px) {
  .complaintcontact__innertitle {
    font-size: 17px;
    line-height: 26px;
  }
}
.complaintcontact__name {
  font-size: 20px;
  line-height: 30px;
  color: #171C8F;
}
@media (max-width: 992px) {
  .complaintcontact__name {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 576px) {
  .complaintcontact__name {
    width: 60%;
  }
}
.complaintcontact__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 75%;
}
@media (max-width: 1200px) {
  .complaintcontact__container {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .complaintcontact__container {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .complaintcontact__container {
    width: 100%;
  }
}
.complaintcontact__element {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 24px;
  justify-content: space-between;
  background-color: #F4F4F4;
  margin-bottom: 24px;
}
.complaintcontact__content {
  width: calc(100% - 120px);
  padding-right: 20px;
}
.complaintcontact__content table {
  border: none;
}
.complaintcontact__content table tr td {
  padding-bottom: 24px !important;
  vertical-align: initial !important;
  width: auto !important;
}
.complaintcontact__content table tr td:first-child {
  padding-right: 12px;
}
.complaintcontact__content .textarea p {
  word-break: break-word;
}
@media (max-width: 1200px) {
  .complaintcontact__content {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .complaintcontact__content {
    width: 100%;
    padding-right: 0;
  }
}
.complaintcontact__icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  width: 88px;
  height: 88px;
  margin-right: 32px;
}
.complaintcontact__icon-wrapper img {
  width: 44px;
}
@media (max-width: 992px) {
  .complaintcontact__icon-wrapper {
    width: 66px;
    height: 66px;
  }
  .complaintcontact__icon-wrapper img {
    width: 33px;
  }
}
.complaintcontact__button {
  width: 25%;
  text-align: right;
}
.complaintcontact__button a {
  padding: 12px 24px;
  border: 1px solid #171C8F;
  background-color: #171C8F;
  border-radius: 8px;
  color: #fff;
  transition: background-color 0.3s ease-out;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.complaintcontact__button a:hover {
  background-color: #fff;
  color: #171C8F;
}
@media (max-width: 1200px) {
  .complaintcontact__button {
    width: 100%;
    text-align: left;
    padding-left: 120px;
  }
  .complaintcontact__button a {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .complaintcontact__button {
    width: 25%;
    padding-left: 0;
    text-align: right;
  }
  .complaintcontact__button a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .complaintcontact__button {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    padding-left: 0px;
  }
  .complaintcontact__button a {
    padding: 6px 12px;
    width: 50%;
  }
}/*# sourceMappingURL=Complaint_contact_section.min.css.map */