#content{
    padding-right: 12px;
}

#content h1{
    text-transform: unset;
    font-size: 30px;
    line-height: 25px;
    color: #3a3b3c;
    padding: 13px 0 24px 0;
}
.sort_search{
    width: 100%;
    height: 64px;
    padding: 2px 0;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.sort_search div{
    padding: 0 14px 0 15px;
    height: 100%;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #999999;
    display: -webkit-flex; 
    -webkit-justify-content: flex-end;
    display: flex;
    justify-content: flex-end;
}
.sort_search form{
    width: 411px;
    height: 35px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
}
.sort_search input[type="text"]{
    border:none;
    max-width: 335px;
    font-size: 16px;
    line-height: 21px;
    color: #3a3b3c;
    font-style: italic;
    font-family: "Times New Roman";
    padding: 7px 15px;
}
.sort_search input[type="text"]:focus,
.sort_search input[type="submit"]:focus{
    outline: none;
}
.sort_search input[type="submit"]{
    width: 73px;
    height: 35px;
    padding: 0;
    border-radius: 3px;
    background-image: linear-gradient(184deg, #0c67af 0%, #1f7dc7 100%);
    box-shadow: 0 0 0px 1px #1f7dc7;
    border: 1px solid #1f7dc7;
    color: #fff;
}
#articles{
    margin-bottom: 20px;
    display: -webkit-flex; 
    -webkit-justify-content: space-between;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#articles article{
    border-radius: 1px;
    margin-bottom: 5px;
    position: relative;
    width: 49%;
    height: 486px;
    margin-bottom: 15px;
    border-radius: 3px;
    filter: drop-shadow(0.358px 0.934px 2.5px rgba(0,0,0,0.14));
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left:  3px solid #3cb64a;
    box-sizing: border-box;
}
#articles .thumb{
    width: 100%;
    height: 192px;
    background-position-y:center;
    border-radius: 3px; 
    position: relative;
}

#articles .date{
    position: absolute;
    width: 165px;
    height: 43px;
    border-radius: 3px;
    filter: drop-shadow(0 0 4.5px rgba(0,0,0,0.11));
    background: url(../../images/articles/calendar.png) 12px center no-repeat ,
    linear-gradient(183deg, #f3f3f3 0%, #ffffff 100%);
    bottom: -18px;
    left: 18px;
    font-size: 16px;
    line-height: 43px;
    color: #3a3b3c;
    padding-left: 40px;
    box-sizing: border-box;
}
#articles article h3{
    font-size: 22px;
    line-height: 20px;
    text-align: left;
    color: #3a3b3c;
    font-weight: bold;
    padding: 25px 0 0 18px;
    border-bottom: 1px solid #3cb64a;
    max-width: 392px;
    font-weight: 700; 
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: left;
    box-sizing: border-box;
}
#articles .post_text{
    font-size: 16px;
    line-height: 18px;
    color: #3a3b3c;
}
#articles .text {
    padding: 14px 40px 0 18px;
    text-align: left;
    min-height: 132px;
}
.align_right{
    padding: 0 20px 0 0;
    margin-top: 3px;
}
.align_right a{
    display: inline-block;
    width: 55px;
    height: 34px;
    border-radius: 3px;
    filter: drop-shadow(0 0 2px rgba(76,144,235,0.11));
    background-image: linear-gradient(183deg, #f3f3f3 0%, #ffffff 100%);
    border: 1px solid #0c67af;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 1024px)
{
    #articles .text{
        padding: 14px 25px 0 18px;
        line-height: 16px;
    }
    #articles article h3{
        line-height: 18px;
        font-size: 20px;
    }
}
@media (max-width: 670px)
{
    #articles {

        justify-content: center;
    }
    #articles article{
        width: 428px;
    }
    #articles article .thumb{
        background-size: 100%;
    }
    #articles .text{
        font-size: 14px;
        line-height: 16px;
    }
    #articles article h3{
        line-height: 18px;
        font-size: 18px;
    }
}
@media (max-width: 600px)
{
    .sort_search div{
    -webkit-justify-content: center;
    justify-content: center;
    }
.sort_search form{
    width: 290px;
    height: 26px;
    border-radius: 1px;
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
}
.sort_search input[type="text"]{
    max-width: 230px;
font-size: 12px;
line-height: 9px;
color: #aeaeae;
padding: 5px 7px;
}
.sort_search input[type="submit"]{
width: 53px;
height: 26px;
border-radius: 1px;
font-size: 12px;
line-height: 9px;
}

}
@media (max-width: 400px)
{
   #two_columns>.column:last-child{
    padding: 0;
   }
   #content h1{
        font-size: 20px;
        padding-left: 15px;
    }
   #articles{
    padding: 0 15px;
   }
    #articles article{
        width: 100%;
        border-left: 2px solid #3cb64a;
        height: auto;
    }
    .sort_search{
        height: 50px;
    }
    .sort_search div{
        font-size: 14px;
    }
    #articles .thumb{
        height: 107px;
    }
    #articles .date{
        width: 134px;
        height: 24px;
        border-radius: 1px;
        filter: drop-shadow(0 0 2px rgba(0,0,0,0.11));
        font-size: 14px;
        bottom: -11px;
        left: 6px;
        background: url(../../images/articles/calendar.png) 8px center no-repeat,
        linear-gradient(183deg, #f3f3f3 0%, #ffffff 100%);
        background-size: 12px;
        line-height: 25px;
        padding-left: 26px;
    }
    #articles article h3{
        font-size: 18px;
        line-height: 13px;
        height: 56px;
        padding: 10px 0 0 7px;
    }
    #articles .text{
        font-size: 14px;
        line-height: 16px;
    }
    .align_right {
        padding: 0px 11px 0 0;
        margin-top: 0px;
    }
    .align_right a{
        width: 44px;
        height: 27px;
        border-radius: 1px;
        filter: drop-shadow(0 0 1px rgba(76,144,235,0.11));
        background-image: linear-gradient(183deg, #f3f3f3 0%, #ffffff 100%);
        border: 0.47976011994003px solid #0c67af;
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 26px;
    }

}