ul.list li,
ol li{
    color: var(--color4);
    line-height: 2rem;
}

.header1__info {
    display: flex;
    margin-bottom: 60px;
}

.header1__info div:first-child {
    flex-grow: 1;
    margin-top: 3rem;
    padding: 0 52px;
}

.header1__info div:first-child h1 {
    font-size: 2.3rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.header1__info em {
    font-size: 1.05em;
    line-height: 1.8rem;
    color: #6492a6;
    font-weight: 400;
    font-family: 'Segoe UI', 'Nunito';
}

@media screen and (max-width: 992px) {
    .header1__info div:first-child {
        margin-top: 5rem;
    }
    .header1__info div:last-child img {
        max-width: 300px;
        margin-top: 150px;
    }
    .header1__info div:first-child h1 {
        font-size: 2.1rem;
    }
}

@media screen and (max-width: 792px) {
    .header1__info {
        flex-wrap: wrap;
    }
    .header1__info div:last-child img {
        max-width: 100%;
        margin-top: 0;
    }
    
    .header1__info > div{
        width: 100%;
    }
    
    .header1__info > div:nth-child(2){
        text-align: center;
    }
}


/***********************************************************************/

.features1 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 90px auto;
    width: 95%;
}

.features1>div {
    width: 32%;
    margin-top: -53px;
}

@media screen and (max-width: 792px) {
    .features1 {
        flex-wrap: wrap;
    }
    .features1>div {
        width: 100%;
        margin-bottom: 11px;
        margin-top: 0;
    }
    .feature-box:hover {
        transform: translateY(0);
    }
}

.features2 {
    margin: 40px auto 90px auto;
    width: 100%;
}

.features2>div {
    margin-top: 0;
}

.features2 .feature-box {
    box-shadow: none;
}

.features2 .feature-box:hover {
    transform: none;
}

.features2>div:nth-child(2) {
    padding-top: 2rem;
}

.features2>div:nth-child(3) {
    padding-top: 4rem;
}

.features2>div:nth-child(1) .feature-box::after,
.features2>div:nth-child(2) .feature-box::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 40px;
    top: 80px;
    left: 80%;
    background: url(../img/process.png) center center no-repeat;
    z-index: 1;
}

.features2>div:nth-child(1) .feature-box,
.features2>div:nth-child(2) .feature-box {
    overflow: visible;
}

@media screen and (max-width: 792px) {
    .features2>div:nth-child(1) .feature-box::after,
    .features2>div:nth-child(2) .feature-box::after {
        content: '';
        position: absolute;
        left: 8%;
        top: 95%;
        transform: rotate(45deg);
    }
}


/***********************************************************************/

section.what-for {
    background: #f8f9fc;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 30px;
}

section.what-for p {
    color: var(--color4);
    text-align: center;
    max-width: 930px;
    margin: 0 auto;
    padding: 0 15px;
}

section.what-for-list-box {
    display: flex;
    text-align: left;
    margin-top: 75px;
}

section.what-for-list-box img{
    max-width: 100%;
}

section.what-for-list-box div:last-child {
    flex-grow: 1;
    padding-left: 90px;
}

@media screen and (max-width: 792px) {
    section.what-for-list-box {
        flex-wrap: wrap;
    }
    section.what-for-list-box>div {
        width: 100%;
        margin-bottom: 11px;
    }
    section.what-for-list-box div:last-child {
        padding-left: 20px;
    }
}


/***********************************************************************/

.plugin-features {
    padding: 30px 0;
}

.plugin-features h2 {
    margin-bottom: 40px;
}

.plugin-features ul {
    display: flex;
    flex-direction: column;
}

.plugin-features li {
    display: flex;
    margin-bottom: 0.5rem;
    box-shadow: var(--shadow);
    border-radius: 6px;
    padding: 1.5rem;
}

.plugin-features li>div:last-child {
    flex-grow: 1;
    padding-left: 23px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.plugin-features li h4 {
    margin-bottom: 11px;
}

.plugin-features li.feature-box-blue {
    color: #31708f;
    background-color: #dff7ff;
}

.plugin-features li.feature-box-blue svg {
    fill: #31708f;
}

.plugin-features li.feature-box-green {
    color: #3c763d;
    background-color: #dfffe7;
}

.plugin-features li.feature-box-green svg {
    fill: #3c763d;
}

.plugin-features li.feature-box-red {
    color: #ff6347;
    background-color: #feeede;
}

.plugin-features li.feature-box-red h4 {
    color: #ffa500;
}

.plugin-features li.feature-box-red svg {
    fill: #a94442;
}


/***********************************************************************/

section.do-not-pay {
    background-color: var(--blue);
    border-radius: 6px;
    padding: 3rem;
    display: flex;
    margin-bottom: 80px;
}

section.do-not-pay>div:first-child {
    flex-grow: 1;
}

section.do-not-pay>div:last-child {
    min-width: 300px;
    position: relative;
}

section.do-not-pay>div:last-child a.btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

section.do-not-pay p {
    color: rgba(255, 255, 255, .5);
}

section.do-not-pay h2 {
    color: #fff;
    margin-bottom: 15px;
}

@media screen and (max-width: 792px) {
    section.do-not-pay {
        flex-wrap: wrap;
    }
    section.do-not-pay>div {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    section.do-not-pay>div:last-child a.btn {
        position: relative;
    }
}


/***********************************************************************/

section.how-can-be-useful {
    text-align: center;
}

section.how-can-be-useful h2 {
    margin-bottom: 30px;
}

section.how-can-be-useful>p {
    color: var(--color4);
    width: 100%;
    max-width: 900px;
    margin: 0 auto 90px auto;
}

.features3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.features3>div {
    width: 24%;
}

@media screen and (max-width: 900px) {
    .features3>div {
        width: 33%;
    }
}

@media screen and (max-width: 792px) {
    .features3 {
        flex-wrap: wrap;
    }
    .features3>div {
        width: 49%;
        margin-bottom: 11px;
        margin-top: 0;
    }
}

@media screen and (max-width: 600px) {
    .features3>div {
        width: 100%;
    }
}


/***********************************************************************/

section.reviews {
    text-align: center;
    margin-top: 120px;
}

section.reviews h2 {
    margin-bottom: 30px;
}


/***********************************************************************/

section.achievements {
    text-align: center;
    margin-top: 80px;
}

section.achievements h2 {
    margin-bottom: 30px;
}

section.achievements ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

section.achievements ul li {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

section.achievements ul li img {
    width: 65px;
    height: 65px;
}

section.achievements ul li h6 {
    color: var(--color4);
    font-size: 1rem;
    width: 180px;
    margin-bottom: 50px;
}

@media screen and (max-width: 792px) {
    section.achievements ul {
        flex-wrap: wrap;
    }
    section.achievements ul li {
        flex-wrap: wrap;
        width: 49%;
    }
    section.achievements ul li h6 {
        display: block;
        text-align: center;
        width: 100%;
    }
}


/***********************************************************************/

section.get-started {
    text-align: center;
    margin-top: 80px;
}

section.get-started h2 {
    margin-bottom: 30px;
}

.features4 {
    width: 100%;
}

.features4>div {
    margin-top: 65px;
}

.features4 img {
    width: 65px;
    height: 65px;
}

.features4 .feature-box {
    box-shadow: none;
}

.features4:hover .feature-box {
    box-shadow: var(--shadow);
}


/***********************************************************************/

.have-questions {
    background-color: #f8f9fc;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.have-questions p {
    color: var(--color4);
}

.have-questions>div:first-child {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0 80px 0;
}

.have-questions>div:last-child {
    max-width: 1200px;
    margin: 0 auto;
}

.have-questions>div:last-child ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.have-questions>div:last-child ul li {
    width: 49%;
    margin-bottom: 45px;
    padding-left: 30px;
}

.have-questions>div:last-child ul li h5 {
    font-size: 1.15rem;
    margin-bottom: 15px;
}

section.have-questions li::before {
    content: url(../img/question.svg);
    display: inline-block;
    top: 32px;
    left: -30px;
    position: relative;
    color: red;
}

@media screen and (max-width: 792px) {
    .have-questions>div:last-child ul li {
        width: 95%;
        margin-left: 2%;
    }
    .have-questions>div:last-child ul li:not(:last-child) {
        margin-bottom: 15px;
    }
}


/***********************************************************************/

section.screenshots {
    text-align: center;
    margin-top: 120px;
}

section.screenshots h2 {
    margin-bottom: 30px;
}


/***********************************************************************/

.woot-gallery-content img {
    height: auto !important;
    width: 100% !important;
}

.grid-list{
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 1200px) {
    .grid-list{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 900px) {
    .grid-list{
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 600px) {
    .grid-list{
        grid-template-columns: 1fr;
    }
}
