.storage {
  background-image: url('images/storage.png');
  background-position: right center;
  background-repeat: no-repeat;
  height: 550px;
  width: 100%;
  padding: 40px 80px;
}

.storage-content {
  max-width: 980px;
}

p.storage-high-title {
  color: #b50923;
  font-weight: 900;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}
p.storage-high-title:before {
  content : "";
  position: absolute;
  left    : 0;
  bottom  : 0;
  height  : 6px;
  width   : 40px;
  border-bottom: 6px solid #b50923;
}

p.storage-title {
  color: #323439;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
}

.storage p {
  color: #323439;
}

.storage-features ul {
  list-style: none;
  padding:0;
  margin: 0;
  columns: 2;
  -webkit-columns: 2; /* Safari */
  -moz-columns: 2;    /* Older Firefox */
}

.storage-features ul li {
  display: flex;
  align-items: center;
  color: #323439;
  font-size: 20px;
  margin: 10px 0;
}
.storage-features ul li img {
  padding-right: 20px;
  width: 80px;
  height: auto;
  display: block;
}

a.sc-btn {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  border-radius: 4px;
  font-weight: 700;
  background-color: #aa122d;
  display: inline-block;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .storage {
      background-image: none;
      background-color: #fff;
      padding:20px 30px 40px 30px;
      height: auto;
    }
  .storage-features ul {
    columns: initial;
    -webkit-columns: initial;
    -moz-columns: initial;
  }
}