.providers-overview {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  .providers-overview {
    flex-direction: column;
  }
}
.providers-overview-card {
  width: 33%;
}
@media only screen and (max-width: 700px) {
  .providers-overview-card {
    width: 100%;
  }
}

.plc {
  width: 94%;
  margin: 20px auto;
  -webkit-box-shadow: 2px 2px 5px 0px #999;
  -moz-box-shadow: 2px 2px 5px 0px #999;
  box-shadow: 2px 2px 5px 0px #999;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 12px;
  padding: 15px 0;
  min-height: 425px;
}
@media only screen and (max-width: 700px) {
  .plc {
    min-height: 385px;
  }
}
.plc-top {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plc-top img {
  object-fit: contain;
}
.plc-top .stars {
  margin-left: 0;
}
.plc-info {
  width: 100%;
}
.plc-info-highlight {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 5%;
}
.plc-info-box {
  width: 100%;
  background-color: rgba(60, 191, 149, 0.1);
  padding: 10px 5%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.plc-info-box-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.plc-btn-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 15px 5%;
}
.plc-btn-container a {
  min-width: 140px;
}
.plc-btn-container-white {
  position: relative;
  border: 1px solid #00B38C;
  border-radius: 16px;
  font-size: 12px;
  color: #00B38C;
  text-align: center;
  padding: 12px 0px;
  transition: 0.2s ease-out;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background-color: white;
  width: 100%;
  margin: 0 auto;
  max-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 47%;
}
.plc-btn-container-white svg {
  margin-left: 5px;
  width: 10px;
  height: auto;
}
.plc-btn-container-white svg path {
  fill: #00B38C;
}
.plc-btn-container-green {
  background-color: #00B38C;
  border-radius: 16px;
  font-size: 15px;
  color: white;
  text-align: center;
  padding: 12px 0px;
  width: 100%;
  margin: auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  font-weight: 600;
  width: 47%;
}
.plc-btn-container-green:hover {
  background-color: #2D8668;
}
.plc-btn-container-green svg {
  position: relative;
  max-height: 32px;
  width: 16px;
  height: 28px;
  margin-left: 10px;
}
.plc-example-text {
  padding-top: 15px;
  font-size: 10px;
  line-height: 15px;
  color: #9297A3;
  width: 100%;
  padding: 5px 5%;
}

.oplc {
  width: 94%;
  margin: 20px auto;
  -webkit-box-shadow: 2px 2px 5px 0px #999;
  -moz-box-shadow: 2px 2px 5px 0px #999;
  box-shadow: 2px 2px 5px 0px #999;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 12px;
  padding: 15px 0;
}
.oplc img {
  object-fit: contain;
}
.oplc a {
  text-decoration: none;
  padding: 10px 20px;
}