
 .list-group-item span{
     font-weight: 600;
     float: right;
 }
 
 @media screen and (max-width: 692px) {
 body{
     font-size: 14px;
 }
}
.btn-info{
    background-color: #B2D9C1 !important;
    color: #000!important;
    border:  #B2D9C1 !important;
}
.bg-info{
    background-color: #B2D9C1 !important;
  
}
.text-info{
    color: #B2D9C1 !important;
}
.border-info {
border-color:  #B2D9C1 !important;
}

#carouselExampleControls2 .carousel-indicators [data-bs-target]{
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-bottom: -4rem!important;
   
}
 .carousel-control-next,   .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4%;
}

body, p, li {
    font-size: 1.1rem;
}