.banner {
    width: 1200px;
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.bannerLi {
    width: 30%;
    height: auto;
    position: relative;
}

.bannerLi img {
    width: 100%;
    height: 190px;
}

.bannerabs {
    width: 70%;
    height: 150px;
    padding-top: 20px;
    margin: auto;
    left: 0px;
    right: 0px;
    position: absolute;
    bottom: -90px;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.bannerabs p {
    width: 80%;
    display: block;
}

.bannerabs p:nth-of-type(1) {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #494949;
    font-weight: 300;
    font-size: 12px;
}

.bannerabs p:nth-of-type(2) {
    text-transform: capitalize;
    font-size: 20px !important;
    font-weight: 300;
}

.bannerabs p:nth-of-type(3) {
    font-size: 18px;
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-style: italic;
    color: #5a5a5a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
}

.bannerLi img {
    width: 100%;
}

.bannerLi:nth-of-type(1) {
    width: 100%;
    height: 600px;
    margin-bottom: 150px;
}

.bannerLi:nth-of-type(1) img {
    width: 100%;
    height: 600px;
}

.bannerLi p {
    width: 100%;
    display: block;
    margin: auto;
}

.bannerLi p:nth-of-type(1) {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #494949;
    font-weight: 300;
    font-size: 12px;
    margin: 5px 0px;
}

.bannerLi p:nth-of-type(2) {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
}

@media screen and (max-width:960px) {
    .banner {
        width: 95%;
        height: auto;
        margin-bottom: 0px;
    }

    .bannerLi {
        width: 100%;
        height: auto;
        margin: 15px 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
    }

    .bannerLi:nth-of-type(1) {
        height: 190px;
        margin-bottom: 100px;
    }

    .bannerLi:nth-of-type(1) img {
        height: 190px;
    }

    .list-top {
        flex-wrap: wrap;
    }

    .list-top-con {
        width: 100%;
    }
}