﻿.other-services-list{justify-content:center;margin:0 auto;max-width:1280px;}.other-services-list .service-card{background-color:#fff;padding:20px 20px 28px;box-shadow:0 0 25px rgba(58,65,71,.25);border-radius:12px;display:flex;flex-direction:column;}.other-services-list .service-card .red-to-orange{margin:0 0 15px;height:5px;width:85px;background:linear-gradient(.25turn,#ff3d00 3.35%,#ff7a00 100%);border:none;}.other-services-list .service-card .basic-text{flex-grow:1;flex-shrink:0;}.other-services-list .service-card .card-link-container{margin:25px 0 0;}@media only screen and (min-width:1280px){.other-services-list{display:grid;grid-template-columns:1fr 1fr;}}@media only screen and (min-width:1024px) and (max-width:1279px){.other-services-list{display:grid;grid-template-columns:1fr 1fr;}}@media only screen and (max-width:1023px){.other-services-list{max-width:500px;display:flex;flex-direction:column;}}@media only screen and (min-width:1024px){.other-services-list{gap:60px;}}@media only screen and (min-width:768px) and (max-width:1023px){.other-services-list{gap:30px;}}@media only screen and (max-width:767px){.other-services-list{gap:20px;}}