@charset "UTF-8";

.heading1__title {
    font-size: 2.4rem;
}
.heading2-v2__title {
    font-size: 2.6rem;
    color:#00582d;
}

@media only screen and (max-width:767.98px) {
.heading1__title {
    font-size: 1.6rem;
}
.heading2-v2__title {
    font-size: 1.7rem;
    color:#00582d;
}
}