.main1 {
    background: #272727;
    height: 100px;
    margin-bottom: 5px;
}

.main1-content {
    color: white;
    font-size: 35px;
    font-weight: bolder;
    margin-top: 30px;
    position: absolute;
}
.main2 {
    background: url("https://peetow.s3.amazonaws.com/website/images/how-it-works/peetow-cloud-bg.jpg") 50% 0 repeat-x transparent;
    width: 100%;
        height: 500px;
}
.main2 .main2-top {
    width: 100%;
    background: none;
    margin-top: 50px;
    height: auto;
    margin-left: 10px;
    float:left;
}
.main2 .main2-top .main2-top1{
    float:left;
    margin-right: 10px;
    
}
.main2 .main2-top .main2-top2{
    float:left;
}
.main2 .box {
    width: 35px;
    height: 35px;
    background: #ff0000;
    float: left;
    margin-right: 10px;
}
.main2 .box-text {
    float: left;
    width: 200px;
    height: 50px;
}
.main2 .box2 {
    width: 35px;
    height: 35px;
    background: #fff200;
    float: left;
    margin-right: 10px;
}
.main2 .box2-text {
    float: left;
    width: 200px;
    float: left;
    height: 50px;
}
.main2 .main2-bottom {
    background: none;
    width: 1000px;
    height: 100px;
    float:left;
    margin-top: 85px;
    margin-right: auto;
    margin-left: 60px;
    text-align: center;
}
.main2 .main2-first {
    width: 217px;
    height: 152px;
    float:left;
}
.main2 .main2-second {
    width: 157px;
    height: 173px;
    float:left;
}
.main2 .arrow {
    float: left;
    width: 78px;
    margin-top: 20px;
    margin-left: 20px;
}
.main2 .main2-first-img {
    background: url("https://peetow.s3.amazonaws.com/website/images/how-it-works/laptop-1.png");
    background-repeat: no-repeat;
    width: 217px;
    height: 152px;
        float: left;
}
.main2 .main2-second-img {
    background: url("https://peetow.s3.amazonaws.com/website/images/how-it-works/monitor-1-.png");
    background-repeat: no-repeat;
    width: 157px;
    height: 173px;
        float: left;
    margin-top: -10px;
    margin-left: 8px;
}
.main2 .main2-first-text {
    text-align: center;
    float: left;
    width: 217px;
    
    font-size: 42px;
    margin-top: 50px;
    font-weight: thin;
}
.main2 .main2-second-text {
    text-align: center;
    float: left;
    width: 157px;
    font-size: 42px;
    margin-top: 50px;
    font-weight: thin;
}
.main2 .cloud {
    background: url("https://peetow.s3.amazonaws.com/website/images/how-it-works/peetow-cloud.png");
    background-repeat: no-repeat;
    width: 238px;
    height: 184px;
        float: left;
    margin-top: -50px;
    margin-left: 5px;
}
.main2 .yellow {
    background: url("https://peetow.s3.amazonaws.com/website/images/how-it-works/yellow-arrow.png");
    background-repeat: no-repeat;
    width: 78px;
    height: 23px;
        display: none;
}
.main2 .red {
    background: url("https://peetow.s3.amazonaws.com/website/images/how-it-works/red-arrow.png");
    background-repeat: no-repeat;
    width: 78px;
    height: 23px;
       
    margin-top: 20px;
    
    display: none;
}

.main2 .yellow2 {
    background: url("https://peetow.s3.amazonaws.com/website/images/how-it-works/yellow-arrow2.png");
    background-repeat: no-repeat;
    width: 78px;
    height: 23px;
        float: left;
    margin-left: -15px;
    
    display: none;
}
.main2 .red2 {
    background: url("https://peetow.s3.amazonaws.com/website/images/how-it-works/red-arrow2.png");
    background-repeat: no-repeat;
    width: 78px;
    height: 23px;
        float: left;
    margin-top: 20px;
    margin-left: -15px;
    display: none;
}
.main3{
    height: 500px;
    width: 100%;
}
.main3 .title{
    margin-top: 150px;
    color:maroon;
    font-size: 25px;
}
.main3 .content{
    margin-top: 20px;
    font-size: 20px;
    color: grey;
}
