/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.new-about-infoblock {
    background: linear-gradient(180deg,#02445b 51.74%,#fff 100%,#fff);
    padding: 50px 0;
    position: relative;
}
.new-about-infoblock:before {
    background-color: #02445b;
    background-position: 50%;
    border-radius: 50%;
    height: 750px;
    opacity: .2;
    right: -16%;
    top: 0;
    width: 960px;