#root .view-page-site-app-instruction-android .body>app-widget-host {
    min-height: unset;
}

#root .site .doc .body .content.landingpage .landingpageOutro,
#root .site .doc .body .content.landingpage .landingpageStep .landingpageHeading,
#root .site .doc .body .content.landingpage .landingpageBody .landingpageIntro .landingpageHeading {
    color: var(--c-green);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.8px;
}

/* #root .view-page-site-app-instruction-android .site .doc .body .content.landingpage .landingpageBody { */
#root .site .doc .body .content.landingpage .landingpageBody {
    padding: 25px;
    padding-top: 5px;
    text-align: left;
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
    background: var(--c-primary);
}

#root .site .doc .body .content.landingpage .landingpageImportant {
    border: none;
    border-radius: 10px;
    padding: 10px;
    background-color: var(--c-white-text);
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.15);
    color: var(--c-black-text);
}

#root .site .doc .body .content.landingpage .landingpageImportant .landingpagePrefix {
    font-weight: 700;
    color: var(--c-primary-b);
}

#root .site .doc .body .content.landingpage .landingpageOutro {
    text-align: center;
}

/* #root .site .doc .body .content.landingpage .landingpageOutro>div::after {
    content: "\01F947";
    font-size: 30px;
    display: block;
    text-align: center;
    margin-top: 10px;
} */

#root .view-page-site-app-instruction-android .content.landingpage .landingpageBody .landingpageStep.Step1 .landingpageStepImage {
    text-align: center;
}

#root .view-page-site-app-instruction-android .content.landingpage .landingpageBody .landingpageStep.Step1 .landingpageStepImage img {
    width: 200px;
    height: auto;
}

#root .view-page-site-app-instruction-android .content.landingpage .landingpageBody .landingpageStep.Step2 .landingpageStepImage {
    background-image: url(/v1.048/r/images/site/instructions/landingPageInstallationAndroidStep2Img1.svg);
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
}


#root .view-page-site-app-instruction-android .content.landingpage .landingpageBody .landingpageStep.Step3 .landingpageStepImage {
    background-image: url(/v1.048/r/images/site/instructions/landingPageInstallationAndroidStep3Img1.svg);
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
}

#root .view-page-site-app-instruction-android .content.landingpage .landingpageBody .landingpageStep.Step4 .landingpageStepImage {
    background-image: url(/v1.048/r/images/site/instructions/landingPageInstallationAndroidStep4Img1.svg);
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
}

#root .view-page-site-app-instruction-android .content.landingpage .landingpageBody .landingpageStep.Step4 .landingpageStepImage2 {
    background-image: url(/v1.048/r/images/site/instructions/landingPageInstallationAndroidStep4Img2.svg);
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
}

#root .view-page-site-app-instruction-android .content.landingpage .landingpageBody .landingpageStep.Step4 .landingpageStepImage3 {
    background-image: url(/v1.048/r/images/site/instructions/landingPageInstallationAndroidStep4Img3.svg);
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
}

#root .view-page-site-app-instruction-android .content.landingpage .landingpageBody .landingpageStep.Step5 .landingpageStepImage {
    background-image: url(/v1.048/r/images/site/instructions/landingPageInstallationAndroidStep5Img1.svg);
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
}

#root .view-page-site-app-instruction-android .content.landingpage .landingpageBody .landingpageStep.Step5 .landingpageStepImage2 {
    background-image: url(/v1.048/r/images/site/instructions/landingPageInstallationAndroidStep5Img2.svg);
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
}

#root .site .doc .body .content.landingpage .landingpageStep .landingpageHeading,
#root .site .doc .body .content.landingpage .landingpageBody .landingpageIntro .landingpageHeading,
#root .site .doc .body .content.landingpage .landingpageBody app-block[class*="landingpageStepImage"],
#root .site .doc .body .content.landingpage .landingpageBody app-image[class*="landingpageStepImage"],
#root .site .doc .body .content.landingpage .landingpageInstruction,
#root .site .doc .body .content.landingpage .landingpageImportant {
    margin-bottom: 25px;
}