.accordion-button:not(.collapsed) {
    color: #0089b5;
}

 /* Extra small devices (phones, 600px and down) */
 @media only screen and (max-width: 600px) {
    .section-padding-img {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .header-services {
        padding-bottom: 2rem !important;
    }
 }

 /* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (min-width: 600px) {
    .section-padding-img {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .header-services {
        padding-bottom: 5rem !important;
    }
 }
 
 /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 768px) {
    .section-padding-img {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
 }
 
 /* Large devices (laptops/desktops, 992px and up) */
 @media only screen and (min-width: 992px) {
    .section-padding-img {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
 }
 
 /* Extra large devices (large laptops and desktops, 1200px and up) */
 @media only screen and (min-width: 1200px) {
    .section-padding-img {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
 } 