@charset "UTF-8";

section .readmore-content.mobile.check1{
    height: 620px;
}
section .readmore-content.mobile.check2{
    height: 890px;
}
section .readmore-content.mobile.check3{
    height: 590px;
}
section .readmore-check:checked ~ .readmore-content.mobile.check1,
section .readmore-check:checked ~ .readmore-content.mobile.check2,
section .readmore-check:checked ~ .readmore-content.mobile.check3{
    height: auto;
}
@media (min-width: 769px) {
    section .readmore-content.mobile.check1,
    section .readmore-content.mobile.check2,
    section .readmore-content.mobile.check3 {
        height: unset;
    }
}