/*Legal Results*/
.terms-page {
    padding-top: 150px;
    margin-bottom: 0;
}
.legal-item {
    margin-bottom: 30px;
}
.legal-item:last-child {
    margin-bottom: 0;
}
.legal-item a {
    display: flex;
    align-items: flex-end;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
}
.legal-item a::after {
    content: "";
    border-top: 2px dashed;
    flex: 1;
    margin-left: 5px;
    opacity: 0.6;
    padding-top: 5px;
}
.legal-item a:hover {
    color: var(--secondary);
}
#legal-items {
    margin-top: 3em;
    margin-bottom: 30em;
}
#legal_title_text {
    font-size: 60px;
    color: #213267;
    font-weight: lighter;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
.page-title {
    margin-bottom: 1.5em;
    font-weight: bold;
}
/*Legal Publish*/
.term-publish h2 {
    font-size: 60px;
    color: #213267;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.term-text p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.8;
}
.term-text img {
    vertical-align: middle;
    position: relative;
    width: 180px;
}
.term-publish ul {
    font-size: 18px;
}
.term-publish {
    padding-top: 100px;
    margin-bottom: 3em;
    text-align: justify;
}
/*Responsive*/
@media only screen and (max-width:1240px) {
    .terms-page {
        padding-top: 150px;
    }
    .terms-page {
        padding-top: 11.5em;
        margin-bottom: 0;
    }
    #legal-items {
        margin-top: 4em;
    }
    #legal_title_text {
        font-size: 55px;
    }
    .term-publish h2 {
        font-size: 55px;
    }
}
@media only screen and (max-width:1024px) {
    .terms-page {
        padding-top: 90px;
    }
    #legal_title_text {
        font-size: 48px;
    }
    .term-publish h2 {
        font-size: 48px;
    }
    .term-publish {
        margin-bottom: 5em;
        padding-top: 50px;
    }
    #legal-items {
        margin-top: 3em;
    }
}
@media only screen and (max-width:769px) {
    .terms-page {
        padding-top: 50px;
    }
    /*Legal Results*/
    #legal-items {
        margin: 2em 25px 45em 25px;
    }
    .legal-item {
        margin-bottom: 1.5em;
    }
    .legal-item:last-child {
        margin-bottom: 0;
    }
    .legal-item a {
        font-size: 20px;
    }
    /*Legal Publish*/
    .term-publish h2 {
        margin-bottom: 1em;
    }
    #legal_title_text {
        font-size: 35px;
    }
    .legal-item a {
        font-size: 18px;
    }
    .term-publish {
        margin-bottom: 5em;
    }
    .term-publish h2 {
        font-size: 55px;
    }
    .term-publish h2 {
        font-size: 35px;
    }
    #legal-items .sk-grid {
        padding: 0;
    }
    .term-text p {
        font-size: 16px;
        margin-top: 20px;
        line-height: 1.5;
    }
    .term-publish ul {
        font-size: 16px;
    }
    .term-text img {
        width: 170px;
    }
}
@media only screen and (max-width:550px) {
    .terms-page {
        padding-top: 60px;
    }
}