@import "./style.css";

@media screen and (max-width: 375px) {
    #sec1 {
        height: calc(100% - 50px) !important;
    }
}

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