/*
 * Custom CSS
 */
 @media (min-width: 768px) {
  .custom-carousel-img {
    max-width: 60%;
  }
}


.profilImg {
  width: 50%;
  border-radius: 5px;
}
.imgSchools{
  width: 50%;
  height: 50%;
  border-radius: 5px;
}
.col-md-8 {
  margin-top: 20px;
}

.imgExperience {
  width: 50%;
  height: 50%;
  border-radius: 5px;
}

:root {
  --bs-body-bg: var(--bs-gray-100);
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: blue;
  border-radius: 50%;
}

