
.terms-content {
    padding-top: 100px;
}

.terms-header-wrapper {
    margin-top: 150px;
    margin-bottom: 30px;
}

.terms-header-wrapper h2 {
    padding: 20px 20px;
    font-size: 40px;
    color: #fff;
    margin-bottom: 0;
}

.terms-header-wrapper span {
    padding: 20px 20px;
    font-size: 20px;
    color: #bdc3c7;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    display: inline-block;
}

.terms-section-wrapper {
    width: 100%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 80px;
    border: 1px solid #425262;
    border-radius: 23px;
    padding: 60px 40px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(23,34,45,0.30);
    -moz-box-shadow: 0px 0px 15px 0px rgba(23,34,45,0.30);
    box-shadow: 0px 0px 15px 0px rgba(23,34,45,0.30);
}

.terms-block h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    color: #fff;
    margin-bottom: 5px;
}

.terms-block h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 10px;
}

.terms-block p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #95a5a6;
    line-height: 1.8;
}

.terms-block p.terms-updated {
    font-size: 13px;
    color: #7f8c8d;
    margin-bottom: 20px;
    font-style: italic;
}

.terms-block ul {
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 15px;
}

.terms-block ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #95a5a6;
    line-height: 2;
}

.terms-block a {
    color: #3498db;
    text-decoration: none;
}

.terms-block a:hover {
    text-decoration: underline;
    color: #2980b9;
}

.terms-block strong {
    color: #bdc3c7;
}

.terms-divider {
    border-top: 1px solid #425262;
    margin: 50px 0;
}

@media screen and (max-width: 768px) {
    .terms-header-wrapper {
        margin-top: 80px;
    }

    .terms-header-wrapper h2 {
        font-size: 28px;
    }

    .terms-section-wrapper {
        padding: 30px 20px;
    }

    .terms-block h3 {
        font-size: 22px;
    }

    .terms-block h4 {
        font-size: 17px;
    }
}
