.top-banner-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-top: -80px;
    
    .top-banner-title-row {
        margin-bottom: 0px;
    }
    
    .top-banner-buttons-row {
        display: flex;
        padding-top: 0px;
        margin-top: 0px;
        
        .et_pb_column {
            width: fit-content;
            margin-right: 12px;
            margin-bottom: 12px;
        }
    }
    
    @media (max-width: 479px) {
        .top-banner-buttons-row {
            display: block;
        }
    
    }
}