@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

#linkedin-top {
  /*background: linear-gradient(35deg,#062d5f 56%,#8318aa 100%);*/
  background: linear-gradient(45deg, #0b2469 56%, #0656e8 100%);
  background-image:radial-gradient(at 50% 100%, rgba(0, 49, 247, 0.75), rgb(11, 55, 110))
}


.new-pro-features ul {
    list-style: none;
    padding: 0;
    padding-top: 2em;
    /*padding-bottom: 2em;*/
    margin: 1rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*box-shadow: 0 5px 70px 0 #000;*/
    /*box-shadow: 0 5px 60px 0 #0000007a;*/
    /*border-radius: 30px;*/
    overflow: hidden;
     color: #fff;

}



.new-pro-features li {
    flex: 0 1 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    /*background: ;*/
    /*border-bottom: 1px solid #edf2ff;*/
    /*color: #fff;*/
}


@media (min-width: 640px) {
.new-pro-features li {
    flex: 0 1 27%;
    /*padding-right: 20px;*/
    /*padding-left: 20px;*/
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
}

.new-pro-features h3 {
    color: #fff;
}

.new-pro-features p {
    color: #fff;
}


}




.bigquote h1 {
    font-family: 'Merriweather', serif;
    line-height: 1.7;
    color: #fff;
    font-size: 1.5em;
}


    .active {
        opacity: 1;
    }
  



    body > uli {
        position: absolute;
        top: 50%;
        width: 800px;
        height: 200px; 
        left: 50%;
        margin-left: -400px;
        margin-top: -130px;
    }
 
    uli > lii {
        width: 25%;
        list-style-type: none;
        position: absolute;
        /*top: 0;*/
        padding: 20px;
        height: 200px; 
        opacity: 0;
        padding-top: 40px;
        text-align: center;
        transition: 1s opacity; 
    }