.sectionA .map { height: 500px; margin-top: 40px; }

.sectionA .text { padding-top: 60px; margin-top: 60px; border-top: 1px solid #f2f1f1; margin-bottom: 85px; }

.sectionA .text .title { font-size: 24px; color: #1a1a1a; font-weight: bold; margin-bottom: 20px; }

.sectionA .text p { margin-bottom: 20px; font-size: 18px; color: #4b4b4b; }

@media (max-width: 575px) { .sectionA .map { height: 200px; margin-top: 20px; }
  .sectionA .text { margin-top: 30px; padding-top: 30px; }
  .sectionA .text .title { font-size: 18px; margin-bottom: 10px; }
  .sectionA .text p { margin-bottom: 10px; font-size: 16px; }
  .sectionA .text { margin-bottom: 30px; } }

