.card--25 p,
.card--25 span {
  color: #4c4d4e;
  font-family: "azo-sans-web", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.card--25 span,
.card--25 p a {
  font-weight: 700;
  color: #4c4d4e;
}
.card--25 h4:before {
  left: -30px;
}
.card--25 h4:after {
  right: -30px;
}
.card--25 h4:after,
.card--25 h4:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #b73e26;
  position: absolute;
  top: 10px;
  display: inline-block;
}
.card--25 h4 {
  color: #b73e26;
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin-top: 0;
}
.card--25 span {
  margin-right: 15px;
}
.card--25 {
  width: 25%;
  float: left;
  padding: 10px 20px;
  text-align: center;
  border-right: 1px solid #dededd;
}
.card--25 a img {
  margin-top: 25px;
  width: 65%;
}
.info-details ul li {
  display: inline-block;
  margin-bottom: 20px;
}
.info-details ul li:last-child {
  margin-bottom: 0;
}
.info-details ul {
  padding: 0;
  margin: 0;
}
.info-details ul li a.btn {
  max-width: 210px;
  height: 60px;
  line-height: 60px;
}

@media screen and (max-width: 1440px) {
  .card--25 p,
  .card--25 span {
    font-size: 12px;
  }
}

@media screen and (max-width: 992px) {
  .card--25 {
    width: 50%;
    float: none;
    padding: 20px 20px;
    border-right: 1px solid #dededd;
    border-bottom: 1px solid #dededd;
  }
  .card-inner-wrap .card--25:nth-child(2) {
    border-right: none;
  }
  .card-inner-wrap .card--25:nth-child(3),
  .card-inner-wrap .card--25:nth-child(4) {
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .card--25 {
    width: 100%;
    border-bottom: 1px solid #dededd;
  }
  .card-inner-wrap .card--25:nth-child(1),
  .card-inner-wrap .card--25:nth-child(3) {
    border-right: none;
  }
  .card-inner-wrap .card--25:nth-child(4) {
    border-bottom: none;
  }
  .last-footer p {
    font-size: 12px;
  }
  .card-inner-wrap .card--25:nth-child(3) {
    border-bottom: 1px solid #dededd;
  }
  .last-footer li img {
    margin: 0px 5px;
    width: 30px;
  }
  .card--25 a img {
    margin-top: 25px;
    width: 50%;
  }
}
