.oem-brand-story {
  background-color: whitesmoke;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px 0px;
  background-position: 50% 50%; }
  .oem-brand-story:last-child {
    padding-bottom: 80px; }

.oem-brand-story.content-right .box {
  flex-direction: row-reverse; }

.oem-brand-story .box {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  align-items: inherit; }

.oem-brand-story .items {
  padding: 0 !important; }

.oem-brand-story .images {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: block; }

.oem-brand-story .images img {
  width: 100%;
  transition: all 0.3s ease-out 0s;
  opacity: 0; }

.oem-brand-story .item {
  z-index: 2;
  position: relative;
  background: #fff;
  height: 100%; }

.oem-brand-story .item::before {
  content: "";
  position: absolute;
  transform: skew(-8deg);
  width: 80%;
  height: 100%;
  left: 0;
  top: 0;
  background: inherit;
  z-index: -1; }

.oem-brand-story .item::after {
  content: "";
  position: absolute;
  transform: skew(8deg);
  width: 80%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: inherit;
  z-index: -1; }

.oem-brand-story.content-right .item::after,
.oem-brand-story.content-left .item::before {
  top: 1px; }

.oem-brand-story.content-left .item::after,
.oem-brand-story.content-right .item::before {
  top: -1px; }

.oem-brand-story.content-right .item::before,
.oem-brand-story.content-right .item::after {
  right: 0;
  left: auto; }

.oem-brand-story .text {
  padding: 8%;
  height: 100%;
  overflow: hidden; }

.oem-brand-story .text .title {
  font-size: 22px;
  color: #151515;
  font-weight: 500;
  line-height: 36px; }

.oem-brand-story .text .title a {
  color: #151515; }
  .oem-brand-story .text .title a:hover {
    color: var(--main-color); }

.oem-brand-story .text .description {
  font-size: 14px;
  line-height: 24px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  color: #9b9b9b; }

.oem-brand-story .text .more a {
  font-size: 14px;
  border-radius: 0;
  padding: 11px 45px;
  line-height: 24px;
  margin-top: 35px; }

@media (max-width: 991px) {
  .oem-brand-story .text .more a {
    margin-top: 20px;
    padding: 6px 30px; } }

@media (max-width: 768px) {
  .oem-brand-story .text .title {
    margin-bottom: 10px; }
  .oem-brand-story .text {
    padding: 5%; } }

@media (max-width: 480px) {
  .oem-brand-story .items {
    width: 100%;
    max-width: 100%; }
  .oem-brand-story .text .title .subtitle {
    margin: 5px 0;
    opacity: .8; }
  .oem-brand-story .text .more a {
    line-height: inherit;
    padding: 6px 12px;
    font-size: 12px;
    margin-top: 15px; } }
