.section-our-services {
    background: #000;
}

.solunika-our-services h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    text-transform: initial;
    line-height: normal;
    font-weight: 500;
}

.our-services-all-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.1875rem;
}

.our-services-card {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    border: 0.3px solid rgb(218, 218, 218);
    border-radius: 10px;
    background-color: white;
    width: 825px;
    height: 178px;
    position: relative;
}

.our-services-animation {
    visibility: hidden;
}

/*.fa-motorcycle, .fa-burger, .fa-utensils {
    font-size: 50px;
    color: #353535;
    margin: 50px 0 20px 0;
}*/

#delivery {
    background-color: #e96656;
    border-radius: 10px;
    padding: 2px 15px 2px 15px;
    position: absolute;
    left: -5%;
    top: 4%;
}

#takeaway {
    background-color: #34d293;
    border-radius: 10px;
    padding: 2px 15px 2px 15px;
    position: absolute;
    left: -5%;
    top: 4%;
}

#salon {
    background-color: #3ab0e2;
    border-radius: 10px;
    padding: 2px 15px 2px 15px;
    position: absolute;
    left: -5%;
    top: 4%;
}

.our-services-card h3 {
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin-top: 10px;
}

.our-services-card h4 {
    font-weight: bold;
    font-size: 16px;
    color: #353535;
}

.our-services-card p {
    font-size: 16px;
    color: #353535;
}

.div-items {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    border-right: 1px solid #bdbdbd;
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.div-items:last-child {
    border-right: none;
}

@media only screen and (max-width: 480px) {
    .our-services-all-cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr);
        justify-items: center;
        gap: 1.5625rem;
    }
    
    .our-services-card {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        border: 0.3px solid rgb(218, 218, 218);
        border-radius: 10px;
        background-color: white;
        width: 260px;
        height: 540px;
        position: relative;
        padding-top: 1.875rem;
    }

    .div-items {
        border-bottom: 1px solid #bdbdbd;
        border-right: none;
        width: 70%;
        height: 100%;
        padding: 0;
    }

    .div-items:last-child {
        border-bottom: none;
    }

    #delivery, #takeaway, #salon {
        top: 2%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .our-services-all-cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr);
        justify-items: center;
        gap: 1.5625rem;
    }
    
    .our-services-card {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        border: 0.3px solid rgb(218, 218, 218);
        border-radius: 10px;
        background-color: white;
        width: 260px;
        height: 540px;
        position: relative;
        padding-top: 1.875rem;
    }

    .div-items {
        border-bottom: 1px solid #bdbdbd;
        border-right: none;
        width: 70%;
        height: 100%;
        padding: 0;
    }

    .div-items:last-child {
        border-bottom: none;
    }

    #delivery, #takeaway, #salon {
        top: 2%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 940px) {
    .our-services-all-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(1, 1fr);
        justify-items: center;
        gap: 1.5625rem;
    }
    
    .our-services-card {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        border: 0.3px solid rgb(218, 218, 218);
        border-radius: 10px;
        background-color: white;
        width: 260px;
        height: 540px;
        position: relative;
        padding-top: 1.875rem;
    }

    .div-items {
        border-bottom: 1px solid #bdbdbd;
        border-right: none;
        width: 70%;
        height: 100%;
        padding: 0;
    }

    .div-items:last-child {
        border-bottom: none;
    }

    #delivery, #takeaway, #salon {
        top: 2%;
    }
}

