#services{
    padding: 0 min(5vw, 60px);
}
#services .scard:nth-child(1) img{
    object-position: left 30%;
}
#services .scard:nth-child(3) img{
    object-position: center 20%;
}
#services{
    position: relative;
}
#services .decor{
    width: 120vw;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(50%) translateY(-50%);
    background-color: #277D31;
    border-radius: 50%;
    z-index: -1 !important;
    max-width: 600px;
}
#services .decor2{
    width: 90vw;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-30%) translateY(10%);
    background-color: #294936;
    border-radius: 50%;
    z-index: -1 !important;
}

@media only screen and (min-width: 720px){
    #services .decor2{
        display: none;
    }
    #services .decor{
        max-width: 600px;
        top: unset;
        bottom: 0;
        right: 0;
        position: absolute;
        transform: translateX(40%) translateY(20%);
    }
    #services .cards{
        width: 100%;
    }
}
#services .smallflex{
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    flex-grow: 1;
}
#services .smallflex a{
    margin: 0 auto;
}

#services .scard:nth-child(2) .img-container{
    height: 48%;
    width: 100%;
    border-bottom: 2px solid #277D31;
}
#services .scard:nth-child(2) img{
    height: 100%;
    transform: scale(1);
    border: none;
    object-fit: cover;
    object-position: center top;
}