.form-group:not(.has-error) .control-label {
    color: #fff; !important
}

.state-listing-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
}

.state-list,
.state-list div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 600px;
  overflow: hidden;
}

a.branch-link {
  text-decoration: none;
  font-family: poppins;
}

a.branch-link h6:hover {
  color: #0B668E;
}

.branch-img img {
  width: 600px;
  height: auto;
  max-width: 90%;
/*   border: #01303F solid 3px; */
  align-self: center;
  margin-top: 50px;
  margin-bottom: 10px;
  
}

.branch-detail-wrap {
  text-align: center;
}

h2.branch-name {
  font-size: 30px;
  color: #01303F;
  margin: 0 auto;
  line-height: 150%;
}

.branch-buttons {
 display: grid;
 grid-template-columns: repeat(2, 50%);
 grid-template-rows: auto; 
}

a.branch-phone,
a.branch-email {
  margin: 10px auto;
  background-color: #01303F;
  color: #FFFFFF;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 10px;
  font-family: poppins;
  font-size: 18px;
  height: 30px;
  width: 50%;
  text-align: center;
  align-items: center;
  box-shadow: rgba(1, 48, 63, 0.9) 0px 5px 10px;
}

a.branch-phone:hover,
a.branch-email:hover{
  background-color: #FFD72B;
  color: #01303f;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 10px 15px;
}

@media (max-width: 900px) {
  .state-listing-row {
  margin: 0 auto;
  }
  
  .state-list,
  .state-list div {
    width: 90%;
    margin: 0 auto;
  }
}