.problem-card-03 {
    display: flex;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    width: 80%;
    justify-self: center;
    height: 300px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    font-weight: 500;
    line-height: 1.8;
}

.problem-card-03 p{
    line-height: 1.8;
}

.problem-card-04 {
    display: flex;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    width: 80%;
    justify-self: center;
    height: 300px;
    flex-direction: column;
    justify-content: center;
    font-weight: 500;
    line-height: 1.8;
    align-items: center;
}

.buttons-02 {
    display: flex;
    padding-top: 2vh;
    gap: 10px;
    justify-content: center;
}

.additional-services {
    display: flex;
    flex-direction: row;
    padding-bottom: 10vh;
    justify-content: center;
    gap: 10vh;
    margin-left: 4vh;
    margin-right: 4vh;
}

.services-01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vh;
    width: 70%;
}

.services-02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vh;
    width: 100%;
}

.services-tho-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6vh;
}

.problem-card-05 {
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    justify-self: center;
    height: 350px;
    display: flex;
    flex-direction: row;
    align-items: center;
    display: flex;
}

.problem-card-05 p{
    font-weight: 500;
    font-size: 20px;
}

.to-center-left{
    display: flex;
    justify-content: flex-end;
}

.to-center-right{
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 1400px) {
.additional-services {
    display: flex;
    flex-direction: column;
    padding-bottom: 10vh;
    justify-content: center;
    gap: 10vh;
}

.services-tho-card {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 6vh;
    flex-direction: column;
}

.additional-services {
    display: flex;
    flex-direction: column;
    padding-bottom: 10vh;
    justify-content: center;
    gap: 10vh;
    align-items: center;
}

.services-01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vh;
    width: 80%;
}
}

@media (max-width: 1199px) and (min-width: 768px) {
    .problem-card-03,
    .problem-card-04,
    .problem-card-05 {
        width: 90%;
        height: auto;
        padding: 15px;
    }

    .services-01,
    .services-02 {
        width: 80%;
    }

    .services-02 {
        grid-template-columns: 1fr;
    }

    .services-tho-card {
        grid-template-columns: 1fr;
        gap: 4vh;
    }
}

    @media (max-width: 1024px) {
        .to-center-right {
        display: flex;
        justify-content: center;
    }
    .to-center-left {
        display: flex;
        justify-content: center;
    }

.additional-services {
    display: flex;
    flex-direction: column;
    padding-bottom: 10vh;
    justify-content: center;
    gap: 10vh;
    align-items: center;
}
}

@media (max-width: 767px) {

    .etap-grid-card {
    display: flex;
    cursor: pointer;
    background: #fff;
    padding: 2vw;
    box-shadow: 0px 20px 20px 2px rgb(0 0 0 / 13%);
    width: 20vw;
    height: auto;
    transition: all 0.3s ease-in-out;
    width: 80%;
    }

    .problem-card-03,
    .problem-card-04,
    .problem-card-05 {
        width: 100%;
        height: auto;
        padding: 10px;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .etap-grid-card p {
        font-size: 16px;
    }

    .problem-card-03 p,
    .problem-card-05 p {
        font-size: 14px;
        text-align: center;
    }

    .buttons-02 {
        flex-direction: row;
        gap: 15px;
    }

    .additional-services {
        flex-direction: column;
        gap: 5vh;
        padding-bottom: 5vh;
    }

    .services-01,
    .services-02 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .services-02,
    .services-tho-card {
        grid-template-columns: 1fr;
        gap: 3vh;
    }
}
