/* 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;
  }
*/
}

/*

.autoscroller {
  display: flex;
  gap: 60px;
  justify-content: center;
}

.autoscroller .autoscroll-wrapper.scrolling {
  display: flex;
  flex-wrap: nowrap;
  gap: 120px;
  overflow: hidden;
  position: relative;
}

.autoscroll animation {
  transform: translateX(calc(-21.8738% + 46.8757px));
}

.autoscroller .autoscroll-wrapper.scrolling .logos-list {
  animation-duration: 60s;
}

.logo-garden.autoscroll .logos-list {
  animation: autoscroll infinite linear;

  justify-content: start;
  margin-inline: auto;
  width: fit-content;
}

.logo-garden .logos-list {
  display: flex;
  gap: 60px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.logo-garden.centered {
  text-align: center;
}

.builder-module:not(:last-of-type) {
  margin-bottom: 80px;
}

.logo-garden {
  overflow-x: clip;
}

.logo-garden.autoscroll .containerscroll {
  max-width: unset;
  padding: 0;
  width: 100%;
}

.containerscroll {
  clear: both;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

.logo-garden .autoscroller {
  display: flex;
  gap: 60px;
  justify-content: center;
  padding: 33px;
}

.logo-garden.autoscroll .logos-list.autoscroll-clone {
  animation-name: autoscroll-clone;
}



@keyframes autoscroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


@keyframes autoscroll-clone {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


.logo-garden.autoscroll .logos-list {
  animation: autoscroll 60s infinite linear;
}

.logo-garden.autoscroll .logos-list.autoscroll-clone {
  animation: autoscroll-clone 60s infinite linear;
}


.autoscroller .autoscroll-wrapper.scrolling {
  overflow: hidden;
}

*/
