body .content,
body .full_width,
body .wrapper {
    background-color: #ffffff;
}

.downloadSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #000a2d;
    padding-top: 25px;
    padding-bottom: 25px;
}

    .downloadSection label {
        width: 100%;
        text-align: center;
        font-family: Raleway;
        font-size: 19.3px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
    }

    .downloadSection a {
        padding: 18px 15px 18px 15px;
        background-color: #3a51d6;
        border-radius: 5px;
        margin-top: 10px;
    }

        .downloadSection a span {
            height: 12.5px;
            font-family: Raleway;
            font-size: 17px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
        }

.features {
    margin: 45px 10% 45px 10%;
}

    .features label {
        font-family: Raleway;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
    }

    .features .col-6 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.imgFeature {
    height: 55px;
}

.titleFeature {
    font-size: 20px;
}

.descFeature {
    font-size: 14.5px;
}

.screenshotSection {
    width: 100%;
    background-color: #435ced;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .screenshotSection label {
        font-family: Raleway;    
        font-stretch: normal;
        font-style: normal;
        line-height: normal;     
        text-align: center;
        color: #ffffff;
    }
    .screenshotSection .title1 {
        font-size: 17.8px;
        font-weight: bold;
        letter-spacing: 0.89px;
    }

    .screenshotSection .title2 {
        font-size: 23px;
        font-weight: 300;
        letter-spacing: 1.15px;
    }

.bottomSection {
    padding: 35px 15% 45px 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .bottomSection label {
        font-family: Raleway;    
        font-stretch: normal;
        font-style: normal;
        line-height: normal;     
        text-align: center;
        color: #ffffff;
    }

    .bottomSection .titleBottom {
        font-size: 17.3px;
        color: #011231;
    }

    .bottomSection .descBottom {
        font-size: 13px;
        color: #011231;
        text-align: center;
        margin-bottom: 40px;
    }

    .bottomSection .col-4 {
        display: flex;
        justify-content: center;
    }

.footer_top .textwidget{
    font-family: Raleway;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.35px;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 767px) {
    .descFeature {
        font-size: 10.5px;
    }

    .titleFeature {
        font-size: 15px;
    }

    .features .col-6 {
        margin-bottom: 30px;
    }

    .features {
        margin: 45px 10% 0 10%;
    }

    .bottomSection {
        padding: 35px 5% 45px 5%;
    }

    .bottomSection .col-4 {
        display: initial;
        justify-content: initial;
    }
}