h2 {
    line-height: 1.8em;
    font-weight: 900;
}

h3 {
    font-size: 18px;
    font-weight: bold;
}

p {
    line-height: 2em;
    font-size: 16px;
}

.pt-50 {
    padding-top: 50px !important;
}

.row.align-items-center {
    display: flex;
    align-items: center;
}

#top-marketing {
    padding: 150px 0 100px 0;
    background: #27A9E0;
    color: #FFFFFF;
}

#about {
    padding: 100px 0 120px 0;
    background: #FFFFFF;
}

#about .btn-a {
    background: #6DBE0A;
    color: #FFFFFF;
    padding: 15px 30px;
    margin-top: 30px;
}

#advantages {
    padding: 100px 0;
    background: #F8F8F8;
}

#advantages img {
    height: 80px;
}

#video {
    padding: 70px 0 200px 0;
    margin-bottom: -180px;
    background: #27A9E0;
    color: #FFFFFF;
}

.pricing img {
    height: 70px;
}

.list-info {
    background-color: transparent !important;
    padding: 0 15px !important;
    text-align: right;
}

.list-info li {
    font-size: 14px !important;
    color: black !important;
    height: 60px;
    text-align: center;
    background: #f6f6f6;
    margin: 2px;
}

.pricing .price {
    color: #1697bf;
    font-size: 24px;
    font-weight: 900;
}

.border {
    border: 1px solid #ECECEC;
    border-radius: 33px;
    margin: 15px 0;
    padding: 30px;
}

.bg-white {
    background: white !important;
}



@media (max-width: 62em) {
    .row.align-items-center {
    display: block;
}
}