.content {
    padding: 50px 10%;
    background-color: #f5f5f5;
}

h1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    font-family: PoppinsBold;
    padding-bottom: 50px;
    width: 100%;
}

.awd-content p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.poradna-form {
    padding-top: 25px;
    width: 70%;
    margin: 0 auto;
}

form input,
textarea {
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    border: none;
    font-size: 20px;
    padding: 15px 25px;
    margin-bottom: 10px;
    font-family: Poppins;
    outline: none;
}

form input::placeholder,
textarea::placeholder {
    font-family: Poppins;
}

form textarea {
    padding: 30px;
    resize: none;
    height: 250px;
}

.form-row {
    display: flex;
    gap: 10px;
}

.feedback-title {
    font-size: 35px;
    font-family: PoppinsBold;
    color: white;
    margin-bottom: 40px;
}

input[type="submit"] {
    background-color: #219eff;
    color: white;
    cursor: pointer;
    border: none;
}

@media (max-width: 1024px) {
    .poradna-form {
        width: 75%;
    }
}

@media (max-width: 720px) {
    .content {
        padding: 50px 5%;
    }

    .poradna-form {
        width: 100%;
    }

    h1 {
        font-size: 48px;
    }
}

.poradna-form .nui.form .field {
    width: 100%;
}

.errormsg {
 margin-bottom: 20px;
}
