.product-card {
  border: none;
}
.product-op-title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
}
.product-op-data {
  font-size: 14px;
  text-align: center;
  color: #9da9b9;
}
.product-op-expire {
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #9da9b9;
}

.opp-info {
  color: #525252;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  text-align: center;
}

.opp-warning {
  color: #9da9b9;
  font-size: 13px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.02em;
}

.opp-header {
  max-width: 600px;
  margin: auto;
}

.empty-opportunities {
  margin-top: 120px;
}

.empty-opportunities .bg-circle {
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(82, 82, 82, 0.1),
    0px 0px 5px rgba(82, 82, 82, 0.08);
  width: 120px;
  height: 120px;
  margin-bottom: 40px;
}

.empty-opportunities .icon-package {
  background: url("/img/icon-package.svg") no-repeat center;
  background-size: 100%;
  width: 40px;
  height: 40px;
  position: relative;
  top: 40px;
}

.empty-opportunities .title {
  font-weight: bold;
  font-size: 34px;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #96c950;
  margin-bottom: 20px;
}

.empty-opportunities .sub-title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #525252;
  margin-bottom: 40px;
  width: 370px;
}

.empty-opportunities .button-wrapper > .btn {
  background: #96c950;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 30px rgba(82, 82, 82, 0.15);
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-shadow: 0px 1px 3px rgba(82, 82, 82, 0.2);
  padding-top: 12px;
  margin: 0;
  margin-bottom: 270px;
}

@media (max-width: 576px) {
  .empty-opportunities .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
  }

  .empty-opportunities .sub-title {
    width: auto;
  }

  .empty-opportunities .button-wrapper > .btn {
    margin-bottom: 190px;
  }
}
