.form-form-outer{
    border-radius: 10px;
    border: 1px solid rgba(29,29,29,.1);
    background: #fff;
    padding: 20px 25px 20px;
}
.deal-iframe iframe{
    width: 100%;
}
.deal-outer-form{
    margin-top: -30px;
}
.form-form-outer label{
    margin-bottom: 6px;
    color: #000;
    font-size: 14px;
}
.dealer-form-outer{
    padding: 60px 0px;
}
.dealer-form-outer h2{
    font-size: 1.5rem;
    line-height: 1.3;
}
.deal-inner h3 {
    font-size: 1rem;
}
.deal-inner p{
    margin-bottom: 10px;
}
.deal-inner ul li {
    border-radius: 10px;
    border: 1px solid rgba(29,29,29,.1);
    background: #fff;
    padding: 20px 15px;
    margin-bottom: 15px;

}
.deal-iframe{
    position: sticky;
    top: 20px;
}
.deal-inner ul  li:last-child{
    margin-bottom: 0px;
}
.deal-inner ul{
    list-style: none;
    padding: 0px;
}
.deal-inner a{
    display: block;
    margin-bottom: 10px;
}
.location-arro{
    text-align: right;
}