.maximum-durability-container h1 {
    font-family: Verdana;
    font-weight: 700;
    font-size: 32px;
}

.maximum-durability-container h3 {
    font-family: Verdana;
    font-weight: 700;
    font-size: 18px;
    color: var(--bellota-color-primary);
}

.maximum-durability-container p {
    font-family: Verdana;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.maximum-durability-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding: 24px 38px;
    margin: 70px 0;
}

.maximum-durability-banner h2 {
    color: #FFF;
    font-family: Verdana;
    font-weight: 700;
    font-size: 48px;
    text-shadow: 1px 2px 5px rgba(0,0,0,0.6);
}

.maximum-durability-banner h3 {
    color: #FFF;
    font-family: Verdana;
    font-weight: 400;
    font-size: 18px;
    text-shadow: 1px 2px 5px rgba(0,0,0,0.6);
}

.maximum-durability-warranty {
    background-color: #efefef;
    padding: 23px 60px 75px 60px;
    border: 1px solid #dedede;
}

.maximum-durability-warranty p {
    color: #000;
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
}