.gayathri-thin {
  font-family: "Gayathri", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.gayathri-regular {
  font-family: "Gayathri", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gayathri-bold {
  font-family: "Gayathri", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.font_overall {
  font-family: "Gayathri", serif;
  font-style: normal;
  font-optical-sizing: auto;

  font-weight: 40;
  font-size: 40px;

  color: white;
}

.font_Format_Copyright {
  font-size: small;
  font-family: "Gayathri", serif;
  font-style: normal;
  font-optical-sizing: auto;
}

.image_1 {
  width: 100%;
}

.box_image_2a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image_2a {
  height: 600px;
  width: 100%;

  left: 0%;
  background-color: #00c25d;

  position: absolute;
  z-index: 3;
}

.image_2b {
  width: auto;
  height: fit-content;
  scale: 0.5;

  border: 5px solid red;

  z-index: 0;
  left: 0%;
}

@media screen and (aspect-ratio < 1.13) {
  .image_2b {
    width: auto;
    height: fit-content;
    border: 5px solid blue;
    scale: 0.25;

    z-index: 0;
    left: 0%;
  }
}
