@charset 'UTF-8';
.index-title{
    color: #036834;
    font-weight: 700;
    font-size: min(3vw, 4rem);
}
@media screen and (max-width: 768px){
.index-title{
    font-size: 3rem;
}
}