/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@media only screen and (max-width: 768px){
.team{
    text-align:center!important;
  margin: 0 auto!important;
}
}

@media only screen and (max-width: 768px){
  .sr-cards-filter-01 .item .hover .card-inner {
    padding: 0rem!important
}
}

@media only screen and (max-width: 768px){
  .cta-group {
    justify-content: left!important
}
  .centercta .cta-group{
    justify-content:center!important

}

.disabled {
    pointer-events: none;
}
  
  .header__container .sr-social {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}