.service-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

.card{
  // width: 300px;
}

.services-section h2 {
    max-width: 100%;
    margin: 0;
}

.services-section .card-group {
    display: flex;
    flex-wrap: wrap;
}

.services-section .service-img {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.services-section .card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.services-section .service-img .card .card-body {
    flex-grow: 1;
    padding: 0px 15px !important; 
}

.services-section .card-group > .service-img .card img {
    max-width: 100%;
    width: 100%;
    padding-top: 0px;
    /*height: 8em;*/ 
    /*this was shrinking the images on the vendor pages*/
}

.cta-btn {
    background: #005758;
    width: fit-content;
    display: inline-block;
    padding: 15px 40px;
    border-radius: 10px;
}

.cta-btn div{
    color: white;
    text-decoration: none;
}

.bundles-and-starter-kits-page .services-section .card{
  min-height: 800px;
}

.amazon-q-page .services-section .card{
  min-height: 400px;