.container {
  max-width: 1600px;
  padding: auto 15px;
}
.container .row .product-col-1, .container .row .product-col-2 {
  display: inline-block;
  vertical-align: top;
}
.container .row .product-col-1 {
  width: 37.5%;
  margin-right: 2%;
}
.container .row .product-col-1 .product-badge {
  height: 600px;
}
.container .row .product-col-2 {
  width: 60%;
}
.container .row .product-col-2 .platform-detail-title {
  color: #c0c3c6;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  margin-top: -5px;
  display: block;
}

/* Micro devices (smallest form phones, from 319px and lower) */
@media (max-width: 319px) {
  .container .row .product-col-1, .container .row .product-col-2 {
    width: 100%;
  }
  .container .row .product-col-1 {
    margin-right: 0%;
  }
  .container .row .product-col-1 .product-badge {
    height: 290px;
    margin-bottom: 12px;
  }
  .container .row .product-col-2 .platform-detail-title {
    font-size: 38px;
    line-height: 42px;
  }
}
/* Micro devices (smaller form phones, from 320px to 419px) */
@media (min-width: 320px) and (max-width: 419px) {
  .container .row .product-col-1, .container .row .product-col-2 {
    width: 100%;
  }
  .container .row .product-col-1 {
    margin-right: 0%;
  }
  .container .row .product-col-1 .product-badge {
    height: 290px;
    margin-bottom: 12px;
  }
  .container .row .product-col-2 .platform-detail-title {
    font-size: 38px;
    line-height: 42px;
  }
}
/* Extra small devices (portrait phones, from 420px to 575px) */
@media (min-width: 420px) and (max-width: 575px) {
  .container .row .product-col-1, .container .row .product-col-2 {
    width: 100%;
  }
  .container .row .product-col-1 {
    margin-right: 0%;
  }
  .container .row .product-col-1 .product-badge {
    height: 400px;
    margin-bottom: 12px;
  }
  .container .row .product-col-2 .platform-detail-title {
    font-size: 38px;
    line-height: 42px;
  }
}
/* Small devices (landscape phones, from 576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .container .row .product-col-1, .container .row .product-col-2 {
    width: 100%;
  }
  .container .row .product-col-1 {
    margin-right: 0%;
  }
  .container .row .product-col-1 .product-badge {
    height: 560px;
    margin-bottom: 12px;
  }
  .container .row .product-col-2 .platform-detail-title {
    font-size: 38px;
    line-height: 42px;
  }
}
/* Medium devices (tablets, from 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .container .row .product-col-1 {
    width: 47.3%;
  }
  .container .row .product-col-1 .product-badge {
    height: 350px;
  }
  .container .row .product-col-2 {
    width: 50%;
  }
  .container .row .product-col-2 .platform-detail-title {
    font-size: 33px;
    line-height: 36px;
  }
}
/* Large devices (tablets, from 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .container .row .product-col-1 {
    width: 47.5%;
  }
  .container .row .product-col-1 .product-badge {
    height: 440px;
  }
  .container .row .product-col-2 {
    width: 50%;
  }
}
/* Small Jumbo devices (large screens, 1200px to 1350px) */
@media (min-width: 1200px) and (max-width: 1350px) {
  .container .row .product-col-1 .product-badge {
    height: 440px;
  }
}
/* Medium Jumbo devices (large screens, 1351px to 1600px) */
@media (min-width: 1351px) and (max-width: 1600px) {
  .container .row .product-col-1 .product-badge {
    height: 500px;
  }
}
