.top-container{
    padding-top: 5%;
}

.top-container .center-panel{
    /*max-width:1000px;*/
}

.top-container .top-img-wrap{
    position:relative;
}
.top-container .top-img-wrap .top-img{
    padding:0 20px;
    position:relative;
    z-index:1;
}
.top-container .top-img-wrap:before{
    content: "";
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    padding-top: 100%;
    border-radius:100%;
    background: #51c6f1;
    /*background: linear-gradient(90deg, rgba(60,165,191,1) 0%, rgba(78,182,211,1) 35%, rgba(59,160,189,1) 100%);*/
}


