@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&display=swap);.homeblue{display:flex;flex-direction:row;margin-top:100px;align-items:stretch}.homeblue .white{flex-basis:500px;padding:30px 70px 70px 70px}.homeblue .rows{flex-basis:500px;flex-grow:1;flex-shrink:1;background-color:#007bc7;color:#fff;padding:50px;display:flex;flex-direction:column;justify-content:center}.homeblue .rows .row{display:flex;flex-direction:row}.homeblue .rows .row .icon{margin:40px}.homeblue .rows .row .icon img{max-width:58px}.homeblue .rows .row .content h3,.homeblue .rows .row .content p{color:#fff}@media only screen and (max-width:1023px){.homeblue{flex-direction:column;margin-top:20px}.homeblue .white{flex-basis:auto;padding:40px 20px}.homeblue .rows{flex-basis:auto;padding:40px 40px 40px 0}.homeblue .rows .row .icon{margin:20px}}