/* Media Query for Laptop, Desktop and Large screens */
body {
  margin: 0;
  font-family: "Times New Roman", serif;
}

.h-12vw {
  height: 12vw;
}

.body_container__title__left_70 {
  background-color: #dfc6a7;
  background: linear-gradient(to right, #bac2f5, #f8f8f8);
  border-radius: 15px 0 0 15px;
}

.body_container__content_right_30 {
  background-color: #dfc6a7;
  background: linear-gradient(to right, #bac2f5, #f8f8f8);
  border-radius: 0 15px 15px 0;
}

@media (min-width: 1025px) {
  .body_container_first_flex_70 {
    display: flex;
    justify-content: space-between;
  }

  .body_container__title__left_70 {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #dfc6a7;
    background: linear-gradient(to right, #bac2f5, #f8f8f8);
  }

  .body_container__title__left_70 p {
    margin: 5px;
    font-size: 17px;
  }

  .body_container__title__left_70 a {
    margin: 5px;
    font-size: 17px;
  }

  .body_container__content_right_30 {
    flex: 1;
  }
}

/* Media Query for Mobile Devices */
@media (max-width: 1023px) {
  .body_container__title__left_70 p {
    font-size: 21px;
  }

  .body_container__title__left_70 a {
    font-size: 21px;
  }

  /*  .body_container__content_right_30 img {
    width: 113px;
    height: 113px;
  }
*/
}

/*mediaquery for iPads or tablet devices: */

@media (min-width: 481px) and (max-width: 1023px) {
  /* CSS styles for iPads or tablets */
  /*  .body_container__content_right_30 img {
    width: 113px;
    height: 113px;
  }
*/
}
