body, html {
    background-color: #f7f9fa;
    margin: 0;
    padding: 0;
    font-family: "Bebas Neue Pro", sans-serif;
    font-size: 16px;
    line-height: 1.2;
}
#course {
    margin-bottom: 50px;
    overflow: hidden;
}
h1 {
    margin: 0 0 25px;
    font-size: 1.75em; /* was 2em */
}
.bottom h1 {display:none;}
h2 {
    text-transform: capitalize;
    margin: 35px 0 20px;
}
h2:first-of-type {
    margin-top: 0;
}
.top h2 {display: none;}
#course .inner-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
}
p {
    margin: 0 0 1em;
    line-height: 1.4;
}
span.underline {text-decoration: underline;}
img {max-width: 100%;}

.gopremium-button-wrapper {
    text-align: center;
    margin-top: 35px;
}
.bottom .gopremium-button-wrapper {
    margin-top: 50px;
    margin-bottom: 15px;
}
.gopremium-button {
    display: block;
    padding: 12px 24px;
    background-color: #2ecc71;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;  /*was 30px */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    text-transform: uppercase;
}
.bottom .gopremium-button {
    font-size: 25px; 
} 
.gopremium-button:hover {
    background-color: gold;
    color: black;
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}
.gopremium-button:active {
    transform: translateY(0);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.gopremium-button-wrapper .secure {
    margin-top: 7px;
}

.banner, .top {
    margin-bottom: 25px;
}

.top .mobile-wrap , .testimonials li {
    background-color: #fff;
    border:  solid #e4e7eb 1px;
    padding: 1.5rem;
    border-radius: 1rem;
}
hr {
    border: none;
    height: 2px;
    background-color: #e4e7eb;
    margin: 25px 0;
}
.top div.guarantee {display: none}
div.guarantee {
    max-width: 125px;
    margin: 0 auto;
}
h2.guarantee {
    text-align: center;
    margin-top: 5px;
}
ul.testimonials {
    list-style: none;
    padding: 0;
    margin-top: 35px;
}
ul.testimonials li {
    margin-top: 25px;
    background-color: white;
    border-color: grey;
}
ul.testimonials p {
    font-style: italic;
}
ul.testimonials p.person {
    margin-bottom: 0;
    font-style: normal;
    font-weight: bold;
}
.top ul {
    text-transform: capitalize;
    padding-left: 25px;
    font-size: 20px;
}
#courses.travel .top ul {
    font-size: 18px;
}
.top li {
    margin-bottom: 25px;
}
.top li:last-child {
    margin-bottom: 0;
}

#course.travel ol li span {
    font-weight: bold;
}
#course.travel ol li {
    margin-bottom: 1em;
}
#course.quedar .video {
    margin-bottom: 25px;
}
.top p.price {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 0;
}
.top p.price span.usd {
    font-size: 50%;
    margin: 0;
}
.top p.one {
    text-align: center;
    font-style: italic;
    margin: 0;
}

@media (min-width: 640px) {
    br.mobile {display: none;}
    .banner {
        max-width: 1000px;
        padding: 0 25px;
        margin: 25px auto;
    }
    .banner img {
        border-radius: .375rem;
    }
    .top .mobile-wrap {
        background: none;
        border: none;
        padding: 0;
        border-radius: 0;
    }
    .top {
        background-color: #fff;
        border:  solid #e4e7eb 1px;
        padding: 1.5rem;
        border-radius: .375rem;
    }
}


@media (min-width: 960px) {
    .top, .top .mobile-wrap {padding: 0;}
    .top .inner, .bottom .inner {
        padding: 1.5rem;
    }
    .top h1 {display: none;}
    .bottom h1, .top h2 {display: inline-block;}
    .top {
        width: 35%;
        float: right;
    }
    .bottom {
        background-color: #fff;
        border:  solid #e4e7eb 1px;
        border-radius: .375rem;
        width: 62%;
        float: left;
    }
    #course.quedar .bottom {
        width: 100%;
        max-width: 900px;
        float: none;
        margin: 0 auto;
    }
    .banner img, .top, .bottom {
        border-radius: 1rem;
    }
    .top ul {
        margin: 0 0 15px;
    }
    .top div.guarantee {display: block}
    .top .gopremium-button-wrapper {
        margin-top: 25px;
    }
    .top .gopremium-button {
        font-size: 19px;
    }
    ul.testimonials li {
        background-color: #f7f9fa;
    }
}

@media (min-width: 1050px) {
    .top .gopremium-button {
        font-size: 22px;
    }
}/* CSS Document */

