.w-100 {
    height: 550px;
}

.carousel-caption {
  position: absolute;
  right: 20px!important;
  bottom: 45px!important;
  left: auto!important;
  z-index: 10;
  padding: 14px!important;
  color: #fff;
  text-align: center;
  width: 260px;
  padding:5px;
  background-color: rgba(11, 63, 120, 0.9);
}

.carousel-caption h5, .carousel-caption h2 {  
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}
.carousel-caption p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  text-align: justify;
  hyphens: auto;
}
.carousel-caption h5 {font-size: 1rem;font-weight: 300;text-decoration: underline;}

.carousel-caption h2 {font-size: 1.1rem;font-weight: 600;}

.carousel-caption a {
  background-color: #f06709;
  color: white!important;
  padding: 7px 10px 7px 10px;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 600;

}

.carousel-caption a:hover {
  text-decoration: none!important;
}

img.d-block.w-100 {
  object-fit: cover!important;
}
