
.front-social {
  background-color: #E2F3F8;
  padding: 15px 0;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.15);
  border-radius: 0 5px 0 0;
  width: 100%;
}

.front-social__newslettersignup,
.front-social__social-share  {
  display: table-cell; 
  vertical-align: top;
}

.front-social__newslettersignup {
  width: 75%;
  font-size: 18px;
  line-height: 1.1;
  font-weight: initial;
  padding: 0 20px;
}

.front-social__txt {
  font-family: 'DIN Next W01 Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2F3872;
  width: 70%;
  margin: 0;
  float: left;
  padding-right: 15px;
}

.front-social__title {
  font-family: 'DIN Next W01 Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: initial;
  display: block;
  color: #0d004c;
  width: 100%;
  line-height: 1.1;
}

.front-social__btn {
  padding-left: 50px !important;
  padding-right: 50px !important;
  float: left;
}

.front-social__social-share {
  width: 25%;
  padding-left: 10px;
}

.front-social__head {
  font-family: 'Proxima N W15 Bold', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: initial;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 10px;
}

