.brand-resource-archive{
    max-width:100%;
    width:100%;
    min-width:100%;
    padding:0px;
    margin:0px;
}
.brand-resource-archive-section.greybg{
    background: #D9D9D9;
}
.brand-resource-archive-wrapper{
    margin: 0 auto;
    max-width:1200px;
    padding:60px 30px;
}
.brand-resource-archive .page-title{
    margin-bottom:30px;
    color: #000;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.brand-resource-archive .brand-resource-container{
    padding:60px 0px;
}
.brand-resource-archive .brand-resource-wrapper{
    display:flex;
    flex-direction:row;
    background: #D9D9D9;
    padding: 20px 50px;
    gap:100px;
}

.brand-resource-archive .brand-resource-wrapper .brand-resource-image-wrapper{
    background:#ffffff;
    min-width:280px;
    width:280px;
    height:180px;
    padding:20px;
}
.brand-resource-archive .brand-resource-wrapper .brand-resource-image-wrapper img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position: center center;
}
.brand-resource-archive .brand-resource-wrapper .brand-resource-content-wrapper{
   width:100%;
   position:relative;
}

.brand-resource-archive .brand-resource-button{
    padding:10px 20px;
    border-radius: 8px;
    background: #253A7B;
    color: #FFF;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: ease background 0.3s;
}

.brand-resource-archive .brand-resource-wrapper .brand-resource-content-wrapper .brand-resource-button{
    position:absolute;
    bottom:0px;
    right:0px;
}
.brand-resource-archive .brand-resource-button:hover{
    background: #1d2b59;
    transition: ease background 0.3s;
}
.brand-resource-archive-section:has(.brand-resource-contact-us-banner){
    margin-top:200px;
}
.brand-resource-contact-us-banner{
    display:flex;
    flex-direction:row;
    gap: 100px;
}
.brand-resource-contact-us-banner > div{
    min-width:350px;
}
.brand-resource-contact-us-image{
    width:100%;
    max-width:700px;
}
.brand-resource-contact-us-image img{
    margin-top:-200px;
    height:auto;
    width:100%;
}





.brand-resource-archive-section:has(.brand-resource-blog-banner){
    margin-top:0px;
}
.brand-resource-blog-banner{
    display:flex;
    flex-direction:row;
    gap: 100px;
}
.brand-resource-blog-banner > div{
    min-width:350px;
}
.brand-resource-blog-image{
    width:100%;
    max-width:325px;
}
.brand-resource-blog-image img{
    height:auto;
    width:100%;
}



/*Tabs*/

.brand-resource-tabs{
    display:flex;
    flex-direction:row;
    gap:40px;
    margin-top:40px;
    margin-bottom:70px;
}
.brand-resource-tabs .brand-resource-tab{
    transition: ease opacity 0.3s;
}
.brand-resource-tabs .brand-resource-tab:hover{
    transition: ease opacity 0.3s;
    opacity:0.5;
    cursor:pointer;
}
.brand-resource-tabs .brand-resource-tab h3{
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.brand-resource-tabs .brand-resource-tab.active h3{
    font-weight: 600;
}
.brand-resource-tabs .brand-resource-tab.active{
    border-bottom:3px solid #000000;
}

.brand-resource-panel {
  display: none;
}
.brand-resource-panel.active {
  display: block;
}

.brand-resource-panel ul{
    list-style:none;
    margin:0;
    padding:0;
}
.brand-resource-panel a{
    max-width:900px;
    display:block;
}
.brand-resource-panel li{
    transition: ease background 0.3s;
    color:#000000;
    list-style:none;
    padding:15px 25px;
    width:100%;
    border-radius: 8px;
    background: #D9D9D9;
    margin-bottom:15px;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items: center;
}
.brand-resource-panel li:hover{
    transition: ease background 0.3s;
    background: #eaeaea;
}



@media (max-width:1024px){
    .brand-resource-archive .brand-resource-wrapper{
        flex-direction:column;
        gap:40px;
        padding:40px;
    }
    .brand-resource-contact-us-banner{
        flex-direction:column;
        gap: 40px;
    }
    .brand-resource-blog-banner{
        flex-direction:column;
        gap: 40px;
    }
    .brand-resource-archive .brand-resource-wrapper .brand-resource-content-wrapper .brand-resource-button{
        position:relative;
        bottom:unset;
        right:unset;
    }
    .brand-resource-archive-section:has(.brand-resource-contact-us-banner){
        margin-top:0px;
    }
    .brand-resource-contact-us-image img{
        margin-top:-0px;
    }
    
    .brand-resource-tabs{
        margin-bottom:30px;
        gap:20px;
    }
    .brand-resource-tabs h3{
        font-size:16px!important;
    }    
}







