.mission-section {
   margin-top: 4rem;
}

.mission-img-parent {
   width: fit-content;
   top: 0;
   left: 0;

}

.med-plus-icon {
   width: 5rem;
   aspect-ratio: 1;
   top: 0;
   left: 0;
   z-index: 2;
}

.mission-img {
   width: 100%;
   object-fit: cover;
   aspect-ratio: 1;
}

@media (min-width:600px) {
   .mission-section {
      margin-top: 4.5rem;
   }

   .mission-img {
      width: 21.88rem;
   }

   .med-plus-icon {
      width: 6.25rem;
   }

}

@media (min-width:905px) {
   .mission-section {
      margin-top: 8.25rem;
   }

}

@media (min-width:1366px) {
   .mission-section {
      margin-top: 5rem;
   }

   .mission-img {
      width: 28.12rem;
   }

   .med-plus-icon {
      width: 7.8rem;
   }

}
