
  .form-group {
    padding-bottom: 10px;
  }

  .contact h4 {
    color: var(--color-third);
    font-weight: 600;
  }

  .portfolio h4 {
    color: var(--color-third);
    font-weight: 600;
  }

  .section-header h4 {
    color: var(--color-third);
    font-weight: 600;

  }

  .container-fluid .img-fluid {
    height: 15%;
    border-radius: 25px;
    width: 77%
  }

  @media only screen and (max-width: 575px) {
    .container-fluid .img-fluid {
      height: 15%;
      border-radius: 12px;
      width: 100%
    }
  }

  .faq .accordion-button:not(.collapsed) {
    color: black;
    border-bottom: 0;
    box-shadow: none;
}