@media screen and (max-width: 930px) {
   .content-wrapper{
    padding-left: 0 !important;
    justify-content: center !important;
   }
   .majestic-heading {
   font-size: 36px !important;
   text-align: center !important;
   flex: unset !important;
   }
   .evaluation-card {
    display: none !important;
   }
   .monitoring-box {
    padding: 0 !important;
   }
   .professional-development-text {
    text-align: center !important;
    width: 90% !important;
    align-self: unset !important;
    flex: unset !important;
   }
   .hero-text-block {
    font-size: 36px !important;
   }
   .image-container100 {
    width: 100% !important;
   }
   .blue-box-container {
    width: 100% !important;
    background: none !important;
    padding: 0 !important;
   }
   .image-container {
    height: 45vh !important;
   }
   .test-title {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    font-size: 36px !important;
   }
   .test-text {
    width: 70% !important;
    margin-bottom: 0.5rem !important;
    font-size: 15px !important;
   }
}

.foundation-impact-report-section {
 box-sizing: border-box;
 display: flex;
 flex-direction: column;
 gap: 37px;
 /* align-items: center; */
 width: 100%;
 /* padding-right: 138px; */
 /* padding-bottom: 109px; */
 /* padding-left: 138px; */
 margin-bottom: 1rem;
 justify-content: center;
 align-content: center;
}

.content-section {
 display: flex;
 flex: 0 0 auto;
 flex-direction: column;
 align-items: stretch;
 justify-content: flex-start;
}

.content-wrapper {
 display: flex;
 flex: 0 0 auto;
 flex-direction: row;
 gap: 8px;
 align-items: center;
 justify-content: space-between;
  padding-left: 28%;
}

.majestic-heading {
 flex: 0 0 auto;
 padding: 0;
 padding-top: 38px;
 margin: 0;
 font: 700 48px "Playfair Display", serif;
 color: #205A98;
}

.evaluation-card {
 box-sizing: border-box;
 display: block;
 width: 272px;
 max-width: initial;
 height: 181px;
}

.professional-development-text {
 flex: 0 0 auto;
 align-self: flex-end;
 padding: 0;
 margin: 0;
 margin-top: -37px;
 font: 400 16px "Maven Pro", sans-serif;
 color: #121212;
 text-align: left;
}

.impact-report-heading {
 flex: 0 0 auto;
 padding: 0;
 margin: 0;
 font: italic 400 18px Cardo, serif;
 color: #f07a22;
}

.hero-text-block {
 flex: 0 0 auto;
 align-self: center;
 padding: 0;
 margin: 0;
 margin-top: 5.5px;
 font: 700 48px "Playfair Display", serif;
 color: #205A98;
}

.image-container100 {
 flex: 0 0 auto;
 align-self: center;
 padding-right: 3px;
 padding-left: 3px;
 width: 100%;
 margin-top: 5.5px;
 margin-bottom: 4.5rem;
}

.blue-box-container {
 box-sizing: border-box;
 display: flex;
 width: 100%;
 flex-direction: column;
 align-items: stretch;
 justify-content: flex-start;
 /* width: 1158px; */
 padding: 25px;
 background: #205A98;
}

.image-container {
 box-sizing: border-box;
 display: block;
 flex: 0 0 auto;
 max-width: initial;
 /* height: 605px; */
 border: none;
 object-fit: cover;
}

.teacher-testimonial-text-style {
 flex: 0 0 auto;
 padding: 0;
 margin: 0;
 font: 400 16px "Maven Pro", sans-serif;
 color: #121212;
 text-align: left;
}

.primary-heading-style {
 font: 700 16px "Maven Pro", sans-serif;
 text-align: left;
}

.foundation-impact-report-section p {
 margin-bottom: 6rem !important;
}

.monitoring-box {
 display: flex;
 flex-direction: column;
 /* align-content: center; */
 justify-content: center;
 align-items: center;
 padding-left: 5%;
 padding-right: 5%;
}

.testimonial-section {
width: 100%;
margin-bottom: 3rem;
}

.test-box {
background: #D4DD4D;
width: 100%;
}

.text-container {
 display: flex;
 align-items: center;
 flex-direction: column;
 padding-bottom: 15%;
}

.test-title {
 color: var(--Primary-Color, #205A98);
 text-align: center;

/* Heading 01 */
 font-family: Verdana;
 font-size: 48px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
 margin-top: 4rem;
 margin-bottom: 9rem;
}

.test-text {
 color: var(--Black-Secondary-Color, #10182B);
text-align: center;
font-family: "Maven Pro";
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 62%;
margin-bottom: 4rem; 
}