.inner-page-banner {
    background: #252862;
    margin-top: 78px;
    padding: 60px 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.inner-page-banner h1 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

.contact-us {
    padding-bottom: 40px !important;
}

.contact-address {
    text-align: left;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}

.contact-address a {
    color: #d62d2d;
    text-decoration: none;
}

.contact-address a:hover {
    text-decoration: underline;
}

.contact-heading {
    font-size: 24px;
    color: #252862;
    font-weight: bold;
    margin-bottom: 15px;
}


.terms-content {
    padding: 40px 20px;
    max-width: 1310px;
    margin: auto;
    font-family: "Arial", sans-serif;
    line-height: 1.8;
    font-size: 16px;
}

.terms-content h2 {
    font-size: 24px;
    margin-top: 30px;
    color: #d53c29;
}

.terms-content h3 {
    font-size: 20px;
    margin-top: 30px;
    color: #252862;
}

.terms-content ul {
    padding-left: 20px;
}

.terms-content ol {
    padding-left: 40px;
}

.terms-content ol ul li {
    margin-bottom: 10px;
    font-family: "Arial", sans-serif;
    line-height: 1.8;
    font-size: 16px;
}

.terms-content {
    a {
        color: #d62d2d;
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }
}

.refund-table {
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
}

.refund-table td,
.refund-table th {
    vertical-align: top;
    padding: 10px;
    text-align: left;
}

.refund-table p {
    margin: 0;
}