.title-ss {
  max-width: 100%;
  height: 166px;
}

.carousel-bg {
  height: 430px;
  width: 100%;
  background-color: white;
  position: relative;
  
}


.caption {
  position: inherit;
  width: 46.94%;
  text-align: center;
  background-color: white;
  margin-left: 66px;
}

.snapshot-r {
  display: flex;
  flex-direction: row;
}


.c-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.c-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  margin-top: 47px;
  margin-left: 50px;
  width: 60%;
}

.carousel-indicators [data-bs-target]  {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 10px;
  background-color: gray;
}

.c-l {
  margin-left: 47px;
  width: 40.14%;
}

.ssmall-paragraph {
  font-family: 'AvantGarde Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  /* or 200% */
  /* Inchcape Dark Blue */
  color: #00233A;
}

.hover:hover {
  color: #16BAE7;
}

@media screen and (max-width: 992px) {

   /* Text */
   .caption-italic {
     font-size: 17px;
     line-height: 18px;
   }

   .large-paragraph {
    font-size: 15px;
    line-height: 16px;
  }

  .title-bold {
    font-size: 22px;
    line-height: 16px;
  }

  .snapshot-r {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .c-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }

  .c-l {
    margin-left: 0px;
  }

  .c-name {
    margin-top: 20px;
  }

  .title-s {
    max-width: 100%;
    height: 112px;
  }

  



}

@media screen and (max-width: 768px) {
  .title-ss {
    padding: 0;
    height: 100px;
  }
  /* Text */
  .caption-italic {
    font-size: 10px;
    line-height: 18px;
  }
  
  .ssmall-paragraph {
     font-size: 10px;
    line-height: 16px;
  }


  .title-bold {
    font-size: 24px;
    line-height: 16px;
  }

  .c-img {
    width: 77px;
    height: 77.43px;
    border-radius: 50%;
  }

  .large-paragraph {
    font-size: 10px;
    line-height: 16px;
  }


  /* Components */
  .carousel-bg {
    /* display: flex;
    flex-direction: column; */
    padding: 40px 8px;
    height: 232px;
    width: 100%;
  }

  .caption {
    line-height: 20px;
    max-width: 43.94%;
    height: 145px;
    margin-left: 26px;
  }

  .snapshot-r {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .c-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-left: 0px;
    height: 49px;
    width: 60%;
    text-align: center;
  }
  

  .c-l {
    margin-left: 20px;
    width: 40.14%;
  }



  .carousel-indicators [data-bs-target]  {
    height: 5px;
    width: 5px;
    margin: 0 2px;
    margin-bottom: 0px;
  }

}
