.custom-column h3 {
font-size: 18px;
font-family: "Poppins", "serif";
font-weight: 600;
color: #ff3d2e;
text-transform: initial;
}

.custom-column h2 {
    font-size: 26px;
    font-family: "Poppins", "serif";
    font-weight: 600;
    color: #0078BF;
    text-transform: initial;
}

.custom-column1 {
    width: 50%;
    float: left;
}

.custom-column2 {
    width: 50%;
    float: left;
    padding: 40px 0px 0px 150px;
}
.custom-column2 h3 {
color: #fff;
}
#custom-row {
    background: #0078BF;
    height: 326px;
}

.custom-column span {
    font-size: 21px;
    color: red;
}

@media (max-width:600px){
    
    .custom-column1 {
    width: 100%;
    float: left;
}

    
    .custom-column2 {
        width:100%;
    padding: 30px 0px 0px 25px;  
    }
    
#custom-row {background: #0078BF; height: 480px;}
    
}


@media (min-width:700px)and (max-width:990px){
    

    #custom-row {
    background: #0078BF;
    height: 209px;
}
.custom-column2 {
    width: 50%;
    float: left;
    padding: 0px 0px 0px 25px;
    margin-bottom: -50px;
}
    
    
    
}


@media (min-width:991px)and (max-width:1200px){

#custom-row {background: #0078BF;height: 270px;}

.custom-column2 {
    width: 50%;
    float: left;
    padding: 10px 0px 0px 150px;
}

}