.contact-section {
    .right {
        background: none !important;

        .title {
            margin-bottom: 32px;

            @media only screen and (max-width: 980px) {
                display: none;
            }  
        }
    }
}