.card-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    padding: 0 20px 20px;
    margin: 0;
  }

.card-text5{
    
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.card-text6{
    min-height: 120px; 
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    padding: 0 20px 20px;
}



.card-title1 {
    color: #00588f;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    /* margin-top: 100px; */
   

}


.card-title2 {
    color: #00588f;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
   

}

.card-title3 {
    color: #00588f;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 45px;
   

}


.card-title4 {
    color: #00588f;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 45px;
   

}



.mb-3{
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #00588f;
    text-transform: uppercase;
    border-bottom: 2px solid #00588f;
    padding-bottom: 5px;
}


.title_content
{
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #00588f;
    text-transform: uppercase;
    border-bottom: 2px solid #00588f;
    padding-bottom: 5px;
}
.content{
    margin-top: 10px;
    font-size: 1rem;
    text-align: justify;
}



.carousel-container img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.carousel-container img:first-child {
    opacity: 1;
}




@media (max-width: 768px) {

    .title_content
    {
        font-size: 1.6rem;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 15px;
        color: #00588f;
        text-transform: uppercase;
        border-bottom: 2px solid #00588f;
        padding-bottom: 5px;
    }
    .content{
        margin-top: 10px;
        font-size: 1rem;
        text-align: justify;
    }
}