a.btn.btn-primary {    padding: 16px 28px;    border-radius: 0;    background: #000;    border: none;   box-shadow: 0 4px 5px -3px #333;    transition: 0.5s;    font-weight: bold;transition: ease-out 0.4s;}
a.btn.btn-primary:hover {    box-shadow: inset 0 0 0 50px #4c4c4d; }

@media (max-width:981px){
h1{
font-size: 40px !important;
}

.steps{
    height: auto !important;
    padding: 50px;
    margin-bottom: 20px;
}

.trustImg{
margin-bottom: 20px;
}
.step-img{
margin-top: 0 !important;
}
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-container .storm-damage {
  max-width: 1300px;
  padding: 0 30px 20px;
}

a.btn.btn-primary {
  padding: 16px 28px;
  border-radius: 0;
  background: #000;
  border: none;
  box-shadow: 0 4px 5px -3px #333;
  transition: 0.5s;
  font-weight: bold;
  transition: ease-out 0.4s;
}

a.btn.btn-primary:hover {
  box-shadow: inset 0 0 0 50px #4c4c4d;
}

@media (max-width: 981px) {
  h1 {
    font-size: 40px !important;
  }

  .steps {
    height: auto !important;
    padding: 50px;
    margin-bottom: 20px;
  }

  .trustImg {
    margin-bottom: 20px;
  }

  .step-img {
    margin-top: 0 !important;
  }
}/*# sourceMappingURL=storm-damage.css.map */