/* Smartphones */
@media only screen and (max-width: 600px) {
  .contact-detail-wrapper {
     flex-direction: column;
    align-items: center;

  }
    h6{
        font-size: 18px;
        color: #ddd;
    }
    p{
        font-size: 16px;
    }
    .home-title{
        text-align: center !important;
        font-size: 36px;
        line-height: 34px !important;
    }
}

/* Tablets */
@media (min-width: 601px) and (max-width: 1024px) {
  .contact-detail-wrapper {

    flex-direction: column;
    align-items: center;
  }
}

/* Desktops */
@media (min-width: 1025px) {
  .contact-detail-wrapper {
  
  }
}
