.services{
    width: 100%;
    height: 600px;
    margin: 0 auto;
    /* background-color: #efe7da; */
    /* border: 3px solid #efe7da; */
}
.title{
    width: 20%;
    margin: 20px auto;
    text-align: center;
    font-size: 2em;
}
.container{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}
.container img{
    width: 220px;
    height: 320px;
    object-fit: cover;
    border: 8px solid #c1b6a4;
}
.container h4{
    text-align: center;
    height: 30px;
}
.webdesign{
    background-color: #c1b6a4;
}
.frontend{
    background-color: #c1b6a4;
}
.eco{
    background-color: #c1b6a4;
}
@media(max-width: 760px){
    .services{
        width: 100;
        height: 1200px;
        margin: auto;
        background-color: #efe7da;
    }
    .title{
        width: 80%;
    }
    .container{
        flex-direction: column;
        justify-content: space-evenly;
        width: 220px;
        height: 1050px;
        align-items: center;
        /* border: 3px solid red; */
    }
    .container img{
        width: 200px;
        height: 300px;

    }
}
@media(min-width: 765px){
    .container{
        width: 98%;
    }
}