
.get-quote .row{
  border-top: 4px solid #EF7300;
  background: #F7F7F7;
  padding: 50px 20px 53px 20px;
  margin: 0px;
}
.get-quote-left{
  width: 50%;
  padding: 0px 15px;
}
.get-quote-right{
  width: 50%;
  padding: 0px 15px;
}
.how-get-text{
  border-radius: 10px;
  background: #3A3A3A;
  padding: 50px 40px;
}
.how-get-text *{
  color: #fff;
}
.how-get-step h6{
  font-weight: 600;
  margin: 0 0 13px;
  font-size: 18px;
}
.how-get-step p{
  color: #CCCCCC;
  font-size: 15px;
  line-height: 26px;
}
.how-get-step .item:not(:last-child){
  margin-bottom: 30px;
}
.how-get-text h3{
  margin-bottom: 35px;
}
.how-get-step .item{
    display: flex;
    flex-direction: column;
    padding-left: 42px;

}
.how-get-step .item::before{
  content: "";
  position: absolute;
  background: url(../images/step-icon.svg);
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-flex;
  left: 0px;
}

.how-get-step{
  position: relative;
}
.get-quote .row{
  align-items: center;
}