
.description-title {
    text-align: center;
}
.description-img {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.description-details {
    display: flex;
}
.description-details div {
    width: 50%;
    flex-direction: column;
}
.service-img {
    width: 100%;
}

@media (max-width: 600px) {
    
}