/* ==========================
   PREMIUM COLLECTION
========================== */

.premium-header{

    max-width:900px;
    margin-bottom:70px;

}

.premium-header h2{

    font-size:46px;
    font-weight:300;
    color:#222;
    margin-bottom:20px;

}

.premium-header p{

    font-size:18px;
    line-height:1.8;
    color:#666;

}

/* BRAND */

.premium-brand{

    margin-bottom:70px;
    padding-bottom:70px;
    border-bottom:1px solid #e5e5e5;

}

.premium-brand:last-child{

    border-bottom:none;

}

/* IMAGE */

.premium-image{

    margin-bottom:35px;

}

.premium-image img{

    width:100%;
    border-radius:12px;
    display:block;

}

/* CONTENT */

.premium-content{

    display:flex;
    gap:70px;

}

.premium-left{

    flex:30%;

}

.premium-right{

    flex:70%;

}

.premium-left h3{

    font-size:32px;
    font-weight:400;
    color:#222;
    margin-bottom:25px;

}

.premium-left a{

    color:#A21D22;
    text-decoration:none;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.5px;

}

.premium-left a:hover{

    color:#78171b;

}

.premium-right p{

    font-size:17px;
    line-height:1.8;
    color:#666;

}