.how-to-reach-us-wrapper .page-width{ max-width: 640px; }
.how-to-reach-us-wrapper .sec-head .sec-title{ margin: 0; text-align: center; }
.how-to-reach-us-wrapper .box-wrap{ display: flex; gap: 80px; margin-top: 20px; }
.how-to-reach-us-wrapper .box-wrap .media-box a{ color: #fff; font-family: var(--font-heading-family); font-weight: 300; letter-spacing: 0; text-decoration: none; }
.how-to-reach-us-wrapper .box-wrap .media-box a span{ font-weight: 500;}
.how-to-reach-us-wrapper .box-wrap .media-box a:hover { text-decoration: underline; }


@media screen and (max-width: 749px){
  .how-to-reach-us-wrapper .box-wrap{ flex-wrap: wrap; gap: 20px; margin-top: 30px; justify-content: center; }
  .how-to-reach-us-wrapper .box-wrap .media-box { line-height: 1.2; } 
}