* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.hero-section {
  background: linear-gradient(#00000091, #00000091), url(Media/contact-landing.jpeg);
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  padding: 10px 4rem
}
.words {
  color: white;
}
.words h1 {
  font-size: 70px;
  font-weight: 500;
}
.contact-card {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 70vh;
  padding: 10px 4rem;
  background-color: #F5F5F5;
}
.visit, .call, .contact{
  border: 1px solid white;
  box-shadow: 0 0 20px white;
  width: 35%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding-bottom: 10px;
}
.visit-img, .call-img, .contact-img{
  width: 50px;
  height: 50px;
}
.visit-img img, .call-img img, .contact-img img{
  width: 100%;
  height: 100%;
}
footer{
    background-color: black;
    color: white;
    min-height: 10vh;
    text-align: center;
}
footer p{
    font-size: larger;
}

@media (min-width: 200px) and (max-width:767px){
  .hero-section {
  background: linear-gradient(#00000091, #00000091), url(Media/contact-landing.jpeg);
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  padding: 10px 2rem
}
.words {
  color: white;
}
.words h1 {
  padding-top: 50px;
  font-size: 30px;
  font-weight: 500;
}
.contact-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 100vh;
  padding: 10px 2rem;
  background-color: #F5F5F5;
}
.visit, .call, .contact{
  border: 1px solid white;
  box-shadow: 0 0 20px white;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding-bottom: 10px;
}
.visit-img, .call-img, .contact-img{
  width: 50px;
  height: 50px;
}
.visit-img img, .call-img img, .contact-img img{
  width: 100%;
  height: 100%;
}
.visit-text, .call-text, .contact-text{
  font-size: 12px;
   word-break: break-word;
}
footer{
    background-color: black;
    color: white;
    min-height: 10vh;
    text-align: center;
}
footer p{
    font-size: larger;
}
}
@media (min-width: 768px) and (max-width: 991px){
    .hero-section {
  background: linear-gradient(#00000091, #00000091), url(Media/contact-landing.jpeg);
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  padding: 10px 3rem
}
.words {
  color: white;
}
.words h1 {
  padding-top: 50px;
  font-size: 50px;
  font-weight: 500;
}
.contact-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 100vh;
  padding: 10px 3rem;
  background-color: #F5F5F5;
}
.visit, .call, .contact{
  border: 1px solid white;
  box-shadow: 0 0 20px white;
  width: 100%;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding-bottom: 10px;
}
.visit-img, .call-img, .contact-img{
  width: 50px;
  height: 50px;
}
.visit-img img, .call-img img, .contact-img img{
  width: 100%;
  height: 100%;
}
.visit-text, .call-text, .contact-text{
  font-size: 20px;
   word-break: break-word;
}
footer{
    background-color: black;
    color: white;
    min-height: 10vh;
    text-align: center;
}
footer p{
    font-size: larger;
}
}
