/* mext */

.agreementBlock{
    margin-bottom: 30px;
    padding: 25px;
    border: 2px solid #ddd;
}
.agreementTitle{
    .day{
        color: var(--main-color);
        font-size: 1.5rem;
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        line-height: 1;
    }
    .title{
        font-size: 2.2rem;
        font-weight: bold;
        padding: 10px 15px 10px 10px;
        padding-bottom: 10px;
        border-left: 5px solid var(--main-color);
        margin-bottom: 15px;
    }
}
@media screen and (max-width:999px) {
.agreementBlock{
    margin-bottom: 40px;
    padding: 20px;
}
.agreementTitle{
    .day{
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
    .title{
        font-size: 1.8rem;
        border-left: 4px solid var(--main-color);
        margin-bottom: 15px;
    }
}
}