body {
  margin-top: 55px!important;
}

.request-callback .header {
  padding: 16px;
  background-color: rgb(30, 59, 93);
  color: rgb(255, 255, 255);
}

.request-callback .header .title {
  font-size: 14px;
}

.request-callback .header .phone-number {
  display: block;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.request-callback .body {
  padding: 16px;
  background-color: rgb(255, 255, 255);
}

.request-callback .body .form-text {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}