.news--DatePost img {
    width: 40px;
    height: 40px;
}

.news--DatePost span {
    font-family: 'Albert Sans';
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    /* line-height: 36.25px; */
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;

}

.news--DatePost h6 {
    font-family: 'Albert Sans';
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: CAP_HEIGHT;
    /* line-height: 36.25px; */
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
}

.news-top-section h1{
    font-family: Domine;
font-weight: 700;
font-style: Bold;
font-size: 48px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;
color:#ffffff;

}

 .news-top-section p{
font-family: Albert Sans;
font-weight: 400;
font-style: Regular;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color:#fff
 }

 
.news-subcribe-container{
    display: flex;
    flex-direction: column;
    gap: 56px;
}


.news--form{
display: flex;
flex-direction: column;
gap: 40px;
}



.news--input {
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0.75rem 1rem;
  max-width: 458px;
  outline: none;

}

.news--input::placeholder {
  color: rgba(255, 255, 255, 0.5);

}

.news--input:focus{
    background-color:transparent;
    border:1px solid #4fffb4;
    outline:none;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.5);
}

.news--subscribe-heading{
font-family: Domine;
font-weight: 700;
font-style: Bold;
font-size: 40px;
line-height: 130%;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;

}

.news-list-image img{
    height:275px!important;
}

@media(max-width:750px){

    .news-list-image img{
        max-height:250px!important;
    }

}