.single_product{
	background: #d4d4d4;
    padding: 10px 60px;
    border-radius: 30px;
    margin-top: 3em;
    margin-bottom: 3em;
    box-shadow: 0 0 5px 0px black;
}
.single_product h6{
	position: relative;
	color: black;
    font-size: 20px;
	font-weight: 700;
}
.single_product h6::before {
    content: "";
    position: absolute;
    width: 20%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    bottom: -8px;
    height: 2px;
    background: #f5383e;
}
.single_productlist{
padding: 10px 20px;
}
.single_product p{
color: #020202;
text-align:justify;
}
@media(max-width:480px){
    .single_product{
    background: #d4d4d4;
    padding: 10px 10px;
    border-radius: 30px;
    margin-top: 3em;
    margin-bottom: 3em;
    box-shadow: 0 0 5px 0px black;
}
.single_product h6{
    position: relative;
    color: black;
    font-size: 20px;
    font-weight: 700;
}
.single_product h6::before {
    content: "";
    position: absolute;
    width: 20%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    bottom: -8px;
    height: 2px;
    background: #f5383e;
}
.single_productlist{
padding: 10px 20px;
}
.single_product p{
color: #020202;
text-align:justify;
}
}
@media(max-width:411px){
     .single_product{
    background: #d4d4d4;
    padding: 10px 10px;
    border-radius: 30px;
    margin-top: 3em;
    margin-bottom: 3em;
    box-shadow: 0 0 5px 0px black;
}
.single_product h6{
    position: relative;
    color: black;
    font-size: 20px;
    font-weight: 700;
}
.single_product h6::before {
    content: "";
    position: absolute;
    width: 20%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    bottom: -8px;
    height: 2px;
    background: #f5383e;
}
.single_productlist{
padding: 10px 20px;
}
.single_product p{
color: #020202;
text-align:justify;
}
}
@media(max-width:375px){
     .single_product{
    background: #d4d4d4;
    padding: 10px 10px;
    border-radius: 30px;
    margin-top: 3em;
    margin-bottom: 3em;
    box-shadow: 0 0 5px 0px black;
}
.single_product h6{
    position: relative;
    color: black;
    font-size: 20px;
    font-weight: 700;
}
.single_product h6::before {
    content: "";
    position: absolute;
    width: 20%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    bottom: -8px;
    height: 2px;
    background: #f5383e;
}
.single_productlist{
padding: 10px 20px;
}
.single_product p{
color: #020202;
text-align:justify;
}
}
@media(max-width:360px){
     .single_product{
    background: #d4d4d4;
    padding: 10px 10px;
    border-radius: 30px;
    margin-top: 3em;
    margin-bottom: 3em;
    box-shadow: 0 0 5px 0px black;
}
.single_product h6{
    position: relative;
    color: black;
    font-size: 20px;
    font-weight: 700;
}
.single_product h6::before {
    content: "";
    position: absolute;
    width: 20%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    bottom: -8px;
    height: 2px;
    background: #f5383e;
}
.single_productlist{
padding: 10px 20px;
}
.single_product p{
color: #020202;
text-align:justify;
}
}