.slide-container {
    width: 70%;
    margin: auto;
    margin-bottom: 50px;

  }
  
  /* h3 {
    text-align: center;
  } */
  
  .each-slide > div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    height: 300px;
  }
  
  .each-slide span {
    padding: 20px;
    font-size: 20px;
    background: #efefef;
    text-align: center;
  }
  
  .each-fade {
    display: flex;
  }
  
  .each-fade .image-container {
    width: 75%;
    overflow: hidden;
  }
  
  .each-fade .image-container img {
    width: 100%;
  }
  
  .each-fade h2 {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background: #adceed;
  }
  
  .indicator {
    width: 30px;
    color: #000;
    text-align: center;
    cursor: pointer;
    border: 1px #000 solid;
  }
  .indicator.active {
    background: #C30000;
    color: #fff;
}

/* radio buttons */
input[type='radio'] {
  accent-color: #232323;
}