.items-grid-3 .img-wrapper,
.items-grid-3 .heading-wrapper{
    text-align: center;
}

.items-grid-3 .title{
    font-size: 25px;
    font-weight: 500;
    color: #000000;
}

.items-grid-3 .description{
    font-size: 15px;
    line-height: 26px;
    padding: 30px;
}

.item-4-items{
    margin-top: 40px;
}

.item-4-items.white-item .img-wrapper img,
.item-4-items.black-item .img-wrapper img{
    width: 60px;
    height: 60px;
}

.item-4-items.white-item .subtitle,
.item-4-items.black-item .subtitle{
   display: none;
}

.item-4-items.black-item .title,
.item-4-items.white-item .title {
    font-size: 26px;
    font-weight: 500;
}

.item-4-items.black-item .description,
.item-4-items.white-item .description {
    font-size: 16px;
    line-height: 28px;
    padding: 20px 0;
    font-weight: 500;
    color: #666666;
}

.item-4-items.black-item .heading-wrapper,
.item-4-items.white-item .heading-wrapper{
    margin-top: 25px;
}

.item-4-items.black-item,
.item-4-items.white-item {
    margin-top: 80px;
    padding-bottom: 70px;
}

.item-4-items.black-item{
    border-bottom: 1px solid #333333;
}

.item-4-items.white-item{
    border-bottom: 1px solid #e8e8e8;
}

.item-4-items.black-item .description {
    color: #ffffff;
}

.item-4-items.black-item .title {
    color: #ffffff;
}
.items-grid-3.item-4-items .img-wrapper a{
    display: block;
}

@media screen and (max-width: 576px){
    .items-grid-3 .title{
        font-size: 20px;
    }

    .item-4-items .img-wrapper{
        max-width: 250px;
        margin: auto;
    }

    .items-grid-3 .description{
        font-size: 14px;
        line-height: 26px;
        padding: 20px 0 0;
    }

    .item-4-items.black-item, .item-4-items.white-item {
        margin-top: 35px;
        margin-bottom: 0;
    }

    .item-4-items.black-item .description, .item-4-items.white-item .description{
        padding: 20px 0 0;
    }

    .item-4-items.black-item .title, .item-4-items.white-item .title{
        font-size: 24px;
    }

    .item-4-items.black-item, .item-4-items.white-item{
        padding-bottom: 30px;
    }
}

