/********** LISTINGS PAGE **********/

/* CONTAINER - hero */
.additional-services-image {
  background: white url('../images/couple-looking-inside-car.jpg') no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

@media screen and (min-width: 1024px) {
  .additional-services-image {
      background-position: 0px -8vw;
  }
} 

@media screen and (min-width: 1400px) {
  .additional-services-image {
      background-position: 0px -10vw;
  }
} 

@media screen and (min-width: 1800px) {
  .additional-services-image {
      background-position: 0px -12vw;
  }
} 


@media screen and (min-width: 2000px) {
  .additional-services-image {
      background-position: 0px -12vw;
  }
} 

/* OUTER CONTAINER - details and form */
.o-flex-grid {
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    margin: 0 auto;
}

.o-flex-grid--item {
    margin: 15px;
    padding: 20px;
}

.o-flex-grid--item:first-child:nth-last-child(2),
.o-flex-grid--item:first-child:nth-last-child(2)~div {
    width: 50%;
}

.w-100 {
    width: 100%;
}

@media (max-width: 800px) {
    .o-flex-grid {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .o-flex-grid--item {
        width: 100% !important;
        margin: 0px;
    }
}

/* INNER CONTAINER - about */
.card-sell {
    width: 100%;       
}

.card-about {     
    margin: 0 auto;
    padding: 0 10px 20px 10px;       
}

.card-sell img {
    border: 1px solid rgba(255, 255, 255, 0);
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);   
}
.card-sell__title {
    text-align: left;
    margin-bottom: 30px;
    font-size: 24px;
}
.card-sell__title span {
    font-weight: 900;    
}
.card-sell p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;  
}

.card-sell p span {
    color: #c8af6c;
    font-style: italic;  
}

/* INNER CONTAINER - details and form - mobile devices */
@media all and (max-width: 768px) {
    .card-sell {
        max-width: 100% !important;
        padding: 0px;
        margin: 0 auto;        
    }
    
}

@media screen and (max-width: 480px) {

    .o-flex-grid--item {
        
        padding: 10px;
    }
    
}


/* CARD ICONS - icons */
.why-sell img {
  width: 90px;
  padding: 10px;
}

.why-sell h3 {
  font-size: 1.25em;
  line-height: 1.5;
  color: #000;
  padding: 5px 20px 0px 20px;
  font-weight: 700;
  margin: 0;
}

.divider-sell {
  width: 5em;
  display: block;
  height: 2px;
  background-color: #c8af6c;
  margin: 20px auto 20px;
  border-radius: 1px
}





.listingBullets {    
    padding: 0;
    margin-left: 1.4em;
}

.btn-gold-border {
    margin-left: 0px!important;
}