/* starts main section */

@media screen and (max-width: 930px) {
   .whatwedo-title-container {
      padding-left: 0 !important;
      justify-content: center !important;
      margin-bottom: 4rem !important;
   }
   .whatwedo-title {
      font-size: 36px !important;
      padding-top: 3% !important;
   }
   .whatwedo-image {
      display: none !important;
   }
   .whatwedo-description{
      width: 90% !important;
   }
   .foundation-info {
      text-align: center !important;
   }
}

.whatwedo-section {
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   align-items: stretch;
   justify-content: flex-start;
   min-width: 100%;
   padding-bottom: 69px;
}

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

.whatwedo-title-container {
   display: flex;
   flex: 0 0 auto;
   flex-direction: row;
   gap: 8px;
   align-items: flex-start;
   justify-content: space-between;
   padding-left: 40%;
}

.whatwedo-title {
   flex: 0 0 auto;
   padding: 0;
   padding-top: 38px;
   margin: 0;
   font: 700 48px "Verdana", serif;
   color: #205A98;
}

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

.whatwedo-description {
   box-sizing: border-box;
   flex: 0 0 auto;
   align-self: center;
   width: 80%;
   padding: 0;
   margin: 0;
   margin-top: -37px;
   font: 400 24px sans-serif;
   color: #121212;
   text-align: left;
}

.foundation-info {
   font: 300 18px sans-serif;
   text-align: left;
}

.training-component-title {
   font: 700 16px sans-serif;
   text-align: left;
}

.workshops {
   font: 700 24px sans-serif;
   text-align: left;
}

.workshop-description {
   font: 400 16px sans-serif;
   text-align: left;
}

.training-component-description {
   font: 400 16px sans-serif;
   text-align: left;
}

.mentorship-stages {
   padding-left: 1.5em;
   margin: 0;
   list-style: disc;
}

.stage-title {
   font-weight: bold;
}

.f-700 {
   color: #121212;

/* Esc Heading 4 */
font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}


/* ends main section */