header{
    background: #262a37;
}
.main{
    background: #262a37;
    text-align: center;
    color: white;
    padding-bottom: 60px;
}
.main section {
    padding-top: 100px;
    padding-bottom: 150px;
}
.main section img {
    max-width: 60%;
}
.main section:nth-of-type(1) {
    padding-top: 80px;
    padding-bottom: 0;
}
.main section .title {
    font-size: 32px;
    margin-bottom: 20px;
}
.main .content {
    display: inline-block;
    vertical-align: top;
    margin-top: 120px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: left;
}
.content p {
    margin-bottom: 12px;
}
.main section:nth-of-type(3) .content{
    margin-left: 40px!important;
    margin-right: 100px;
}
.main section:nth-of-type(5) .content{
    margin-left: 40px!important;
    margin-right: 100px;
}
.info {
    width: 80%;
    margin: 0 auto;
}

.info li {
    margin-bottom: 40px;
    position: relative;
    text-indent: 1.2em;
}
.info li h3{
    text-align: left;
    margin-bottom: 30px;
}
.info li p{
    line-height: 30px;
}
.info .content{
    margin-left: 0;
    margin-top: 30px;
}
.info li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 7px;
    border-radius: 100%;
    background: green;
}

.info li:nth-of-type(1) {
    margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
    .main img {
        margin: 0;
    }
    .main section .content {
        display: block;
    }
    .main section:nth-of-type(2) img {
        float: left;
        margin-right: 20px !important;
        margin-left: 60px!important;
    }
    .main section:nth-of-type(2) .content {
        padding-top: 60px;
        display: inline-block;
    }
    .main section:nth-of-type(3) img {
        float: right;
        margin-right: 60px!important;
    }
    .main section:nth-of-type(3) .content {
        display: inline-block;
        padding-top: 100px;
    }
    .main section:nth-of-type(4) img{
        float: left;
        margin-left: 60px!important;
    }
    .main section:nth-of-type(4) .content{
        display: inline-block;
        padding-top: 100px;
    }
    .main section:nth-of-type(5) img{
        float: right;
        margin-right: 40px !important;
        margin-left: 40px!important;
    }
    .main section:nth-of-type(5) .content{
        display: inline-block;
        padding-top: 100px;
    }
}
