
.contact{
  padding: 3% 0px;
}
.info{
  height: 500px;
}
.info h3{
  font-size: 24px;
  color: #333;
}
.info h3:after{
  content: "";
  width: 58px;
  height: 4px;
  background-color: #005095;
  margin: 20px 0px;
  display: block;
}
.info div div{
  font-size: 16px;
  color: #595959;
  line-height: 2;
}
.info .bottom{
  font-size: 16px;
  color:#595959;
  line-height: 56px;
  margin:15px 0px;
  line-height: 1.5;
}
.infobox{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width:768px) {
  .contact {
    margin-top:30px;
  }
}