.title-complaints{
  color: #e73452;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.89px;
}  
.complaints-flex {
  display: flex;
  justify-content: center;      /* bottom center */
  align-items: flex-end;        /* bottom aligned */
  gap: 40px;
  margin-top: 50px;

  flex-wrap: wrap;              /* responsive */
}

.complaints-item {
  text-align: center;
  width: 45%;
}

.complaints-item img {
  width: 100%;
  max-width: 500px;
}

.marginTop {
  margin-top: 5%;
}


  .btn-form {
      /* width: 180px; */
      /* height: 49px; */
      color: #fbfbfb;
      font-size: 21px;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
      border-radius: 6px;
      background: #ffb302;
      border: none;
    }

  .btn-form:hover {
      /* width: 180px; */
      /* height: 49px; */
      color: #ffb302;
      font-size: 21px;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
      border-radius: 6px;
      background: #fbfbfb;
      border: none;
      border:#e73452;
      border-width: 2px;
      border-style: solid;
    }



    @media screen and (max-width: 600px) {

      .marginTop {
          margin-top: 2%;
        }
        .complaints-flex{
          flex-direction: column;
          align-items: center;
        }
        .complaints-item img {
          width: 100%!important;
        }
        .complaints-item {
          text-align: center;
          width: 100%;
        }

        .complaints-section h1{
          font-size: 2rem;
        }
    }