.spo-card-wrap {
  padding: 100px 20px;
  background-color: #fffcee;
}

.spo-card-title {
  max-width: 835px
}

.spo-card-top {
  align-items: flex-end;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.spo-card-btn a {
  background: #91FF00;
  border: 1px solid #152A32;
  border-bottom: 10px solid;
  border-radius: 0;
  color: #152A32;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  padding: 23px 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: matter_monoregular;
}

.spo-card-title h2 {
  color: #152A32;
  font-size: 42px;
  font-weight: 400;
  line-height: 72px;
  margin: 0
}

.spo-cards-outer {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-around
}

.spo-cards-inner {
  flex: 0 calc(33.33% - 20px)
}

.spo-cards-bottom p {
  color: #152A32;
  font-family: matter_monoregular !important;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.spo-cards-bottom {
  background-color: #fff;
  border: 1px solid #152A32;
  padding: 32px 40px;
  margin-top: -8px;
  position: relative;
}

.spo-cards-top {
  border: 1px solid #1a353e;
  border-bottom: 0;
  display: inline-flex;
  flex-wrap: wrap;
}

p.stitle {
  font-size: 10px;
  line-height: 12px
}

.spo-cards-txt p.sname {
  font-family: matterregular;
  font-size: 20px;
  line-height: 24px
}

.spo-cards-txt p.scomp {
  font-family: matterregular;
  font-size: 11px;
  font-weight: 700;
  line-height: 13.2px
}

.spo-cards-txt p {
  color: #152A32;
  font-family: 'Matter Mono' !important;
  margin: 0
}

.spo-cards-txt {
  display: flex;
  flex-direction: column;
  gap: 3px;
  justify-content: center;
  padding: 0px 20px;
}

.spo-cards-img {
  width: 81px;
  border-right: 1px solid #1a353e;
  position: relative;
}
.spo-cards-img img {
  object-fit: cover;
  height: 81px !important;!i;!;
  display: inline-block;
  filter: grayscale(1);
}

@media(max-width:767px){
  .spo-cards-outer {
    flex-direction: column;
  }

}

@media (max-width: 640px) {
  .spo-card-wrap {
    padding: 50px 20px;
  }
}
@media(max-width:479px){
  .spo-card-title h2 {
    font-size: 40px;
    line-height: 55px;
  }
}