.professionalServices {
  background-image: url('./assets/professionalServices/professional-services-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  margin-top: 6%;
}

.headingSize {
  min-height: 70vh;
  margin: auto;
}

.professionalServices h2 {
  font-size: 45px;
  color: white;
  font-weight: 600;
}

.professionalServices p {
  font-size: 18px;
  color: white;
}

.accordion-item:first-of-type .accordion-button {
  border: 0px !important;
  background-color: none;
}

.accordion-button:not(.collapsed) {
  background-color: #ffffff !important;
  color: #000000;
}

.accordion-collapse {
  border: 0px !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button {
  font-size: 20px;
  font-weight: 500;
}

.know_more_btn {
  background-color: #ff695f;
  border: none;
  border-radius: 5px;
  color: white;
  padding: 8px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 14px 2px;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .headingSize {
    min-height: 50vh;
    /* margin-top: 25%; */
  }
}

@media screen and (max-width: 600px) {
  .headingSize {
    min-height: 30vh;
    margin-top: 25%;
  }
  .headingSize h2 {
    font-size: 24px;
  }

  .professionalServices p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 20px;
  }
  .professionalServices span {
    color: #ff695f;
  }
}
