h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
}

h1 {
  font-size: 40px !important;
}

ul,
li,
p {
  font-family: "Open Sans";
  margin-bottom: 0 !important;
}

button:focus {
  outline: none !important;
}

#support #images {
  height: 450px;
}

#support .images-content {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5px;
}

#support .image-left,
#support .image-right {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#support #galati-way {
  display: flex;
  align-items: center;
  justify-content: center;
}

#support .galati-way-content {
  width: 1250px;
  padding: 75px 0;
}

#support .galati-way-content h2 {
  text-align: center;
  padding-bottom: 25px;
  color: rgb(2, 43, 73);
  font-size: 35px;
}

#support ul.galati-ways-repeater {
  column-count: 2;
  column-gap: 50px;
}

#support ul.galati-ways-repeater li {
  font-size: 18px;
  padding-bottom: 20px;
}

#support #locations {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(233, 233, 233);
}

#support .locations-content {
  width: 1250px;
  padding: 75px 0;
}

#support .locations-content h2 {
  text-align: center;
  padding-bottom: 25px;
  color: rgb(2, 43, 73);
  font-size: 35px;
}

#support .location-card {
  background-color: white;
  margin-bottom: 30px;
  border-radius: 15px 15px 0 0;
}

#support .locations-card-header {
  background-color: #5daad5;
  padding: 10px;
  border-radius: 15px 15px 0 0;
}

#support .locations-card-header h3 {
  color: white;
  text-align: center;
  font-size: 28px;
}

#support .location-image-wrapper {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#support .locations-card-body {
  padding: 40px 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 25px;
}

#support .reps {
  grid-column-start: 3;
  grid-column-end: 5;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#support .office-info .phone,
#support .office-info .fax,
#support .office-info .hrs-mon-fri,
#support .office-info .hrs-sat {
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 16px;
  color: rgb(2, 43, 73);
}

#support .office-info a button {
  border: none;
  color: white;
  font-weight: 700;
  background-color: #5daad5;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 18px;
  text-transform: uppercase;
}

#support .office-info a {
  color: rgb(2, 43, 73);
  text-decoration: none;
}

#support .office-info a:hover {
  color: #5daad5;
}

#support .reps p {
  font-size: 16px;
  color: rgb(2, 43, 73);
}

#support .reps p.rep-name {
  font-weight: 700;
  font-size: 16px;
}

#support .reps .rep-pos {
  font-weight: 700;
  font-size: 16px;
  font-style: italic;
}

#support .the-rep a {
  color: #5daad5;
  font-size: 16px;
  /* text-decoration: underline; */
}
#support .the-rep a:hover {
  color: #f7e353;
}

#support #locations .office-info a p,
#support #locations .office-info a p {
  font-family: "Open Sans", sans-serif !important;
}

@media (max-width: 1350px) {
  #support .hero-section-text-content,
  #support .second-section-content,
  #support .galati-way-content,
  #support .locations-content {
    width: 75% !important;
  }

  #support #images {
    height: 350px;
  }

  #support .location-image-wrapper {
    height: 215px;
  }
}

@media (max-width: 1280px) {
  #support .locations-content {
    width: 60% !important;
  }

  #support .locations-card-body {
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
    column-gap: 0;
  }

  #support .reps {
    grid-column-start: 1;
    grid-row-start: 2;
    row-gap: 25px;
  }
}

@media (max-width: 1100px) {
  #support h1 {
    font-size: 32px !important;
  }

  #support h2 {
    font-size: 24px !important;
  }

  #support p,
  #support li {
    font-size: 16px !important;
  }

  #support h3 {
    font-size: 22px !important;
  }
}

@media (max-width: 1024px) {
  #support .location-image-wrapper {
    height: 175px;
  }
}

@media (max-width: 768px) {
  #support .hero-section-text {
    padding: 25px 0 !important;
  }

  #support .second-section-content {
    column-count: 1 !important;
    column-gap: 0 !important;
  }

  #support .second-section-content p {
    padding-bottom: 15px !important;
  }

  #support #images {
    height: 250px;
  }

  #support .galati-way-content {
    padding: 50px 0;
  }

  #support .locations-content {
    width: 75% !important;
  }

  #support ul.galati-ways-repeater {
    column-count: 1;
    column-gap: 0;
  }
}

@media (max-width: 700px) {
  #support #locations p {
    font-size: 14px !important;
  }
}

@media (max-width: 613px) {
  #support #hero-section {
    height: 600px !important;
  }

  #support h1 {
    font-size: 26px !important;
  }

  #support h2 {
    font-size: 22px;
  }

  #support p,
  #support li {
    font-size: 14px !important;
  }

  #support h3 {
    font-size: 20px !important;
  }

  #support #images {
    height: 175px;
  }

  #support .reps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 550px) {
  #support .locations-card-body {
    grid-template-columns: 1fr;
    row-gap: 20px;
    column-gap: 0;
  }

  #support .location-image {
    grid-row-start: 2;
  }

  #support .reps {
    grid-column-start: 1;
    grid-row-start: 3;
    row-gap: 15px;
  }
}

@media (max-width: 500px) {
  #support .locations-content {
    padding: 50px 0;
  }

  #support .locations-card-body {
    padding: 20px 15px;
  }
}

@media (max-width: 420px) {
  #support .hero-section-text-content,
  #support .second-section-content,
  #support .galati-way-content,
  #support .locations-content {
    width: 85% !important;
  }

  #support #images {
    height: 125px;
  }
}

@media (max-width: 375px) {
  #support #hero-section {
    background-position: -450px -70px !important;
  }
}

@media (max-width: 350px) {
  #support .hero-section-text-content,
  #support .second-section-content,
  #support .galati-way-content,
  #support .locations-content {
    width: 90% !important;
  }
}
