﻿.maxwidth90 {
    max-width: 75px;
    margin-left: -10px;
}

 .title {
    font-weight: 700;
    margin-bottom: 1.5rem;
}
 .desc{
     margin-bottom:40px;
 }

.warranty-block-inner {
    margin-bottom: 3pc;
}

.centerheader {
    margin-bottom:28px;
}
.centerheader h3 {
    text-align: center;
    font-weight: 600;
}


.content-list h5 span {
    padding-right: 10px;   
    line-height: 0;
    color: #4cc1b9;
    font-weight: 600;
}

.content-list h5 {  
    font-weight: 600;
}

.block-inner {
    margin: 0px 0 25px;
}

.warrantyb {
    padding: 30px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

    .warrantyb img {
        border-radius: 50%;
    }

    .warrantyb h4 {         
        margin: 10px 0;
        font-weight: 600;
    }

    .warrantyb p {
        min-height: 144px;
    }

.spacer20 {
    padding: 20px 0;
}

@media (min-width: 678px) and (max-width: 991px){
    .warrantyb3 {
        margin-top:20px;
    }

    .warrantyb6 {
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1250px) {
    .warrantyb  {
        height: 450px;
    }

    @media (min-width: 1600px) and (max-width: 2100px) {
        .warrantyb p {
            min-height: 96px;
        }

        .leftcontent {
            padding-top: 40px;
        }

            .leftcontent.leftcontent-xs-spacing {
                padding-left: 40px;
                padding-top: 40px;
            }
    }

    @media (max-width: 991px) {
        .leftcontent p {
            margin-top: 40px;
        }
    }

    @media (max-width: 767px) {
        .warrantyb {
            margin-bottom: 25px;
        }


        .maxwidth90 {
            max-width: 65px;
        }
    }
