body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 1.57143;
	font-weight: 400;
	color: #2d2e2e;
}

.content-top-sec{
    font-size: 15px ;
    color: #323232 ;
    .cart-top-heading{
        font-size: 30px ;
        font-weight: 600 ;
    }
    .cart-sm-head{
        font-size: 25px ;
        font-weight: 600 ;
    }
}

.legal-list{
    padding-left: 18px  ;
    li{
        list-style: disc ;
        font-size: 15px ;
        margin-bottom: 10px ;
    }
}


@media screen and (max-width:768px) {
    .content-top-sec{
        font-size: 12px ;
        .cart-top-heading{
            font-size: 25px ;
        }
        .cart-sm-head{
            font-size: 20px ;
        }
    }
    .legal-list{
        padding-left: 15px  ;
        li{
            font-size: 12px ;
        }
    }
}