<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title {
    color: #0f172a;
    font-size: 38px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 65px;
    margin-bottom: 27px;
}

.desc {
    font-size: 18px;
    margin-bottom:6rem;
}

.title-choose {
    font-size: 16px;
    color: #0f172a;
    font-weight: 600;
    margin: 10px 40px;
    text-align: center;
}

.dv {
    max-width: 350px;
    justify-items: center;
    display: grid;
    border: 2px solid #ababab;
    border-radius: 4px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.85);
    margin: 0px 10px;
    padding: 40px 20px;
}

    .dv:hover {
        border: 2px solid #2777b8;
    }

@media screen and (max-width: 1399px) {
    .dv {
        margin: 0px 0px;
    }
}

@media screen and (max-width: 570px) {
    .title {
        font-size:25px;
        margin-bottom:10px;
    }
    .desc {
        font-size:14px;
        margin-bottom:3rem;
    }
}

@media screen and (max-width: 412px) {
    .title {
        font-size: 17px;
        margin-bottom: 0px;
    }
}</pre></body></html>