.section-4-slides {
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* position: relative; */
    margin: 0;
    padding: 0;

    background-color: white;
    width: 100%;
    background-image: linear-gradient(
      to right,
      rgba(144, 238, 144, 0.535),
      rgba(0, 0, 255, 0.269)
    );
    background-size: 100% 50%;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .slides-title {
    padding: 10px;
    padding-top: 40px;
    /* margin: 5px; */
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 450;
    letter-spacing: 4px;
    color: rgb(255, 255, 255);
  }
  .carousel-container {
    height: 500px;
    padding: 10px;
  }
  .slides-img {
    max-height: 450px;
    border-radius: 70px;
    margin: 5px;
    box-shadow: 0px 0px 10px black;
  }
  .slides-cell {
    padding: 10px;
    border-radius: 90px;
  }