#container_carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.img_form_carousel {
  width: 50vw;
}

.center div {
  display: flex;
  flex-direction: column;
  margin-right: 5%;
  margin-top: 10%;
  gap: 80px;
  padding-right: 5%;
}

.center img{
  transform: scale(1.5);
  margin-top: 15%;
}
.center h4 {
  color: #333;
  font-size: 32px!important;
  margin-top: 0!important;
}

.owl-nav {
  /* margin-top: 5%!important; */
  font-size: 60px;
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}

.item h4{
  font-size: 24px;
  margin-top: -11%;
  margin-left: 5%;
}