.news a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

.news a:hover, .newsa:focus {
 text-decoration: none;
}

.news {
    margin: 3rem 0rem;
}

.news {
    padding: 1rem 3rem;
    box-shadow: 0px 5px 7px 4px #c1c1c1;
    border-radius: 1rem;
    width: 18%;
}
.news input::placeholder{
    color: #000 !important;
    font-size: 18px ;
    font-weight: 400;
}
.top-news {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.year-title {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.new-year-t{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.year-title h3 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    border: 1px solid #2E2E2E;
    width: 200px;
    padding: 5px 0px;

}

.moth-text {
    display: flex;
  
    margin-top: 2rem;
}

.moth-text a {
    background: #5DB1E9;
    color: white;
    padding: 10px 0px;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.moth-text a:hover, .moth-text a:focus {
    color: white;
    text-decoration: none;
}
.form-control {
border: none !important;
-webkit-box-shadow: none !important;
    box-shadow:none !important;
    -webkit-transition:none !important;
    transition: none !important;
    padding: 1px 0px !important;
    height: auto !important;
    font-size: 18px !important;
color: #000 !important;
font-weight: 400;

}

.datepicker table tr td span {
   
    height: 33px !important;
    line-height: 34px !important;

    font-size: 12px !important;
}
.datepicker {
    padding: 4px 21px !important;}

@media (max-width:600px) {
    .year-title h3 {
       
        font-size: 2rem;}

        .top-news {
             display: flex !important;
             flex-direction: column;

            }
            .news{
                width: 70% !important;
                margin-bottom: 0% !important;
            }
            .moth-text{
                 flex-direction: column !important;
                 margin-left:0rem !important;
            }
}