<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main{
    width: 100%;
}
.list-title {
    width: 1200px;
    height: 45px;
    margin: 50px auto;
    border-bottom: 1px solid #494949;
}
.list-title p{
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #494949;
    font-weight: 300;
    font-size: 18px;
    border-bottom: 4px solid;
    padding-bottom: 20px;
    display: inline;
}
.list-top{
    width: 100%;
    height: 500px;
    /* border: 1px solid; */
    background-color: #fafafa;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
.list-top-con{
    width: 1200px;
    height: 76%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.list-top-con-img{
    width: 65%;
    height: 100%;
    /* border: 1px solid; */
}
.list-top-con-img img{
    width: 100%;
    height: 100%;
}
.list-top-con-txt{
    width: 35%;
    height: 100%;
    /* border: 1px solid red; */
    padding: 100px 0px 100px 100px;
}
.list-top-con-txt p:nth-child(1){
    font-family: Muli,sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 17px;
    padding: 0 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
}
.list-top-con-txt p:nth-child(2){
    font-family: 'EB Garamond',serif;
    font-style: italic;
    color: #797979;
    margin-bottom: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
   
}

.list-top-con-txt p:nth-child(3){
    background-color: #000!important;
    color: #fff;
    border-radius: 0;
    letter-spacing: .8px;
    border-width: 0;
    box-shadow: none;
    cursor: pointer;
    font-family: Mulish,sans-serif;
    font-size: 13px;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    display: inline-block;
}

.list-li-box{
    width: 1200px;
    margin: auto;
    height: auto;
    /* border: 1px solid; */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.list-li{
    width: calc((100% - 100px)/3);
    height: auto;
    /* border: 1px solid; */
    margin-right: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.list-li-box .list-li:nth-of-type(3n+1){
    /* border: 10px solid red; */
    margin-right: 0px;
}
.list-li img{
    width: 100%;
    height: 100%;
}
.list-li:nth-child(1){
    width: 100%;
    height: 380px;
}
.list-li-left{
    width: 65%;
    height: 100%;
    /* border: 1px solid; */
}

.list-li-right{
    width: 35%;
    height: 100%;
    /* border: 1px solid red; */
    padding: 100px 50px;
}
.list-li-right p:nth-child(1){
    font-family: Muli,sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 17px;
    /* padding: 0 0 20px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
}
.list-li-right p:nth-child(2){
    font-family: 'EB Garamond',serif;
    font-style: italic;
    color: #797979;
    margin-bottom: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
   
}
.list-li-top{
    width: 100%;
    height: 180px;
    /* border: 1px solid red; */
}
.list-li-top img{
    width: 100%;
    height: 100%;
}
.list-li-bottom{
    width: 100%;
    height: auto;
    /* border: 1px solid red; */
}

.list-li-bottom p:nth-of-type(1){
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #494949;
    font-weight: 300;
    font-size: 12px;
    margin: 5px 0px;
}
.list-li-bottom 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: 2;
    -webkit-box-orient: vertical;
   
}

@media screen and (max-width:960px) {
    .list-top-con{
        flex-wrap: wrap;
    }
    .list-top-con-img{
        width: 100%;
    }
    .list-top{
        height: auto;
    }
    .list-top-con-txt{
        width: 100%;
        padding: 10px 0px;
    }
    .list-title{
        width: 100%;
        margin: 10px 0px;
    }
    .list-li-box{
        width: 100%;
        flex-wrap: wrap;
    }
    .list-li-left{
        width: 100%;
        height: auto;
    }
    .list-li-right{
        width: 100%;
        padding: 10px 0px;
        height: auto;
    }
    .list-li img{
        width: 100%;
        height: 190px;
    }
    .list-li{
        width: 100% !important;
        margin: 10px 0px;    
    }
    .list-li-bottom{
        margin-top: 10px;
    }
    .list-top{
        margin-bottom: 20px;
    }
    .list-li:nth-child(1){
        height: auto;
    }
    .list-li-right p:nth-child(2){
        margin-bottom: 0px;
    }
    .list-top-con-img img{
        height: 190px;
    }
}</pre></body></html>