

@media (max-width: 768px) {

.header-text .title {
    font-size: 1.5rem;
}
.header-text .desc {
    font-size: 0.9rem;
}
.location-con {
    width: stretch;
    display: flex;
    flex-direction: column;
}

.location-con {

    padding: 1rem;
}
.area-dropdown-btn {
    font-size: 0.9rem;
}
.map-con p, .sunny-gosyo-con h1, .stores-list .title, .title-header {
    font-size: 1.5rem;

}
.text-con p {
    font-size: 1rem;
}

.contact-form-container {
    border: none !important;
}







}
