.per-30 {
  width: 50%;
  display: block;
  float: left;
}
.pam-customers {
  width: 83%;
  margin: 0 8px;
  padding: 25px;
  display: inline-block;
  border: 1px solid #e8e7e7;
  border-radius: 6px;
  position: relative;
  margin-top: 30px;
  vertical-align: top;
}
.pam-customers ul {
  margin-left: 15px !important;
}
.pam-customers ul li {
  list-style: none;
  padding-top: 13px;
}
.pam-cutomers-list {
  margin-top: 40px;
}
.pam-customers ul li:first-child {
  padding-top: 30px;
}
.cust-cont-wrap {
  display: flex;
  justify-content: space-between;
}
.pam-customers.cust-reports {
  border-radius: 0;
  width: 49%;
  background: #f3f3f3;
  margin: 0;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-content: space-between;
}
.cust_logo h4 {
  color: #3987d9;
  font-size: 19px;
  line-height: 1.4;
  margin-top: 0;
}
.pam-customers.cust-reports p {
  margin-bottom: 35px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  font-weight: 500;
  margin: 0 0 20px;
  min-height: 73px;
}
.pam-customers.cust-reports p span {
  color: #8c8c8c;
  font-weight: 300;
}
.pam-customers.cust-reports a {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-weight: 400;
}
.pam-customers.cust-reports h4 a {
  text-align: left;
  color: inherit;
}
.pam-customers.cust-reports a:hover {
  text-decoration: none;
  font-weight: 500;
}
h4.ttl-txt {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
}
.thanks-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.link-card a:hover {
  text-decoration: none;
}
.thanks-links .link-card {
  width: 27%;
  padding: 15px;
  background: #fff;
  text-align: center;
  border-radius: 9px;
  box-shadow: 0 0 8px 0px #0000002b;
  margin: 25px 13px;
  transition: .3s ease-out;
}
.thanks-links .link-card:hover {
  transform: scale(1.03);
  transition: .3s ease-in;
  box-shadow: 1px 8px 18px 5px #00000024;
}
.thanks-links .link-card img {
  width: 130px;
  margin: 25px auto;
}
.link-card h4 {
  font-size: 21px;
  color: #333;
  text-align: center;
  margin: 0 20px;
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
}
.link-card p {
  color: #333;
  text-align: center;
}
.link-card span {
  background: #2590eb;
  padding: 10px 25px;
  border-radius: 5px;
  color: #fff;
  margin: 10px auto;
  display: inline-block;
  transition: .2s ease-out;
  cursor: pointer;
}
.link-card span:hover {
  transition: .2s ease-in;
  background: #424f56;
}
/*category*/
.cust-title img {
  width: 50px;
  height: auto;
}
.cust-title {
  display: table-row;
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 17px;
}
.cust-title span {
  overflow-wrap: anywhere;
  display: table-cell;
  vertical-align: middle;
  width: 90%;
  padding-left: 12px;
}
.cust-category ul {
  margin-top: 10px;
  margin-bottom: 40px;
}
.cust-category {
  margin: 0 20px;
}
.customers-banner {
  padding: 40px;
  background: url(https://www.manageengine.com/privileged-access-management/images/PAM360-customer-banner-bg.jpg) #2f2f75 no-repeat;
  background-position: center;
  background-size: cover;
}
.customers-banner h1 {
  color: #fff;
  margin: 15px auto;
  text-align: center;
  width: 840px;
  line-height: 1.5;
}
/* mobile devices */
@media only screen and (max-width: 768px) {
  .thanks-links .link-card {
    width: 90%;
  }
  .per-30 {
    width: 100%;
    display: block;
    float: left;
  }
  .pam-customers.cust-reports {
    border-radius: 0;
    width: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .cust-cont-wrap {
    display: block;
  }
  .pam-customers.cust-reports {
    width: 100%;
    margin: 20px 0;
  }
  .pam-customers.cust-reports p {
    min-height: auto;
  }
}