.whyChooseUsSection h2{
    font-size: 30px;
    color: var(--background-color);
    padding-top: 60px;
}

.stack-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 70px 0;
    background: url("../images/whyChooseUs/01.webp") center center no-repeat;
    background-size: cover;
}

.stack-offset {
    background: transparent;
}

.portfolio-stack {
    position: relative;
    width: 500px;
    height: 700px;
    margin: 0 auto;
}

.stack-item {
    position: absolute;
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.stack-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stack-item .types-box {
    height: 500px;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    text-align: center;
}

.stack-item .types-box div {
    padding: 10px;
    padding-top: 20px;
}

.stack-item .types-box img {
    width: 100%;
    height: 300px;
}

.stack-item .types-box p {
    height: 400px;
    width: 100%;
}
@media (max-width: 767px) {

    .whyChooseUsSection h2{
        font-size: 30px;
        padding: 30px 0;
    }

    .portfolio-stack {
        width: 100%;
        height: 700px;
    }

    .stack-item {
        position: absolute;
        width: 100%;
        height: 700px;
    }

    .stack-item .types-box {
        height: 600px;
        width: 100%;
    }
    .stack-item .types-box img {
        width: 100%;
        height: 300px;
    }

    .stack-item .types-box p {
        height: 400px;
        width: 100%;
    }
}