.contact-page-section .form-column h2 {
    text-transform: none !important;
}

.main-menu .navigation > li > ul > li > a {
    text-transform: none !important;
}

.banner {
    position: relative;
    display: inline-block;
}

.banderin {
    position: absolute;
    left: 0;
    background: #e74c3c;
    color: white;
    padding: 25px 20px;
    font-weight: bold;
    font-size: 40px;
    transform-origin: left top;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    z-index: 100;
    width:max-content;
    text-transform:uppercase;
}

input,textarea{
    color:black !important;
}
