.backgroundImage {
    background-image: url('/static/Desktop_bg.svg');
    background-size: cover;
    background-position: center;
}


.downloadText {
    color: #3C7EDD;
    font-size: 16px;
    font-family: Spartan;
    font-weight: 800;
    line-height: 30px;
    word-wrap: break-word;

}

.logo {
    width: 282px;
    height: 75px;
    margin-top: 28px;
    margin-bottom: 32px;
}

.button-appstore {
    width: 135px;
    height: 40px;
}

.workpalImage {
    width: 289px;
    height: 597px;
    margin-top: 61px;
    background-image: url('/static/workpal_mobile.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.paddingGlobal {
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin-top: 40px !important;
}

.leftTitle {
    width: 316px;
}

@media screen and (min-width: 280px) {
    .paddingGlobal {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-top: 40px !important;
    }

    .contentAlign {
        text-align: center;
        justify-content: center;
    }

}

@media screen and (min-width: 375px) {
    .paddingGlobal {
        padding-left: 40px !important;
        padding-right: 40px !important;
        margin-top: 40px !important;
    }

    .contentAlign {
        text-align: center;
        justify-content: center;
    }


}

@media screen and (min-width: 576px) {

    .paddingGlobal {
        padding-left: 40px !important;
        padding-right: 40px !important;
        margin-top: 40px !important;
    }

    .contentAlign {
        text-align: center;
        justify-content: center;
    }

}

/*// Medium devices (tablets, 768px and up)*/

@media screen and (min-width: 768px) {

    .contentAlign {
        text-align: center;
        justify-content: center;
    }

    .imageAlign {
        align-items: center;
    }

    .workpalImage {
        width: 289px;
        height: 567px;
        margin-top: 61px;
        background-image: url('/static/workpal_mobile.svg');
        background-size: cover;
        background-position: top;
    }

}

/*// Large devices (desktops, 992px and up)*/

@media screen and (min-width: 992px) {

    .contentAlign {
        text-align: left;
        justify-content: left;
    }

    .imageAlign {
        align-items: center;
    }

    .workpalImage {
        width: 289px;
        height: 567px;
        object-fit: fill;
        background-image: url('/static/workpal_mobile.svg');
        background-size: cover;
        background-position: top;
    }

    .leftTitle {
        width: 380px;
        margin-right: 60px;
    }

}

/*// Extra large devices (large desktops, 1200px and up)*/

@media screen and (min-width: 1200px) {

    .contentAlign {
        text-align: left;
        justify-content: left;
    }

    .imageAlign {
        align-items: center;
    }

    .workpalImage {
        width: 289px;
        height: 567px;
        object-fit: fill;
        background-image: url('/static/workpal_mobile.svg');
        background-size: cover;
        background-position: center;
    }

    .leftTitle {
        width: 380px;
        margin-right: 30px;
    }
}


@media screen and (min-width: 1500px) {

    .contentAlign {
        text-align: left;
        justify-content: left;
    }

    .imageAlign {
        align-items: center;
    }

    .workpalImage {
        width: 346px;
        height: 679px;
        object-fit: fill;
        background-image: url('/static/workpal_mobile.svg');
        background-size: cover;
        background-position: center;
    }

    .downloadText {
        color: #3C7EDD;
        font-size: 19px;
        font-family: Spartan;
        font-weight: 800;
        line-height: 30px;
        word-wrap: break-word;
    }

    .logo {
        width: 335px;
        height: 90px;
        margin-top: 28px;
        margin-bottom: 32px;
    }

    .button-appstore {
        width: 162px;
        height: 48px;
    }

    .leftTitle {
        width: 380px;
        margin-right: 120px;
    }
}