#screenToSmallContainer {
    background: url(/static/img/appgate_index_background.png);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
}

.screen-to-small-body {
    color: #FAFAFA;
    padding: 20px 15%;
    text-align: center;
}

.screen-to-small-body .section-1 {
    font-size: 40px;
    padding: 0 0 30px 0;
    border-bottom: 3px solid #E0E1E2;
}

.screen-to-small-body .section-2 {
    font-size: 30px;
    padding: 30px 0 10px 0;
}

@media screen and (max-width: 600px) and (min-width: 500px) {
    .screen-to-small-body .section-1 {
        font-size: 30px;
    }

    .screen-to-small-body .section-2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 500px) and (min-width: 400px) {
    .screen-to-small-body .section-1 {
        font-size: 25px;
    }

    .screen-to-small-body .section-2 {
        font-size: 20px;
    }
}
