/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/


.price-list-info-tittle{
    width: 250px;
}

.height-services{
    height: auto;
}

.description{
	text-align: justify;
    color: darkgray;
}

.text-bold{
    font-weight: bold;
}

.text-upcase{
    text-transform: uppercase; 
}

.text-black{
    color: #111;
}

.tittle-upcase-black{
    text-transform: uppercase; 
    color: #D6AD53;
}

.tittle-white{
    color: #fff; 
    background-color: #111; 
    padding: 0 10px; 
    border-radius: 20px;
}

.line-tittle{
    border-top: 1px solid black ; 
    width: 252px; 
    position: relative; 
    left: 267px; 
    bottom: 30px;
}

.refill{
    font-size: 25px;
}

.mr-3{
    margin-bottom: 3px;
}

.w-285{
    width: 285px;
}



/*mobile*/


@media only screen and (max-width:480px) {
	.refill{
        font-size: 20px;
    }

    .line-tittle{
        width: 122px;
        left: 257px;
        bottom: 30px;
    }
}