/* Start Usege Page */

.section-usege {
    width: 100%;
    color: #000;
    padding: 30px 25px 25px;
    background-color: #fff;
}

.section-usege h5 {
    margin-bottom: 30px;
    font-size: clamp(1.8rem, 2.5vw, 2.8rem);
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.section-usege p {
    line-height: 1.8;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
}

/* End Usege Page */