.main{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #CDEDFF;
}
.main h5{
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 12px;
    margin-bottom: 20px;
}
.main h1{
    color: #000000;
    font-size: 65px;
    font-weight: 900;
    line-height: 85px;
    margin-bottom: 20px;
}
.main .info{
    color: #4E4E4E;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.main .email a{
    font-size: 26px;
    color: rgb(0, 206, 27);
    line-height: 30px;
}
.share{
    margin-top: 40px;
    font-size: 0px;
}
.share a{
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #f4f4f4;
    font-size: 16px;
    display: inline-block;
    color: #bababa;
    margin-right: 15px;
    transition: all .1s linear;
}
.share a:hover{
    transform: scale(1.1);
    background: rgba(0, 206, 27, 0.13);
    color: #21D2BD;
}
@media (max-width: 1200px){
    .main{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .main h1{
        font-size: 46px;
        line-height: 52px;
    }
}