@media only screen and (max-width: 1600px) and (min-width: 1024px) {
    #section0 .copy{
        width: 46%;
        top: 23%;
        left: 16%;
    }
       #section0 .copy1{
        width: 60%;
        top: 47%;
        right: 20%;
    }
    .tw-col{
        height: 275px !important;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 769px) {
     #section0 .copy{
        left: 0;
        top: 50%;
        width: 100%;
    }
               #section0 .copy1{
        width: 100%;
        top: 74% !important;   
        right: 0;
    }
}
@media only screen and (max-width: 768px) and (min-width: 426px) {
    #section0 .copy{
        width: 75%;
        left: 0 !important;
        top: 10% !important;
    }
           #section0 .copy1{
        width: 60%;
        top: 70%;   
        right: 20%;
    }


}
@media only screen and (max-width:767px) {
    #section0 .copy{
        width: 100%;
        left: 0 !important;
        top: 46% !important;
    }
           #section0 .copy1{
        width: 100%;
        top: 78% !important;   
        right: 0;
    }
    .tw-col{
        height: 200px !important;
    }
    .ceo-bg{
        left: 100%;
        margin: 0 auto;
    }

}