.header {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.text-block {
  font-family: 'Great Vibes', cursive;
  font-size: 100px;
}

.image {
  float: left;
}

.section {
  padding-top: 76px;
  padding-bottom: 0px;
}

.sales-block {
  height: 300px;
  padding: 47px 23px;
  background-image: url('../images/new-car-sales.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.department-titles {
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}

.job-descriptions {
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.link {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 15px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #757575;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.link:hover {
  border: 3px solid #fff;
  background-color: transparent;
  color: #fff;
}

.service-block {
  height: 300px;
  padding: 33px 23px;
  background-image: url('../images/used-car-sales.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.administration-block {
  height: 300px;
  padding: 33px 18px;
  background-image: url('../images/administration-roles.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.small-padding {
  height: 20px;
}

.big-padding {
  height: 60px;
}

.big-title {
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  color: #ec7c51;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
}

.subtitle {
  font-family: Montserrat, sans-serif;
  color: #3291e1;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  padding-bottom: 32px;
}

.tesxt {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.blue-text {
  color: #3291e1;
  font-weight: 600;
}

.blod-text {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.apply-today-button {
  padding: 22px;
  border-radius: 15px;
  background-color: #ec7c51;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  text-align: center;
}

.apply-today-button:hover {
  background-color: #3291e1;
}

.column {
  padding-left: 0px;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .section {
    padding-right: 19px;
    padding-left: 19px;
  }
  .sales-block {
    height: 280px;
  }
  .department-titles {
    font-size: 25px;
    line-height: 30px;
  }
  .job-descriptions {
    font-size: 18px;
    line-height: 25px;
  }
  .link {
    width: 150px;
    font-size: 18px;
  }
  .service-block {
    height: 280px;
  }
  .administration-block {
    height: 280px;
  }
  .big-title {
    font-size: 35px;
    line-height: 45px;
  }
  .subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .image-2 {
    margin-bottom: 15px;
  }
  .tesxt {
    font-size: 15px;
    line-height: 23px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-right: 34px;
    padding-left: 34px;
  }
  .sales-block {
    height: 200px;
    margin-bottom: 42px;
    padding: 27px;
  }
  .department-titles {
    margin-bottom: 18px;
  }
  .service-block {
    height: 200px;
    margin-bottom: 42px;
    padding: 28px;
  }
  .administration-block {
    height: 200px;
    padding: 28px;
  }
  .big-title {
    font-size: 30px;
    line-height: 35px;
  }
  .tesxt {
    text-align: center;
  }
  .blod-text {
    text-align: center;
  }
  .apply-today-button {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-bottom: 21px;
    margin-left: auto;
  }
  .image-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .section {
    padding-right: 13px;
    padding-left: 13px;
  }
  .sales-block {
    height: 250px;
  }
  .service-block {
    height: 250px;
  }
  .administration-block {
    height: 250px;
  }
  .big-title {
    font-size: 25px;
  }
  .subtitle {
    line-height: 25px;
  }
}