/* ---------------------------------------
---------- GET-INVOLVED STYLES ----------- */



/* ---- ARTICLE ---- */

article {
  margin-bottom: 100px;
}

.icons {
  height: 125px;
  width: 125px;
  margin: 50px 0;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.cta-contact {
  margin: 50px 0;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}



/* ---- BLUE-CONTENT ---- */

.blue-content {
  width: 80vw;
  margin: 50px auto;
  z-index: 10;
}

.blue-content h2 {
  color: white;
}



/* ---- MEDIA TABLET ---- */

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .content-image {
    width: 100%;
    height: 100%;
  }

  .blue-content {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .teacher-image {
    margin: 16px auto 50px !important;
    width: 100%;
    object-fit: cover;
  }
}



/* ---- MEDIA DESKTOP SMALL < ---- */

@media screen and (min-device-width: 1200px) {
  .blue-content {
    margin: 0px auto;
  }

  .getinvolved-grid-container {
    width: 80vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    gap: 0;
    height: auto;
  }

  article {
    width: 25vw;
  }

  .text-container {
    height: 55vh;
  }

  .cta-contact {
    margin: 0 0;
    position: relative;
    top: 85px;
  }
}



/* ---- MEDIA DESKTOP LARGE < ---- */

@media screen and (min-device-width: 1600px) {
  .text-container {
    height: 35vh;
  }
}
