/* Add custom CSS styles below */ 
@media (max-width: 767px) {
	footer > div > div > div:nth-child(3) > div > h3 {
		display: none;
	}

footer > div > div > div:nth-child(2) {
    margin-bottom: unset;
    padding-bottom: unset;
    border-bottom-width: unset !important;
}
}
@media (max-width: 767px){
 footer > div > div > div:nth-child(3){
 	padding-bottom: unset !important;
 	margin-bottom: unset !important;
 	margin-top: -0.8rem !important;
 }
 footer > div > div > div:nth-child(4){
 	display: none !important;
 }
 .s-contacts-list #contact-slot:nth-child(1),
  .s-contacts-list #contact-slot:nth-child(2){
  	display: none !important;
  }
    footer > div > div > div:nth-child(2){
    	border: unset !important;
    }}