.smartWayToSellCar {
  width: 56%;
  margin: 50px auto 0px;
}
.smartWayToSellCar .sellCarText {
    border: 1px solid #f3515c;
    border-radius: 6px;
    padding: 5px 25px;
    box-shadow: 8px 8px 0px -2px #f3515c;
}
.smartWayToSellCar .sellCarHeading:before {
    content: "";
    border: 1px solid #f3515c;
    width: 0;
    height: 66%;
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 25px;
}
.smartWayToSellCar .sellCarHeading h1 {
    font-size: 30px;
    font-weight: bold;
    color: #334150;
}
.smartWayToSellCar .sellYourCarButton {
    float: left;
    margin-top: 30px;
    border-radius: 5px !important;
    background-color: #ff5a5f !important;
    color: #fff !important;
    border-color: #ff5a5f !important;
    box-shadow: unset !important;
    font-size: 12px;
    font-weight: 300;
    background-image: none !important;
}
.smartWayToSellCar .text p {
    font-weight: normal;
    color: #7f8fa4;
    font-size: 13px;
}
