.articles{
    background: #EAEEF6;
    padding: 50px 0;
}
.articles .f-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.articles .f-item .content{
    position: absolute;
    bottom: 0;
    padding: 15px 15px 30px;
}
.articles  .content .sekilli-btn {
    border-top-left-radius: 15px;
    background: #9C0757;
    color: white!important;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 15px;
}

.articles .second-item{
    border-radius: 15px;
    position: relative;
    padding: 20px;
    background: white;
}

.articles .second-item .image figure{
    border-radius: 15px;
}
.articles  ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 5px 0;
    color: #9d9d9d;
}
.articles .f-item ,.articles .second-item , .articles .items{
    margin: 10px 0;
}
.articles .content h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: 900;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.articles .content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.articles .small-item{
    background: white;
    border-radius: 15px;
    margin: 10px 0;
    padding: 15px;
}
.articles .items .content h3{
    -webkit-line-clamp: 1;
    height: 24px;
}
.articles .f-item .content h3 {

    color: white;
    text-shadow: 1px 1px black;
}

.articles .f-item .content p {

    color: white;
    text-shadow: 1px 1px black;
}
@media (max-width: 768px){
    .articles .second-item,.articles .f-item,.articles .f-item img{
        max-height: 560px;
    }
    .f-item .content p,.second-item .content p{
        margin-bottom: 40px;
    }
}
@media (min-width: 768px){
    .articles .second-item,.articles .f-item,.articles .f-item img{
        height: 480px;
    }
}
@media (min-width: 992px){
    .articles .second-item,.articles .f-item,.articles .f-item img{
        height: 500px;
    }
}


