.header .caption h1 {
    font-size: 25px;
    letter-spacing: normal;
}

.btn {
    background-color: #9e9c9d;
}

@media screen and (max-width: 991px) {
    
    .header .caption h1 {
        font-size: 22px;
    }
}

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

    .header .caption h1 {
        font-size: 20px;
    }

  
}

.owl-item p {
    margin-bottom: 0px;
}

.cont ul>li, .cont ol>li  {
    list-style: disc !important;
    margin-bottom: .5rem;
}

.item-page {
    border-bottom: 2px solid #01424b;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(1, 66, 75);
}

.item-page p {
    margin: 0px;
}
.item-page p:last-child {
    margin-bottom: 2rem;
}

.item-page > h5 {
    font-size: 40px;
}