

/*Responsive */
@media only screen and (max-width: 1599px) {}

@media only screen and (max-width: 1439px) {}

@media only screen and (max-width: 1024px) {

 /*get involve page*/
 .get_involved .call_to_action_box {
  margin: 0 10px;
 }
}

@media only screen and (max-width: 991px) {

 /*get involve page*/
 .get_involved .call_to_action_box {
  margin: 0 auto 10px;
  max-width: 48%;
 }

 .get_involved .call_to_action_box:last-child {
  margin: auto;
  max-width: 48%;
 }
}

@media only screen and (max-width: 767px) {

 /*get involve page*/
 .get_involved .call_to_action_box {
  margin: 0 auto 10px;
 }

 .get_invoived_sec1 .elementor-widget-container {
  max-width: 100%;
 }

 .elementor-46 .elementor-element.elementor-element-d667e50 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px 0px 0px 0px;
 }

}


@media only screen and (max-width: 479px) {

 /*get involve page*/
 .get_involved .call_to_action_box {
  margin: 0 0 10px 0;
  max-width: 100%;
 }

 .get_involved .call_to_action_box:last-child {
  margin: 0;
  max-width: 100%;
 }

 .texas_legi_sec .call_out_sec {
  padding: 20px 20px 20px;
 }
}

@media screen and (max-width: 812px) and (orientation: landscape) {}
