@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Manrope:wght@200..800&display=swap');

.acknowledgement-section {
  padding: 76px 20px 104px;
  background-color: #F9F9F9;
}


.acknowledgement-section .text-content {
  max-width: 818px;
  text-align: left;
  margin: 0 auto;
}

.acknowledgement-section .main-heading {
  font-family: 'Familjen Grotesk', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  margin: 0 0 15px;
}

.acknowledgement-section .description p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.77);
  margin: 0 0 20px;
}
.acknowledgement-section .description p b {
    font-weight: 800;
    color: #000;
}
.acknowledgement-section .main-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}

.acknowledgement-section .image-content {
    width: 424px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.acknowledgement-section .image-wrapper {
    width: 84px;
    height: 56px;
}

.acknowledgement-section .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}



 @media(max-width: 1399px) {
    .acknowledgement-section .image-content {
        width: 280px;
    }
}
@media (max-width: 991px) {

  .acknowledgement-section .main-heading {
    font-size: 28px;
  }
  .acknowledgement-section .description p {
      font-size: 15px;
  }
  .acknowledgement-section .image-content {
        width: 230px;
    }
    
}

@media (max-width: 767px) {

  .acknowledgement-section .main-heading {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .acknowledgement-section .description p {
    font-size: 15px;
    margin-bottom: 16px;
  }


  .acknowledgement-section .description p {
      font-size: 15px;
  }
  .acknowledgement-section .main-container {
        flex-direction: column;
        gap: 15px;
    }
    
    .acknowledgement-section {
        padding: 20px;
    }

}
.fee-widget-editable .acknowledgement-section .image-wrapper,
body.widget-snippet .acknowledgement-section .image-wrapper {
    padding: 5px;
}
