.featured-article {  max-width: 1792px;  margin: 116px auto 123px;  }.featured-title {    margin-bottom: 59px;}.featured-image-block {    max-height: 774px;    border-radius: 20px;}.featured-content {    bottom: 98px;  left: 71px;    max-width: 912px;}.featured-content h3 {          line-height: 77px;}.read-btn {    padding: 13px 90px;  line-height: 24px;  background-color: #80EAD4;  color: #10423C;    transition: background-color 0.3s ease;}.read-btn:hover {  background-color: #10b981;}@media (max-width: 768px) {  .featured-title {    font-size: 28px;    margin-bottom: 30px;  }  .featured-content {    bottom: 20px;    left: 20px;    max-width: 90%;  }  .featured-content h3 {    font-size: 22px;    line-height: 1.3;    margin-bottom: 12px;  }  .read-btn {    font-size: 16px;    padding: 10px 40px;  }}

@media (min-width:800px) and (max-width:1600px){
  .featured-article{ max-width: 1434px; margin: 93px auto 98px; }
  .featured-image-block{ max-height: 619px; border-radius: 16px; }
  .featured-content{ bottom: 78px; left: 57px; max-width: 730px; }
  .featured-content h3{ font-size: 38px; line-height: 46px; }
  .read-btn{ padding: 10px 72px; font-size: 16px; }
}
