.why-choose-georgia-tech-repeater-block {
  background-color: #fff;
  width: 100%;
  max-width: 100% !important;
  min-height: 472px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.why-choose-georgia-tech-repeater-block > .internal-container {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.why-choose-georgia-tech-repeater-block .items-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}

.why-choose-georgia-tech-repeater-block .item-container {
  flex: 0 0 50%;
  box-sizing: border-box;

  justify-content: center;
  /* align-items: center; */
  align-items: flex-start;
  flex-direction: row;

  margin-bottom: 25px;

  /*  */
  height: 100% !important;
  min-height: 255px;

  padding-right: 50px;
}

/*  */

.why-choose-georgia-tech-repeater-block .internal-container {
  padding-left: 200px;
}

.why-choose-georgia-tech-repeater-block .internal-container h2 {
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 39px;
  letter-spacing: 0px;
  color: #003057;
}

.why-choose-georgia-tech-repeater-block img {
  /* width: auto;
  max-width: 70px;
  height: auto; */
  max-height: 70px;
  margin-bottom: 5px;
}

.why-choose-georgia-tech-repeater-block .item-container h2 {
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #003057;
}

.why-choose-georgia-tech-repeater-block p {
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}

.why-choose-georgia-tech-repeater-block::before {
  content: "";
  display: block;
  width: 310px;
  height: 317px;
  background-image: url("/wp-content/uploads/2023/09/Group_1394@2x.webp");
  background-size: contain;
  position: absolute;
  z-index: 1;
  margin-left: -1200px;
  margin-top: -30px;
}

/* MOBILE */
@media only screen and (max-width: 999px) {
  .why-choose-georgia-tech-repeater-block::before {
    display: none;
  }

  .why-choose-georgia-tech-repeater-block .internal-container > h2 {
    text-align: center;
    letter-spacing: -2px;
  }

  .why-choose-georgia-tech-repeater-block .internal-container {
    padding: 20px;
  }

  .why-choose-georgia-tech-repeater-block .items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .why-choose-georgia-tech-repeater-block .item-container {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 0;
  }

  .why-choose-georgia-tech-repeater-block .item-container h2,
  .why-choose-georgia-tech-repeater-block .item-container p {
    text-align: center;
  }
}
