.service-details {
    width: 80%;
    padding: 0rem;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #a9302b;
}
.service-list {
    width: 20%;
    padding: 0.6rem;
}

.service-list ul {
    list-style-type: none;
    padding: 0rem;
    margin: 0rem;
}

.service-list ul li {
    text-align: left;
    padding: 1.1rem 0rem;
    cursor: pointer;
    color: black;
}

.service-list ul li:hover {
    border-bottom: 1px solid #f0f0f1;
    color: #fff;
}

.products-img {
    width: 10rem;
    height: 10rem;
}

.service-list-text {
    background-color: #a9302b;
    color: #fff;
    border-radius: 0.3rem;
    padding: 0.3rem;
}

.details-parent {
    flex: 0 0 auto;
    width: 30%;
    height: 12rem;
    margin: 1rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    position: relative;
}

.content-footer {
    position: absolute;
    bottom: 0rem;
    width: 100%;
    background-color:rgba(0, 0, 0, 0.2);
    padding: 0.4rem;
}

.first-parent {
    background-image: url('../../assets/products/first.png');
    background-size: contain;
    background-repeat: no-repeat;

}
.second-parent {
    background-image: url('../../assets/products/second.png');
    background-size: contain;
    background-repeat: no-repeat;

}
.third-parent {
    background-image: url('../../assets/products/third.png');
    background-size: contain;
    background-repeat: no-repeat;

}
.fourth-parent {
    background-image: url('../../assets/products/fourth.png');
    background-size: contain;
    background-repeat: no-repeat;

}
.fifth-parent {
    background-image: url('../../assets/products/fifth.png');
    background-size: contain;
    background-repeat: no-repeat;

}

