
.desy-contact-info {
  position: relative;
}

.desy-contact-info .box {
  position: absolute;
  padding: 30px 55px;
  left: calc(50% - 550px);
  bottom: 45px;
  width: 1100px;
  background: rgba(33, 33, 33, 0.75);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.desy-contact-info dl {
  width: 50%;
  display: -webkit-flex;
  display: flex;
}

.desy-contact-info dl:nth-child(n+3) {
  margin-top: 27px;
}

.desy-contact-info dl dt {
  width: 100px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #AAABAB;
}

.desy-contact-info dl dd {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 23px;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
}

.desy-contact-info dl dd a:hover {
  text-decoration: underline;
      color: #000000;
}

.desy-contact-info .map img{width:100%;}

@media screen and (max-width:991px) {
  .desy-contact-info {
    position: relative;
  }

  .desy-contact-info .box {
    position: static;
    padding: 20px 10px;
    width: 100%;
  }

  .desy-contact-info dl {
    width: 100%;
  }

  .desy-contact-info dl+dl {
    margin-top: 20px;
  }

  .desy-contact-info dl:nth-child(n+3) {
    margin-top: 20px;
  }

  .desy-contact-info dl dt {
    width: 90px;
  }

  .desy-contact-info dl dd {
    margin-left: 15px;
    font-size: 16px;
  }
}