/*
Theme Name: bit sense
Author: bit sense
Version: 1.0
*/


.access-wrap>div {
    width: calc(100% / 3);
}
@media screen and (max-width: 767px) {
.access-wrap>div {
    width: 100%;
}
}






