.news-img {
  width: 100%;
}

.table--suite {
  width: 100%;
  border: 1px solid #dee2e6;
  text-align: center;
}
.table--suite th {
  background-color: rgba(0,0,0,.05);
}
.table--suite td {
  background-color: #fff;
  vertical-align: middle;
}
/*
.table--suite__package {
  font-size: 18px;
}
*/
.table--suite__product {
  width: 25%;
}
.table--suite__info {
  width: 50%;
}
.table--suite__info__body {
  text-align: left;
}
.table--suite__support {
  width: 25%;
}

.indented {
  position: relative;
  left: 5%;
  color: #393e46;
}
.table--details {
  width: 90%;
}
.table h2 {
  color: #00579c;
}

/* alrge Resize */
@media (max-width: 992px){
  .news-img {
    width: 80%;
  }  
}

/* Phone Resize */
@media (max-width: 768px){
  td {
    font-size: 12px;
  }
}

/* Phone Resize */
@media (max-width: 420px){
  .table {
    display: none;
  }
  #table-notification {
    display: block;
  }
  .news-img {
    width: 100%;
  }  
}
