.news1-boxes {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
/* 
@media screen and (max-width: 1386px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
  .news1-boxes {
    gap: 10px;
  }
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 870px) {
}

@media screen and (max-width: 768px) {
  .news1-boxes {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 576px) {
}

@media screen and (max-width: 430px) {
  .news1-boxes {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 425px) {
}

@media screen and (max-width: 390px) {
} */
