.intro-money-back-section {
    padding-top: 135px;
    margin-bottom: 80px;
}
.refunds-and-cancellations-section {
    padding-top: 105px;
}
h1 {
    font-family: Gilroy, Sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
    line-height: 62px;
}

.refunds-and-cancellations-section h1 {
    text-align: center;
    background: white;
    margin-bottom: 40px;
}

.money-back-main-p {
    max-width: 450px;
    margin-top: 30px;
}

h2 {
    font-family: Gilroy, Sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 34px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.first-heading {
    margin-top: 0;
}

footer {
    margin-top: 0;
}

.legal-content-section {
    background:  #F6F7F8;
    margin-bottom: 0;
    padding-bottom: 80px;
}
.background-1 {
    position: absolute;
    top: 110px;
    width: 100%;
}


.money-back-btn {
    width: 223px;
    margin-top: 30px;
}

h3 {
    font-family: Montserrat, Sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
}

h4 {
    font-family: Gilroy, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
    margin-top: 20px;
}

.numbered-item {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin-right: 14.5px;
}

.sub-list-items {
    padding-left: 26px;
}

.legal-list-item, .legal-list-item-with-ul {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
}

.legal-list-item:hover {
    color: #2282D4;
    cursor: pointer;
}

.legal-list-item-with-ul span:hover {
    color: #2282D4;
    cursor: pointer;
}
.legal-list-item-with-ul li:hover {
    color: #2282D4;
    cursor: pointer;
}
.legal-list-item-ul {
    list-style: none;
}
.legal-list-item-ul li {
    margin-top: 20px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.legal-list-item-ul li:hover {
    color: #2282D4;
    cursor: pointer;
}

.content-list {
    list-style: none;
    padding-left: 0;
    max-width: 400px;
    margin-top: -20px;
}

.legal-list {
    padding-left: 17px;
}
.active-list-item {
    color: #2282D4 !important;
}
.legal-list li{
    margin-top: 20px;
}

.col-md-8 section {
    margin-bottom: 0;
}

.legal-link {
    color: #2282D4;
    font-family: Montserrat, Sans-serif;
    font-weight: 500;
}

.legal-link:hover {
    color: #2282D4;
    text-decoration-color: #2282D4;
    text-underline-offset: 2px;
}

p {
    font-family: Gilroy, sans-serif;
}

@media screen and (min-width: 1610px) {
    .background-1 {
        top: 0;
    }
}

@media screen and (min-width: 2020px) {
        .background-1 {
            top: -100px;
        }
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 34px;
        line-height: 43px;
    }


    h2, h3, h4 {
        text-align: left;
    }

    .legal-list li {
        text-align: left;
    }
    .money-back-footer {
        text-align: center;
    }
    .intro-money-back-section {
        padding-top: 65px;
        margin-bottom: 30px;
    }
    .content-col {
        display: none;
    }

    .background-1 {
        bottom: -100px;
        top: unset;
    }
    .money-back-main-p {
        max-width: unset;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    p {
        text-align: left;
    }

    .first-heading {
        margin-top: 30px;
    }

    .refunds-and-cancellations-section {
        padding-top: 80px;
        margin-bottom: 70px;
    }

    .refunds-and-cancellations-section h1{
        margin-bottom: 20px;
    }
    .refunds-and-cancellations-section h2{
        margin-top: 30px;
    }
    .refunds-and-cancellations-section ul {
        text-align: left;
    }
}
