/* =====================
Header
===================== */

.solutions-for-storage {
  background-color: rgba(255, 255, 255, 0.85);
  margin: 0 7%;
  padding: 4%;
}

.solutions-for-storage h2 {
  margin: 0;
  font-size: 2.125rem;
}

.bg-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* =====================
Solutions Items
===================== */

/* Helpers */

.pb-3 {
  padding-bottom: 3%;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* =====================
Card
===================== */

.card {
  background-color: #ffffff;
  margin: 0 7% 2.5%;
  padding: 4%;
}

.card div {
  width: 33vw;
  height: 380px;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* =====================
Card Description
===================== */

.description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.description :not(p) {
  margin: 0 0 6.5px 0;
}

.title {
  color: black;
  font-weight: 400;
  text-transform: uppercase;
}

/* =====================
Card Middle Image
===================== */

.img-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.icon-rotation {
  height: 31px;
  width: 51px;
}

/* =====================
Card Details
===================== */

.details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
}

.list-features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
}

.details ul {
  padding-left: 0;
  margin: 0;
}

.list-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.list-features li img {
  height: 30px;
  width: 30px;
  padding-right: 10px;
}

.icon-information {
  height: 12px !important;
  width: 12px !important;
  padding-left: 8px;
}

.list-conditions li,
.list-conditions ul {
  margin-left: 0 !important;
}

.wider-3 {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

/* =====================
Media Queries
===================== */

@media screen and (max-width: 767px) {
  .solutions-for-storage h2 {
    font-size: 1.375rem;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  .card div {
    width: 98%;
    height: 100%;
  }

  .list-conditions li,
  .list-conditions ul {
    min-width: auto;
  }

  .description {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .details {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wider-3 {
    padding-left: 14vw;
    padding-right: 14vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 986px) {
  .wider-3 {
    padding-left: 3em;
    padding-right: 3em;
  }
}

@media screen and (max-width: 987px) {
  .l-list .txt {
    padding-left: 0.428em !important;
  }

  ul.list-features {
    align-self: self-start;
    margin-bottom: 1.618rem;
  }
}

@media screen and (max-width: 1032px) {
  .list-conditions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
