/* Colors */
/* Gradients */
/*Fonts*/
/*Font sizes*/
/*Max container width*/
/*Border*/
/*Margins*/
/*Images*/
.service_card {
  border-radius: 5px;
  margin: 0 10px;
  border: 0.5px solid #c1c1c1;
  margin-bottom: 10px;
  min-height: 454px;
  max-height: 454px; }
  .service_card .image-component img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 174px;
    object-fit: cover;
    object-position: right; }
  .service_card .description_wrapper {
    text-align: left;
    height: 280px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    padding: 8px 16px 16px; }
  .service_card .small_Text {
    font-weight: 500;
    font-family: "archiabold";
    color: #154EA5;
    font-size: 10px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase; }
  .service_card .heading_Text {
    font-weight: 500;
    font-family: "archiasemibold";
    font-size: 18px;
    line-height: 24px;
    color: #0A7249;
    margin: 6px 0; }
  .service_card .description {
    font-weight: 400;
    font-family: "archiaregular";
    font-size: 13px;
    line-height: 21px; }
  .service_card .service-footer {
    height: 32px;
    width: 100%;
    margin-top: auto; }
    .service_card .service-footer .CTA {
      width: 100%;
      border-radius: 100px;
      background: #13cf85;
      height: 32px;
      border: 2px solid #13cf85;
      font-family: "archiasemibold";
      font-weight: 500;
      text-decoration: none;
      font-size: 13px;
      color: #0C2E61;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .service_card .service-footer .CTA:hover {
        background: #FFFFFF !important; }
