@media screen and (width: 1024px) and (height: 1366px) {
  .card-section-wrapper{
    gap: 20px !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1400px){
  .header-link-wrapper ul{
    gap: 20px;
  }
}
