.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px;

}

.breadcrumbs {
    font-size: 13px;
    padding: 20px;
}

.breadcrumbs a {
    color: #666;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: black;
}

.breadcrumbs span {
    color: #999;
}

.breadcrumbs-razdelitel {
    margin: 0 5px;
}

@media (min-width: 768px) {
    .breadcrumbs {
        font-size: 15px;
        max-width: 1400px;
        margin: auto;
        padding: 20px 40px 0 40px;
    }
}

.terms .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 20px;
    box-sizing: border-box;
    color: #333;
    line-height: 1.65;
    font-size: 15px;
}

.terms-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 400;
    color: #333;
}

.terms h2 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 8px;
    font-weight: 400;
    color: #d32f2f;
}

.terms p {
    margin-bottom: 16px;
    color: #555;
}

.terms .container p:first-of-type {
    margin-top: 0;
}

/* Desktop */
@media (min-width: 768px) {
    .terms .container {
        padding: 50px 40px;
        font-size: 16px;
    }

    .terms-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .terms h2 {
        font-size: 22px;
        margin-top: 35px;
        margin-bottom: 12px;
    }

    .terms p {
        margin-bottom: 18px;
    }
}

@media (min-width: 1024px) {
    .terms .container {
        padding: 60px 40px;
    }

}