.contact {
  margin-bottom: 80px;
}

.contact-heeader {
  padding-right: 44px;
  margin-bottom: 60px;
}

.contact-title {
  color: #AF2367;
  font-size: 3em;
  text-align: right;
}

.contact-sub-title {
  color: #b2b4b2;
  text-align: right;
  font-size: 1.4em;
}

.contact-content {
  position: relative;
  padding: 10px 44px 10px 0;
  text-align: left;
}

.contact-img {
  position: absolute;
  right: 0;
  width: 36px;
}

.contact-line {
  position: absolute;
  background-color: #AF2367;
  color: #AF2367;
  top: 0;
  right: 17px;
  width: 2px;
  height: 100%;
}

.contact-section {
  font-size: 1.6em;
  font-family: sans-serif, Verdana;
  font-weight: bold;
  color: #AF2367;
}

.contact-address,
.contact-telephone {
  color: #b2b4b2;
  font-size: 1.2em;
}

.contact-email {
  color: #444644;
  font-family: sans-serif, Verdana;
  font-weight: bold;
  font-size: 1.2em;
}

