body {
  margin: 0;
  font-family: "Times New Roman", serif;
}

.about_us_container_page {
  border: 1px solid yellow;
  padding: 5px;
  margin: 5px;
}

.about__container {
  margin-left: 40px;
  margin-right: 40px;
}

.about__container_profiles {
  /*  display: flex;  */
  justify-content: space-between;
  /*  background-color: #f8f8f8;
  background: linear-gradient(to right, #bac2f5, #f8f8f8);
    padding-bottom: 13px;
*/
}

.profiles__container {
  padding: 0px;
  flex-basis: 49%;

  border: 1px solid grey;
  margin: 9px;
  border-radius: 13px;
  padding: 5px;
  background: white;

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.22);
}

.profiles__container_background_blue {
  background: linear-gradient(to right, #a1adf4, #cfd5f7);
}

.profiles__container img {
  border-radius: 13px;
}

.profiles__container_background_brown {
  background: linear-gradient(to right, #9a5e52, #e38b79);
}

.profiles__container_background_grey {
  background: linear-gradient(to right, #8d8650, #cfc475);
}

.profiles__container a {
  text-decoration: none;
  color: black;
}

.aboutus__name {
  color: #6e66cf;
  font-size: 23px;
  font-weight: bold;
}

.aboutus__designation {
  font-size: 19px;
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-color: yellow; /* Safari */
  text-decoration-color: black;
  margin-top: 13px;
}

.text_color_white {
  color: white;
  text-decoration: underline;
  -webkit-text-decoration-color: yellow; /* Safari */
  text-decoration-color: white;
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) {
  .about__container_profiles {
    display: flex;
  }

  .profiles__container {
    flex-basis: 49%;

    border: 1px solid grey;
    margin: 9px;
    border-radius: 13px;
    padding: 5px;
  }
}

/* Media Query for Mobile Devices */
@media (max-width: 1023px) {
  .about__container {
    margin-left: 0px;
    margin-right: 0px;
  }

  .about__container_profiles {
    padding-left: 15px;
  }

  .about_us_header_padding {
    padding-left: 15px;
  }

  /*
  .banner__content p {
    padding-left: 15px;
  }
*/
  .profiles__container p {
    font-size: 19px;
  }
}
