/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 09 2026 | 07:19:14 */
.aq-two-col{
  display:flex;
  gap:24px;
  margin:24px 0;
}

.aq-two-col__item{
  flex:1;
}

@media (max-width: 768px){
  .aq-two-col{
    flex-direction:column;
    gap:16px;
  }
}