@media screen and (max-width:1200px) {
  .column_grid2 .box_website a .logo{
    display: block;
    margin: 0 auto 5px auto;
    clear: both;
    text-align: center;
  }
  .column_grid2 .box_website a .text{
    display: block;
    margin: 0 auto;
    clear: both;
    text-align: center;
  }
}
@media screen and (max-width:768px) {
  .column_grid2{
    gap: 5px;
    grid-template-columns: repeat(1,1fr);
  }
  .column_grid2.column_flex{
  flex-direction: column
  }
  .column_grid2 .box_group:first-child{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
  }
}