.news-details-container {
  display: flex;
  flex-direction: row;
  padding: 100px;
  padding-inline: 3vw;
  color: #333f48;
  justify-content: space-between;
}
.news-details {
  padding: 25px;
}

.news-image {
  height: 55%;
  width: 100%;
  object-fit: cover;
}

.news-card {
  min-width: 240px;
  max-width: 295px;
  border: 1px solid lightgray;
  cursor: pointer;
  transition: all 0.2s ease-in;
  margin-bottom: 25px;
  color: #333f48;
  flex-basis: 32%;
  height: 320px;
  position: relative;
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  text-decoration: none;
  margin-right: 60px;
  padding-bottom: 62px;
  background-color: #fff;
}

.new-description-2{
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-news {
  font-size: 19px;
  margin-right: 25px;
  color: #333f48;
}

.news-card-container {
  padding-inline: 100px;
}

.news-tag {
  font-size: 12px;
  margin-top: 4px;
  color: #425563;
  position: absolute;
  bottom: 20px;
}

.date-news {
  color: gray;
  font-size: 15px;
}

.read-now-text {
  position: absolute;
  bottom: 14px;
  font-size: 17px;
  color: #0076be;
  width: fit-content;
  border-bottom: 1px solid #0076be;
}

.news-description {
  padding: 15px;
  height: 100%;
  padding-top: 128px;
}

.news-description-title {
  font-size: 48px;
  font-weight: 300;
}

.news-desc {
  font-size: 16px;
  color: #000;
  font-weight: 300;
}

.news-img {
  margin-top: 25px;
  align-self: center;
  height: 170px;
  width: 170px;
  border-radius: 50%;
}

.uppercase {
  text-transform: capitalize;
}

.news-image-2 {
  width: 100%;
  height: 400px;
  margin-top: 25px;
}

.news-image-round {
  margin-top: 25px;
  width: 400px;
  height: 400px;
}

.news-date {
  font-size: 18px;
  color: gray;
  margin-bottom: 4px;
}

.logo-img-2{
  display: none;
}

@media (max-width: 688px) {

  .news-card {
    margin-right: 0 !important;
  }
  .news-card-container {
    padding-inline: 0;
  }
  .new-description-2{
    flex-direction: column;
  }
  .logo-img-2{
    display: block;
  }
  .logo-img-1{
    display: none;
  }
  
}
