﻿@charset "utf-8";

#aboutthisbox1 {
    background-color: #FFFFFF;
    min-height: 480px;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
}

#aboutthisbox4 {
    background-color: #666666;
    color: white;
    min-height: 300px;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}



#aboutthesteps {
    background-color: #FFFFFF;
    min-height: 450px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
}

    #aboutthesteps .Icons {
        width: 128px;
        height: 128px;
    }

    #aboutthesteps .IconsPositions {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

#aboutthisbox2 {
    background-color: #888888;
    min-height: 300px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    color: white;
}

#aboutthisbox3 {
    background-color: #FFFFFF;
    min-height: 300px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
}

#aboutthisbox5 {
    background-color: #E84E1C;
    min-height: 300px;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
}


#appscreen {
    position: relative;
    width: auto;
}

    #appscreen .ImageScreen {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #appscreen .ImageScreenSize {
        width: 100%;
    }
