#services { 
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/bg/BG_Services.png"); 
}
#services-text { padding-right: 50%; }
#services-card-box { flex-wrap: wrap; }
.services-card {
    width: 450px;
    height: 450px;
    padding: 90px 60px;
    cursor: pointer;
}
.services-card:hover { background-color: var(--transparent-4); }
#services .stroke {
    width: 55px;
    height: 1px;
}