/*==============================
    LUXURY COLLECTION
==============================*/



.luxury-header{
    max-width:850px;
    margin-bottom:70px;
}

.luxury-header h2{
    font-size:42px;
    font-weight:300;
    color:#222;
    margin-bottom:20px;
    line-height:1.2;
}

.luxury-header p{
    font-size:18px;
    line-height:1.8;
    color:#666;
}

/*==============================
    BRAND
==============================*/

.luxury-brand{
    margin-bottom:80px;
    border-bottom:1px solid #e5e5e5;
    padding-bottom:70px;
}

.luxury-brand:last-child{
    border-bottom:none;
    margin-bottom:0;
}

.luxury-image{
    margin-bottom:30px;
}

.luxury-image img{
    width:100%;
    border-radius:10px;
    display:block;
    object-fit:cover;
}

.luxury-content h3{
    font-size:34px;
    font-weight:400;
    margin-bottom:20px;
    color:#222;
}

.luxury-content p{
    max-width:850px;
    font-size:17px;
    line-height:1.8;
    color:#666;
    margin-bottom:25px;
}

.luxury-btn{
    display:inline-block;
    text-decoration:none;
    color:#A11D21;
    font-weight:600;
    letter-spacing:.5px;
    text-transform:uppercase;
    transition:.3s;
}

.luxury-btn:hover{
    color:#6d1115;
}