.news-img{
    width: 80%;
    height: 185px;
    object-fit: cover;
}















      /* footer */
      .footer {
        font-size: 14px;
        background-color: #1f1f24;
        padding: 50px 0;
        color: #530fe6a9;
        border-radius: 25%;

        background-color: #4d94e088 ; width: 100%; justify-content: center;
      }
      
      .footer .icon {
        margin-right: 15px;
        font-size: 24px;
        line-height: 0;
      }
      
      .footer h4 {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding-bottom: 5px;
        color: #fff;
      }
      
      .footer .footer-links {
        margin-bottom: 30px;
      }
      
      .footer .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      
      .footer .footer-links ul li {
        padding: 10px 0;
        display: flex;
        align-items: center;
      }
      
      .footer .footer-links ul li:first-child {
        padding-top: 0;
      }
      
      .footer .footer-links ul a {
        color: #f3a6a699;
        transition: 0.3s;
        display: inline-block;
        line-height: 1;
      }
      
      .footer .footer-links ul a:hover {
        color: #fff;
      }
      
      .footer .social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 16px;
        color: rgba(255, 255, 255, 0.7);
        margin-right: 10px;
        transition: 0.3s;
      }
      
      .footer .social-links a:hover {
        color: #fff;
        border-color: #fff;
      }
      
      .footer .copyright {
        text-align: center;
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
      }
      
      .footer .credits {
        padding-top: 4px;
        text-align: center;
        font-size: 13px;
      }
      
      .footer .credits a {
        color: #fff;
      }
      #footer4{
        margin-top: -15%;
      }
      
      