section.workshop-two-column-banner{
    padding: 60px 0;
    background-repeat: no-repeat;
}

section.workshop-two-column-banner p.two-column-rich-text{
    font-size: 18px !important;
    line-height: 30px !important;
    font-family: 'Inter-Regular'; 
    font-weight: 400 !important;
}

section.workshop-two-column-banner .btn.register-now,
section.workshop-two-column-banner .btn.register-now:hover{
    background: #000000;
    border: 1.30143px solid #000000;
    border-radius: 4px;
    font-weight: 500;
    padding: 16px 24px;
      font-size:24px;
      color: #fff;
}


@media(min-width:767px){
    section.workshop-two-column-banner{
        background-image: url("https://kissflow.com/hubfs/Ideapattarai/Ideapattarai-new/blue-dots-bg.png");
        background-size: cover;
    }
}

@media(max-width:767px){
    section.workshop-two-column-banner{
        background-image: url("https://kissflow.com/hubfs/Ideapattarai/Ideapattarai-new/blue-dots-mobile-bg.png");
        background-size: contain;
    }
}