@media (max-width: 680px) {
  .main-footer .block .toggle-title h6 {
    display: flex;
    align-items: center;
    line-height: 1;
  }
  
  .main-footer .block .toggle-title {
    border-bottom: 1px solid #F5F5F5;
    border-top: 0px solid transparent;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    padding: 8px 0px;
    cursor: pointer;
  }
  
  .main-footer .block .toggle-title button {
    display: flex;
   transition: 300ms;
    transform-origin: center;
  }
  
  .main-footer .block ul {
   margin-bottom: 0px; 
  }
  
  .main-footer .block ul li:first-of-type {
  	 padding-top: 10px;   
  }
  
  .main-footer .block ul li:last-of-type {
  	 padding-bottom: 10px;   
  }  
  
	.main-footer .block .toggle-title.open button {
  	transform: rotate(-180deg);
        transform-origin: center;
  }

  .main-footer .column:first-of-type {
    gap: 0px;
    margin-bottom: 0px;
  }

}