@media only screen and (min-width: 37em) {
    .first-shikaoi__title, .news__title, .events__title h2 {
        margin-bottom: 30px;
    }
}

.item strong, .item span {
    font-size: 15px;
}

.item__thumbnails p, .item__information p {
    font-size: 13px;
}

.item h2, .item h3 {
    font-size: 18px;
}

body * {
    font-size: 15px;
}

.magazine__sub--title h2 {
    font-weight: 600;
}

@media screen and (max-width: 599.9px){
.magazine__list li>div:not(.thubmnail) p {
    font-size: 13px;
}}




/*New add CSS start*/
@media only screen and (max-width: 767px) {
.header__container {
    width: 100%;
    min-height: 65px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.magazine__list li h2 {
    font-size: 15px;
}
}
/*New add CSS end*/
