@charset "utf-8";


.slogana {
    max-width: 900px;
    margin: 50px auto;
    text-align: center;
    font-size: 25px;
    line-height: 1.2;
}
/* .slogana {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 130%;
} */
table {
    width: 90%;
    margin: 50px auto;
}
table tr {
    border-top: 2px dotted #f9b212;
    display: flex;
    flex-direction: column;
}
table tr:last-child {
    border-bottom: 2px dotted #f9b212;
}

table tr th {
    display: inline-block;
    width: 210px;
    text-align: left;
    padding: 30px 10px 0;
    font-size: 1.1em;
}
table tr td {
    width: 100%;
    padding: 0px 10px 30px;
    display: inline-block;
}
@media (min-width: 751px) {
    table tr {
        flex-direction: row;
    }
    table tr th {
        padding: 30px 10px;
    }
    table tr td {
        padding: 30px 10px;
    }
}