#pageContainer {
  width: 95%;
  max-width: 1150px;
  margin-inline: auto;
}

#topNews {
  display: flex;
  flex-wrap: wrap;
  padding-top: 130px;
}
#topNews .main-c {
  width: 62%;
  margin-right: 50px;
  box-shadow: 1px 1px 10px #33333350;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s;
}
#topNews .main-c:hover {
  opacity: 0.9;
}

#topNews .main-c .image-c {
  position: relative;
  width: 100%;
}

#topNews .main-c .image-c span {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #3674b5;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
}

#topNews .main-c .image-c img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}
#topNews .news-title {
  padding: 20px;
}
#topNews .news-title span {
  font-size: 1rem;
  color: #3673b5af;
}
#topNews .news-title h4 {
  font-size: 1.8rem;
  color: #001022;
  font-weight: bold;
  max-width: 650px;
}
#topNews .faq {
  width: 33%;
}

#topNews .faq .title-c h4 {
  text-align: center;
  padding: 12px 0px;
  font-size: 1.3rem;
  color: #fff;
  background-color: #3674b5;
  letter-spacing: 2px;
}
#topNews .question {
  display: flex;
  align-items: center;
  padding-top: 20px;
  border-bottom: 1px solid #33333313;
  padding-bottom: 20px;
  cursor: pointer;
  transition: all 0.2s;
}
#topNews .question:hover {
  background-color: #00000009;
  padding-left: 10px;
  margin-left: 3px;
  border-radius: 10px;
}
#topNews .question span {
  display: grid;
  place-content: center;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  color: #fff;
  background-color: #011224;
  margin-right: 20px;
  border-radius: 50%;
  font-size: 1.1rem;
}
#topNews .question h5 {
  font-size: 1.05rem;
  color: #333;
}
#news {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#news .custom-news {
  width: 30%;
  margin-top: 70px;
  margin-right: 38px;
  cursor: pointer;
}

#news .custom-news .img-c {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#news .custom-news .img-c img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
  transition: transform 0.3s ease;
}
#news .custom-news:hover .img-c img {
  transform: scale(1.05, 1.1);
}
#news .custom-news .img-c span {
  position: absolute;
  bottom: 0px;
  right: 0;
  background-color: #3674b5;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px 10px 0px 0px;
}
#news .news-title span {
  display: inline-block;
  margin-top: 10px;
  font-size: 1rem;
  color: #3673b5af;
}
#news .news-title h4 {
  font-size: 1.3rem;
  margin-top: 7px;
  color: #2b2b22;
}

.a-active {
  color: #3674b5 !important;
}

@media only screen and (max-width: 1220px) {
  #topNews {
    align-items: flex-start;
  }
  #topNews .main-c {
    width: 57%;
  }
  #topNews .faq {
    width: 33%;
  }
  #topNews .main-c .image-c img {
    height: 350px;
  }
  #topNews .news-title span {
    font-size: 0.95rem;
  }
  #topNews .news-title h4 {
    margin-bottom: 0px;
    font-size: 1.65rem;
    max-width: 400px;
  }
  #news .custom-news {
    margin-right: 30px;
  }
  #topNews .main-c .image-c span {
    font-size: 0.95rem;
  }
  #topNews .faq .title-c h4 {
    font-size: 1.2rem;
  }
  #topNews .question h5 {
    font-size: 1rem;
  }
  #topNews .question span {
    min-width: 38px;
    min-height: 38px;
    max-width: 38px;
    max-height: 38px;
    font-size: 1rem;
  }
  #news .custom-news .img-c span {
    font-size: 0.95rem;
  }
  #news .custom-news .img-c img {
    height: 180px;
  }
  #news .news-title span {
    font-size: 0.95rem;
  }
  #news .news-title h4 {
    font-size: 1.2rem;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 1023px) {
  #topNews {
    flex-direction: column;
  }

  #topNews .main-c {
    width: 100%;
    margin-right: 0px;
  }
  #topNews .faq {
    width: 100%;
    margin-top: 40px;
  }
  #topNews .faq .title-c h4 {
    text-align: left;
    background-color: initial;
    padding: 0px;
    color: #000;
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 1.5rem;
  }

  #topNews .question-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #topNews .question-flex div {
    width: 47%;
  }
  #news .custom-news {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  #topNews .main-c .image-c img {
    height: 250px;
  }
  #topNews .news-title h4 {
    font-size: 1.4rem;
  }
  #news .custom-news {
    width: 100%;
    margin-right: 0px;
  }
  #news .news-title h4 {
    max-width: 370px;
  }
}
@media only screen and (max-width: 499px) {
  #topNews {
    padding-top: 109px;
  }
  #topNews .main-c .image-c img {
    height: 200px;
  }
  #topNews .news-title {
    padding: 15px;
  }
  #topNews .news-title h4 {
    font-size: 1.2rem;
  }
  #topNews .faq {
    margin-top: 20px;
  }
  #topNews .faq .title-c h4 {
    font-size: 1.3rem;
  }
  #topNews .question-flex div {
    width: 100%;
  }
}
