.ftf-guarantee {
  color: #ffffff;
  background-color: #2e2e2f;
}

@media (min-width: 768px) {
  .ftf-guarantee {
    background-image: url(../img/guaranteeBG-left.png),
      url(../img/guaranteeBG-right.png);
    background-position: top center, top center;
    background-size: auto auto, auto auto;
    background-repeat: no-repeat, no-repeat;
  }
}

@media (min-width: 992px) {
  .ftf-guarantee {
    background-image: url(../img/guaranteeBG-left.png),
      url(../img/guaranteeBG-right.png);
    background-position: top center, top center;
    background-size: auto auto, auto auto;
    background-repeat: no-repeat, no-repeat;
  }
}

@media screen and (min-width: 1334px) {
  .ftf-guarantee {
    background-image: url(../img/guaranteeBG-left.png),
      url(../img/guaranteeBG-right.png);
    background-position: top left, top right;
    background-size: auto auto, auto auto;
    background-repeat: no-repeat, no-repeat;
  }
}
