.night-regime {
    padding: 0 140px;
}
.night-regime > h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 121.69%;
    color: #FFFFFF;
}
.night-regime > h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 121.69%;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}

.night-regime > p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 121.69%;
    color: #A5A5A5;
    max-width: 400px;
    margin: 15px 0;
}
.light-comparison-desktop,.light-comparison-mobile {
    display: block;
    align-items: center;
    justify-content: center;
    margin:0 auto 120px auto;
}
.light-comparison-desktop img {
    display: block;
    width: 100%;
    max-width: unset !important;
}
.light-comparison-mobile img {
    display: none;
    max-width: unset !important;
}

.man-blue-phone img {
    display: block;
    width: 100%;
    max-width: unset !important;
}
.man-blue-phone-mobile img {
    display: none;
    width: 100%;
    max-width: unset !important;
}

@media only screen and (max-width: 1325px) {
    .light-comparison-desktop img {
        display: none;
        width: 100%;
    }
    .light-comparison-mobile img {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 1080px) {
    .light-comparison-desktop img {
        display: block;
        width: 100%;
    }
    .light-comparison-mobile img {
        display: none;
    }
    .man-blue-phone img {
        display: none;
    }
    .man-blue-phone-mobile img {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .night-regime {
    padding: 0 70px;
}
    .light-comparison-desktop img {
        display: none;
        width: 100%;
    }
    .light-comparison-mobile img {
        display: block;
        width: 100%;
    }
}