.contact-body{
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info{
  display: flex;
  width: 100%;
  max-width: 1200px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}



.contact-background {
  min-height: 50vh;
  background: #000 url(img/background.jpg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}


.contact-section{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card{
  background: #0e0e0e;
  opacity: 0.9;
  padding: 0 20px;
  margin: 0 10px;
  width: calc(33% - 20px);
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.card-1{
  background: #0e0e0e;
  opacity: 0.9;
  padding: 0 20px;
  margin: 0 10px;
  width: calc(33% - 20px);
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.card-1:hover {
  background: #0e0e0e;
  opacity: 0.9;
}

.card-icon{
  font-size: 30px;
  background: #E4002B;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px !important;
  border-radius: 50%;
}


.card p{
  margin-top: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  max-height: 40px;
  opacity: 1;
  text-align: center;
}


.card-1 p{
  margin-top: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  max-height: 40px;
  opacity: 1;
  text-align: center;
}



@media screen and (max-width:1120px) {
  .card p{
  font-size: 13px;
  }
  .card-1 p{
  font-size: 13px;
  }
}



@media screen and (max-width:900px) {
  .contact-info{
    flex-direction: column;
    margin: 50px 10px;
  }
  .card p{
  font-size: 20px;
  }
  .card{
    width: 100%;
    max-width: 500px;
    margin: 10px 0;
  }
  .card-1 p{
  font-size: 20px;
  }
  .card-1{
    width: 100%;
    max-width: 500px;
    margin: 10px 0;
  }
}
}

@media screen and (max-width:550px) {
.card p{
  font-size: 15px;
}
  .card{
    width: 100%;
    max-width: 400px;
    margin: 10px 0;
  }
  .card-1 p{
  font-size: 15px;
}
  .card-1{
    width: 100%;
    max-width: 400px;
    margin: 10px 0;
  }
}
