.link-ettevottest {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #18BDE6;
    text-decoration: none;
}

.form-title-test {
    padding: 0rem 8rem !important;
}

@media (max-width: 481px) {
    .form-title-test {
        margin: 0rem 0rem 1rem 0rem !important;
    }
}

@media (min-width: 482px) and (max-width: 980px) {
}

@media (min-width:961px) {
    .form-title-test {
        padding: 0rem 4rem;
        margin: 0rem 0rem 3rem 0rem !important;
    }
}
