.news-container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 96px;
}

.title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-search {
  display: flex;
  width: 100%;
  max-width: 400px;
}

.news-title {
  font-size: 48px;
  font-weight: bold;
}

.input-search-icon {
  width: 48px;
  height: 48px;
  opacity: 0.4;
}

.input-search-left {
  display: flex;
  align-items: center;
  height: 54px;
  border-radius: 12px 0 0 12px;
  border: 1px solid #A5A5A5;
  border-right: none;
  padding: 0 12px;
}

.input-form {
  height: 54px;
  font-size: 20px;
  border: 1px solid #A5A5A5;
  border-radius: 12px;
}

.input-form.search-left {
  border-radius: 0 12px 12px 0 !important;
  border-left: none !important;
}

.input-form:focus {
  outline: none !important;
}

.news-card-block {
  margin-top: 60px;
  /* width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
}

.news-card-block a {
  text-decoration: none;
}

.news-card-wrap {
  margin-bottom: 36px;
}

.news-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 6px;
}

.news-card:hover {
  box-shadow: 0px 3px 12px #00000024;
}

.news-image {
  width: 100%;
  aspect-ratio: 408 / 228;
}

.news-detail {
  color: #000000;
  padding: 24px;
  font-size: 24px;
  font-weight: bold;
}

.news-date {
  padding: 24px;
  font-size: 20px;
  font-weight: 300;
  color: #A5A5A5;
}

.btn-more , .btn-more:hover {
  font-size: 23px;
  padding: 10px;
  color: #FFFFFF;
  background: #2F358A;
  border-radius: 12px;
}

.footer {
  width: 100%;
  height: 90px;
  background: #D22F32;
  font-size: 24px;
  color: #FFFFFF;
  padding: 28px 0;
}
