.warranty-container{
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px !important;
    margin-top:4% !important;
    margin-bottom: 2% !important;

}
.warranty-page-section-content, .warranty-below-content{
    width: 80%;
    text-align:left !important;
}

.warranty-page-section-content h3{
    font-weight: 300;
    font-size: 28px;
    line-height: 31px;
}
.warranty-page-section-content p{
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}
.warranty-tickbox {
    display: flex !important;
    flex-direction: row !important;
    gap: 70px !important;
    width: 75% !important;
}
.warranty-below-content p{
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: 300 !important;
}
.warranty-tick{
    display: flex !important;
    flex-direction: row !important;
    padding-left: 30px;
    text-align:left !important;
}
.GenericContentArea {
    width:100% !important;
    margin:0 !important;
    text-align:center !important;
    
}
.warranty-tick p{
    padding-left: 15px !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height:24px !important;
}
.warranty-tick img{
    width: 25px !important;
    height: 25px !important;
}
.warranty-register{
    width: 112% !important;
    background: #E4E4E4 !important;
    text-align: center !important;
    height: 150px;
    box-sizing: border-box;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
}
.warranty-register h1{
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 33px !important;
    padding: 13px !important;
    
}
.warranty-register a{
    margin-top: 10px !important;
    background: #A50034 !important;
    padding: 14px !important;
    color:#FFFFFF !important;
    text-decoration: none !important;
    border-radius: 5px !important;
    font-size: 18px !important;
    line-height: 24.84px !important;
    font-weight: 300 !important;

}
.warranty-resources{
    text-align: center;
    align-items: center;
}
.warranty-resources h2{
    font-weight: 300 !important;
    font-size: 28px !important;
    line-height: 31px !important;
}
.warranty-resources-cards{
    display: grid ;
    grid-template-columns: auto auto auto auto;
    gap: 15px;
    text-align: left;
}
.resources-card{
    width: 230px !important;
    padding: 20px !important;
    height: 270px !important;
    border-radius: 5px !important;
    box-shadow: 0 4px 8px 0 #1B1A1E26, 0 6px 20px 0 #1B1A1E26 !important;
}
.resources-card img{
    width: 30px !important;
    height: 37px !important;
}
.resources-card p{
    font-size: 24px;
    font-weight: 300;
    line-height: 27px;
    color: #1B1A1EDE;
}
.resources-card a{
    font-size: 18px;
    color: #6F000F;
    line-height: 24px;
}

@media (max-width: 1200px){
    .warranty-resources-cards{
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 15px;
        text-align: left;
    }
    .warranty-tickbox {
        display: flex;
        flex-direction: row;
        gap: 40px;
        width: 80%;
    }
}
@media (max-width: 850px){
    .warranty-register{
        width: 100%;
        background: #E4E4E4;
        text-align: center;
        height: 180px;
    }
    .warranty-resources-cards{
        display: grid;
        grid-template-columns: auto auto;
        gap: 15px;
        text-align: left;
    }
}
@media (max-width: 768px){
    .warranty-resources-cards{
        display: grid !important;
        grid-template-columns: auto auto !important;
        gap: 15px !important;
        text-align: left !important;
    }
    .warranty-tickbox {
        display: flex !important;
        flex-direction: row !important;
        gap: 20px !important;
        width: 80% !important;
    }
}

@media (max-width: 550px){
    .warranty-resources-cards{
        display: grid !important;
        grid-template-columns: auto auto !important;
        gap: 15px !important;
        text-align: left !important;
    }
    .warranty-tickbox {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        width: 95% !important;
    }
    .warranty-page-section-content, .warranty-below-content{
        width: 95% !important;
    }
    .warranty-register{
        width: 95% !important;
        background: #E4E4E4 !important;
        text-align: center !important;
        height:220px !important;
       
    }
    
    .resources-card{
        width: 165px !important;
        padding: 20px !important;
        height: 210px !important;
        border-radius: 5px !important;
        box-shadow: 0 4px 8px 0 #1B1A1E26, 0 6px 20px 0 #1B1A1E26 !important;
    }
    .resources-card p{
        font-size: 18px !important;
        line-height: 20px !important;
    }
    .resources-card img{
        width: 20px !important;
        height: 25px !important;
    }
    .resources-card a{
        font-size: 18px !important;
        font-weight: 300 !important;
        line-height: 24px !important;
    }
    .warranty-resources{
        width:100% !important;
        align-items: center !important;
        display: flex !important;
        justify-content: center !important;
        flex-direction: column !important;
    }
}


@media (max-width: 410px){
    .warranty-register{
        width: 100% !important;
        background: #E4E4E4 !important;
        text-align: center !important;
        height: 240px !important;
    }
    .warranty-resources-cards{
        display: grid !important;
        grid-template-columns: auto auto !important;
        gap: 15px !important;
        text-align: left !important;
    }
    .resources-card{
        width: 140px !important;
        height:210px !important;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 740px !important;
    }
}

