.top_section{margin-bottom:80px;}


.bg1{
    padding-top:40px;
    padding-bottom:60px;
    background-image: linear-gradient(to bottom, #E9F1FA 0%, #fff 100%);
    background-size: 100% 80px;
    background-repeat: repeat-x;
    position: relative;
}
.bg1::after{
    content: "";
    display: block;
    background-image: linear-gradient(to top, #E9F1FA 0%, #fff 100%);
    background-size: 100% 100%;
    background-repeat: repeat-x;
    height: 80px;
    width: 100%;
    position: absolute;
    left:0;
    bottom:0;
    z-index: -1;
}