.intro{
    min-height: unset;
}
.project-search-wrapper{
    position: relative;
    height: auto;
}
.intro-top .text-container{
    max-width: unset;
}

.partners-content{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 60px;
}
.partner-item{
    width: calc(33% - (60px / 3));
}
.bundle-wrapper{
    min-height: 350px;
    width: 100%;
    background-color: #E2E2E2;
    display: flex;
    align-items: end;
    border-radius: 10px;
}
.bundle{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    padding: 30px;
    gap: 30px;
    width: 100%;
}
.bundle-item{
    display: block;
    width: calc(33% - (60px / 3));
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.bundle-item img{
    object-fit: contain;
    object-position: center;
    width: 40px;
    height: 40px;
}
.partner-item span{
    font-size: 20px;
    margin-top: 10px;
    display: block;
}



.steps{
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.step-item{
    width: 100%;
    column-gap: 60px;
    align-items: center;
}
.step-item.justify-content-end{
    flex-direction: row-reverse;
}
.step-img, .step-img img{
    width: 300px;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}
.step-content{
    max-width: 30vw;
}
.step-title{
    font-size: 2rem;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}