.green-circle{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #151419;
    border-radius: 50px;
    border: 3px solid #85C040;
    left: 50%;
    transform: translate(-50%, 0);
}
.workshop-service, .workshop-item, .green-h, .history{
    display: flex;
}
.history-left, .history-right{
    width: 50%;
    padding: 0px 30px;
}
.green-h>h3,.green-h>h4{
    background-color: #85C040;
    color: #151419;
    padding: 0px 10px;
}
.history-left{
    text-align: right;
    border-right: 4px solid #6d6d6d;
    direction: rtl;
}
.history-right{
    text-align: left;
}
.container2{
    padding: 0px;
}
.workshop-details{
    padding: 0% 10%;
}
.workshop-img{
    width: 100%;
}
.workshop-item{
    align-items: flex-start;
    width: 50%;
}
.float-title>p, .workshop-item>p{
    margin: 0px;
}
.workshop-item>img{
    width: 30px;
    margin-right: 5px;
}
.car-shadow{
    width: 80%;
    box-shadow: 15px 15px #85C040;
}
.car-shadow2{
    width: 80%;
    box-shadow: -15px 15px #85C040;
}
.float-title{
    position: absolute;
    background-color: #85C040;
    padding: 20px;
    margin-top: 40px;
    color: #151419;
}
.sitmap>a{
    text-decoration: none;
    color: #fff;
}
@media screen and (min-width: 300px) and (max-width: 600px) {
    .green-circle{
        position: absolute;
        width: 15px;
        height: 15px;
    }
    .history-left, .history-right{
        padding: 0px 10px;
    }
    .workshop-item>img{
        width: 20px;
        margin-right: 2px;
    }
    .workshop-item>p{
        font-size: 15px;
        text-align: left;
    }
    .float-title{
        padding: 10px;
        margin-top: 40px;
        color: #151419;
    }
}