/* return-refund-policy.css */

.rr-hero {
    padding: 50px 0 40px;
    text-align: center;
    border-bottom: 1px solid #e1efff;
}

.rr-breadcrumb {
    color: #383E42;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
}

.rr-breadcrumb a {
    color: #383E42;
    text-decoration: none;
}

.rr-breadcrumb a:hover {
    text-decoration: underline;
}

.rr-title {
    color: #383E42;
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
}

.rr-content {
    padding: 50px 0 80px;
}

.rr-section {
    max-width: 800px;
    margin-bottom: 40px;
}

.rr-section h2 {
    color: #383E42;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.5;
}

.rr-section p {
    color: #383E42;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
}

.rr-section ul {
    color: #383E42;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
    padding-left: 20px;
}

.rr-section li {
    margin-bottom: 8px;
}

.rr-section a {
    color: #677389;
    text-decoration: none;
    font-weight: 500;
}

.rr-section a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .rr-title {
        font-size: 30px;
    }

    .rr-section h2 {
        font-size: 15px;
    }

    .rr-section p {
        font-size: 13px;
    }

    .rr-section ul {
        font-size: 13px;
    }
}
