#jaron-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    max-width: 500px;
    margin: 0 auto;
}

#jaron-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #111111;
}

#jaron-form input,
#jaron-form select,
#jaron-form textarea {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 20px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    font-size: 16px;
    transition: 0.3s ease;
    background: #ffffff;
}

#jaron-form input:focus,
#jaron-form select:focus,
#jaron-form textarea:focus {
    border-color: #FFD400;
    outline: none;
}

#jaron-form .wpcf7-acceptance {
    font-size: 14px;
    margin-bottom: 20px;
}

#jaron-form input[type="submit"] {
    background: #FFD400;
    color: #111111;
    font-weight: 700;
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    transition: 0.3s ease;
}

#jaron-form input[type="submit"]:hover {
    background: #e6be00;
}


#kurs {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
		text-align: center;

}



#kurs {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 768px) {
    #kurs {
        font-size: 20px;
    }
}

#ikonka {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5));
}