
@media (max-width: 768px) {
.map-con p, .sunny-gosyo-con h1, .stores-list .title, .title-header {
    font-size: 1.5rem !important;

}
.text-con p {
    font-size: 1em;
    margin: 0;
}
.contacts-loc-con {
    display: flex;
    flex-direction: column-reverse;
}
.loc-con .title {
    font-size: 1.2rem;
}
#map{
    height: 300px !important;
}
.loc-con .address .material-symbols-outlined {
    font-size: 0.9rem !important;
    font-weight: bold;
}

.contact-form-container {

    border-right: none;
}
.loc-con .address span {
    font-size: 0.8rem;
}
.input-group label {

    font-size: 0.9rem;
}

}
