.top {
    font-family:"HelveticaNeueLight";
    padding:20px 0;
}
@media screen and (max-width:1360px){
    .top {
        padding:20px 60px!important;
    }
}

.top h1,.top h3 {
    color:#ce6098;
    margin:40px 0;
}

.top h3 {
    font-style: italic;
    font-size:1.9em;
    letter-spacing:1.2;
}

.top ul{
    margin:80px 0 100px 0;
}
.top ul li{
    position:relative;
    font-size:140%;
    padding-left: 60px;
    margin-bottom:20px;
    color: #757575;
}
.top ul li:before{
    border-radius: 40px;
    background-color:#a83370;
    width:35px;
    height:35px;
    content: "\0203A";
    color:white;
    position:absolute;
    display: inline-block;
    left:0px;
    line-height: 28px;
    text-align: center;
    font-size:40px;
}


@media screen and (max-width: 768px) {

.top h3 {
    font-size:1.4em;
}

.top ul li{
    font-size:110%;
    padding-left: 40px;
 }

.top ul li:before{
    width:25px;
    height:25px;
    left:0px;
    line-height: 19px;
    text-align: center;
    font-size:40px;
}

}

@media screen and (max-width: 640px) {

.top {
     padding:20px!important;
}

}