.why-choose-georgia-tech-block {
  background-color: #fff;
  width: 100%;
  max-width: 100% !important;
  
  height: 472px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-choose-georgia-tech-block > .internal-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.why-choose-georgia-tech-block .column-1 {
  flex: 1;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}

.why-choose-georgia-tech-block .column-2 {
  flex: 1;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}

.why-choose-georgia-tech-block .column-inner-1 {
  flex: 1;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}

.why-choose-georgia-tech-block .column-inner-2 {
  flex: 1;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}

.why-choose-georgia-tech-block .column-1 .column-inner-1 img {
  /* width: 60px;
  height: 52px;
  margin-bottom: 5px; */

  /* width: auto;
  max-width: 70px;
  height: auto; */
  max-height: 70px;
  margin-bottom: 5px;
}

.why-choose-georgia-tech-block .column-1 .column-inner-2 img {
  /* width: 60px;
  height: 52px;
  margin-bottom: 5px; */

  /* width: auto;
  max-width: 70px;
  height: auto; */
  max-height: 70px;
  margin-bottom: 5px;
}

.why-choose-georgia-tech-block .column-2 .column-inner-1 img {
  /* width: 47px;
  height: 58px;
  margin-bottom: 5px; */

  /* width: auto;
  max-width: 70px;
  height: auto; */
  max-height: 70px;
  margin-bottom: 5px;
}

.why-choose-georgia-tech-block .column-2 .column-inner-2 img {
  /* width: 101px;
  height: 64px;
  margin-bottom: 5px; */

  /* width: auto;
  max-width: 70px;
  height: auto; */
  max-height: 70px;
  margin-bottom: 5px;
}

.why-choose-georgia-tech-block 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-block .column-1 h2,
.why-choose-georgia-tech-block .column-2 h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: -5px;
}

.why-choose-georgia-tech-block .column-1 p,
.why-choose-georgia-tech-block .column-2 p {
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}

/* LATERAL IMAGE LEFT */
.why-choose-georgia-tech-block.left-image {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.why-choose-georgia-tech-block.left-image .column-inner-1 {
  margin-right: 50px;
}

.why-choose-georgia-tech-block.left-image .internal-container {
  padding-left: 200px;
}

.why-choose-georgia-tech-block.left-image::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;
}

/* LATERAL IMAGE RIGHT */
.why-choose-georgia-tech-block.right-image {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.why-choose-georgia-tech-block.right-image .column-inner-1 {
  margin-right: 50px;
}

.why-choose-georgia-tech-block.right-image .internal-container {
  padding-right: 200px;
}

.why-choose-georgia-tech-block.right-image::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-right: -1200px;
  margin-top: -30px;
}


/* ALIGN ITEMS */
.why-choose-georgia-tech-block .column-1,
.why-choose-georgia-tech-block .column-2 {
  flex: 1;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}

.why-choose-georgia-tech-block .column-inner-1,
.why-choose-georgia-tech-block .column-inner-2 {
  display: flex;
  justify-content: left;
  align-items: flex-start;
}

@media only screen and (min-width: 1000px) and (max-width: 1565px) {
  .why-choose-georgia-tech-block.left-image::before,
  .why-choose-georgia-tech-block.right-image::before {
    display: none;
  }

  .why-choose-georgia-tech-block.left-image .internal-container,
  .why-choose-georgia-tech-block.right-image .internal-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .why-choose-georgia-tech-block.left-image::before,
  .why-choose-georgia-tech-block.right-image::before {
    display: none;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .why-choose-georgia-tech-block.left-image::before,
  .why-choose-georgia-tech-block.right-image::before {
    display: none;
  }

  .why-choose-georgia-tech-block > .internal-container {
    padding: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* MOBILE */
@media only screen and (max-width: 999px) {
  .why-choose-georgia-tech-block.left-image{
    height: auto !important;
    /* margin-top: 100px ; */
  }
  .why-choose-georgia-tech-block.left-image::before {
    display: none;
  }

  .why-choose-georgia-tech-block.right-image::before {
    display: none;
  }

  .why-choose-georgia-tech-block > .internal-container {
    padding: 20px;
  }

  .why-choose-georgia-tech-block .column-1,
  .why-choose-georgia-tech-block .column-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .why-choose-georgia-tech-block .column-inner-1,
  .why-choose-georgia-tech-block .column-inner-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 20px 0;
  }

  .why-choose-georgia-tech-block h2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .why-choose-georgia-tech-block .internal-container > h2 {
    letter-spacing: -2px;
  }

  .why-choose-georgia-tech-block .column-inner-1 p,
  .why-choose-georgia-tech-block .column-inner-2 p {
    text-align: center;
  }

  /* left and right variants*/
  .why-choose-georgia-tech-block.left-image,
  .why-choose-georgia-tech-block.right-image {
    height: 1150px;
    margin-top: 0;
    margin-bottom: 0;

    height: auto;
  }

  .why-choose-georgia-tech-block.left-image {
    height: 1150px;
    /* margin-top: 1200px !important; */
    margin-bottom: 0;
  }

  .why-choose-georgia-tech-block.left-image.program-page {
    /* height: 1150px; */
    height: auto;
    /* margin-top: 1200px !important; */
    margin-bottom: 0;
  }


  .why-choose-georgia-tech-block.left-image > .internal-container,
  .why-choose-georgia-tech-block.right-image > .internal-container {
    padding: 20px;
  }

  .why-choose-georgia-tech-block.left-image .column-1,
  .why-choose-georgia-tech-block.left-image .column-2,
  .why-choose-georgia-tech-block.right-image .column-1,
  .why-choose-georgia-tech-block.right-image .column-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .why-choose-georgia-tech-block.left-image .column-inner-1,
  .why-choose-georgia-tech-block.left-image .column-inner-2,
  .why-choose-georgia-tech-block.right-image .column-inner-1,
  .why-choose-georgia-tech-block.right-image .column-inner-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 20px 0;
  }

  .why-choose-georgia-tech-block.left-image h2,
  .why-choose-georgia-tech-block.right-image h2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .why-choose-georgia-tech-block.left-image .column-inner-1 p,
  .why-choose-georgia-tech-block.left-image .column-inner-2 p,
  .why-choose-georgia-tech-block.right-image .column-inner-1 p,
  .why-choose-georgia-tech-block.right-image .column-inner-2 p {
    text-align: center;
  }
}
