body {
  font-family: Montserrat, sans-serif;
}
.t-brand {
  color: #2465B5;
}
.roboto {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}
header {
  padding: 30px 0 15px;
}
.logo {
  width: 200px;
}
h4 {
  font-size: 18px;
}
input.form-control {
  height: 48px;
  border: 2px solid #c3c3c3;
  border-radius: 0;
  background-color: #efefef;
}
.send-form {
  padding: 10px;
  font-size: 18px;
  background-color: #2465B5;
  border: 1px solid #2875b2;
  border-radius: 0;
  color: #ffffff;
}
.send-form:hover,
.send-form:focus {
  background-color: #043e86;
  border: 1px solid #043e86;
  color: #ffffff;
}
.list {
  list-style: none;
  font-size: 18px;
  font-weight: 700;
}
footer {
  font-size: 14px;
  color: #444444;
}
.terms {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.terms li {
  margin: 0 5px;
}
.terms a {
  color: #444444;
}
@media only screen and (min-width: 1199px) {
  h1 {
    font-size: 42px;
    line-height: 47px;
  }
  h4 {
    font-size: 20px;
  }
  .send-form {
    padding: 10px 10px 10px 10px;
    font-size: 30px;
  }
  .list {
    font-size: 24px;
  }
  .list li {
    margin-bottom: 10px;
  }
  img.phone {
    max-width: 450px;
  }
}
@media only screen and (min-width: 1400px) {
  .send-form {
    font-size: 36px;
  }
}