/* latest-news */
.latest-news {
  padding-top: 65px;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.latest-news .head-container {
  flex-direction: column;
  align-items: flex-start !important;
  gap: 0 !important;
}

.latest-news .heading h2 {
  margin-bottom: 15px;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
  width: 100%;
}

.latest-news .head-container p {
  margin-bottom: 40px;
}



.latest-news .container:nth-child(2) {
  align-items: stretch;
}



.latest-news-items {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}

@media (max-width: 1199px) {

  .latest-news-items {
    gap: 16px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {

  .latest-news {
    padding-top: 40px;
    margin-bottom: 0;
  }

  .latest-news .container:nth-child(2) {
    flex-wrap: wrap;
    gap: 15px;
  }

  .latest-news .head-container p {
    margin-bottom: 20px;
  }


}



/* ------------------------- */