.row{
  margin-top: 5%;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
  justify-content: center;

}
@media (max-width: 1920px){
  .row2{
    margin: 1%;
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 576px){
  .row2{
    margin: 1%;
    margin-bottom: 5%;
    display: block;
  }
}

.contact-detail-shadow{
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.14);
  padding: 3rem 3rem 169px 3rem;
  margin-bottom: 20px;

}

.contact-detail-shadow a{
  
  text-decoration: none;
}

.contact-detail-shadow.no-shadow{
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.free-quote-form.contact-page-option{
  margin-bottom: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.contact-detail-shadow i {
  color: #ff7231;
  font-size: 1.25rem;
  margin-right: 15px;
  margin-top: 10px;
}
.contact-detail-shadow b {
  color: #ff7231;
  font-size: 1.10rem;
  
}