.cta-panel.cta-panel--light:nth-of-type(1)
 {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
 }
 
 @media (min-width: 982px) {
    .column--sidebar {
        max-width: 31%;
        width: 325px;
    }
    .column--main {
        width: calc(100% - 325px);
    }
 }
