.car-special {
  background-color: #f5f5f5;
  border-top: 1px solid #d5d5d5;
}

.special-offers.intro .wrapper, .car-special .wrapper {
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 16px;
  color: #191919;
  text-align: left;
}

.special-offers .t-center {
  text-align: center;
}

.special-offers.intro {
  background-color: #fff;
}

.special-offers.intro h1, .car-special h1 {
  color: #000;
  text-transform: uppercase;
}

.special-offers.intro p {
  margin-top: 40px;
}

.special-offers.intro h1 {
  font-size: 30px;
}

.car-special h1 {
  margin: 0;
  font-size: 30px;
  letter-spacing: 0.2em;
}

.car-special h1:after {
  content: none;
}

.car-special h2, .car-special h3, .car-special .cs-offer {
  margin: 0;
  font-size: 14px;
  color: #939393;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.car-special .cs-offer {
  margin-bottom: 30px;
  text-align: left;
}

.car-special .cs-offer b {
  display: block;
  font-size: 24px;
  color: #000;
  line-height: 1.1;
  letter-spacing: 0;
  color: #910a2d;
  font-weight: 500;
}

.car-special h3 {
  margin-bottom: 20px;
}

.car-special p {
  margin: 0 0 25px 0;
}

.car-special .cs-buttons {
  margin-bottom: 20px;
}

.car-special .btn {
  display: inline-block;
  width: auto;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  border-radius: 3px;
}

.car-special .btn:not(:last-child) {
  margin-right: 20px;
}

.car-special .btn-primary {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}

.car-special .btn-secondary {
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
}

.car-special .btn:hover {
  background-color: #d60000;
  border-color: #d60000;
  color: #fff;
}

.car-special .t-small {
  font-size: 13px;
  color: #939393;
  line-height: 1;
}

.special-offers .videoWrapper {
  position: relative;
  padding-bottom: 54%; 
  padding-top: 25px;
  height: 0;
}

.special-offers .videoWrapper iframe, .special-offers .videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.special-offers .cs-img {
  min-height: 1px;
}

.special-offers .cs-img {
  display: block;
}

/* Special Flex
   ========================================================================== */

.car-special .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: -20px;
    -webkit-align-items: center;
    align-items: center;
}

.car-special .flex > * {
    width: 100%;
    position: relative;
    padding: 10px 0 10px 20px;
}

.car-special .flex.ng-vert > * {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1024px) {

.car-special h1, .car-special h2, .car-special .cs-offer {
  text-align: center;
}

.car-special .btn {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

}

@media (min-width: 1025px) {

.car-special .flex {
  margin-left: -30px; 
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.car-special .flex > * {
    padding: 15px 0 15px 30px;
}

.car-special .d-two-cols > * {
    width: 50%;
}

.car-special h1, .car-special h2 {
  text-align: right;
}

}