.technologies-services h2 {
    margin-bottom: 30px;
}

.image-gallery-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
    align-items: center;
}

.we-create.gallery-2 .image-gallery-inner {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
}

.we-create.gallery-3 .image-gallery-inner,
.we-create.gallery-10 .image-gallery-inner {
    display: block;
}

.we-create.gallery-3 .image-gallery-inner .heading-text h2,
.we-create.gallery-10 .image-gallery-inner .heading-text h2 {
    text-align: center;
    margin-bottom: 50px;
}

.we-create.gallery-3 .image-gallery-inner .heading-text p,
.we-create.gallery-10 .image-gallery-inner .heading-text p {
    text-align: center;
    margin: 0 0 30px;
}

.we-create.gallery-3 .image-gallery .technologies-item img,
.we-create.gallery-5 .image-gallery .technologies-item img,
.we-create.gallery-10 .image-gallery .technologies-item img {
    width: 32px;
    height: 32px;
}

.we-create.gallery-3 .image-gallery .technologies-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background-image: radial-gradient(rgb(0 0 0 / 20%) 5%, #00000045 15%, #00000000 68%);
}

.we-create.gallery-10 .image-gallery .technologies-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
}

.we-create.gallery-3 .image-gallery .technologies-items>div {
    width: 100%;
    background: #fff;
}

.we-create.gallery-10 .image-gallery .technologies-items>div {
    width: 100%;
}

.we-create.gallery-3 .image-gallery .technologies-item p,
.we-create.gallery-10 .image-gallery .technologies-item p {
    font-size: 24px;
}

.we-create.gallery-3 .image-gallery .technologies-item,
.we-create.gallery-5 .image-gallery .technologies-item,
.we-create.gallery-10 .image-gallery .technologies-item {
    flex-direction: row;
    justify-content: start;
    width: 100%;
    height: auto;
    padding: 16px;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 37px;
}

.we-create.gallery-10 .image-gallery .technologies-item {
    border-right: 1px solid #cfc7c73b;
    border-bottom: 1px solid #cfc7c73b;
    background: unset;
    border-radius: unset;
    height: 100%;
}

.we-create.gallery-5 .image-gallery .technologies-item:nth-child(3n) {
    border-right: 0;
}

.we-create.gallery-5 .image-gallery .technologies-item {
    border-right: 1px solid #cfc7c73b;
    border-bottom: 1px solid #cfc7c73b;
    border-radius: 0px;
}

.we-create.gallery-2 .image-gallery-inner .heading-text {
    width: calc(100% - 270px);
}

.we-create.gallery-2 .image-gallery-inner .image-gallery-btn {
    width: 200px;
}

.we-create.gallery-2 .image-gallery-inner .image-gallery {
    width: 100%;
}

.we-create.gallery-2 .image-gallery .technologies-item,
.we-create.gallery-7 .image-gallery .technologies-item {
    flex-direction: row;
    width: 100%;
    height: auto;
    justify-content: flex-start
}

.image-gallery .technologies-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.image-gallery .technologies-item {
    width: auto;
    height: 100%;
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 20px 10px;

}

.image-gallery .technologies-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    object-position: center;
}

.image-gallery .technologies-item p {
    color: #000;
}

.technologies-services p {
    margin-bottom: 0px;
    color: #666666;
}

.we-create.gallery-4 .image-gallery-inner {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
}

.we-create.gallery-4 .image-gallery-inner .heading-text {
    width: 45%;
}

.we-create.gallery-4 .image-gallery-inner .image-gallery {
    width: 45%;
}

.we-create.gallery-5 .image-gallery-inner {
    display: block;
}

.we-create.gallery-5 .heading-text {
    display: flex;
}

.ios-pg-icon .icon-div:nth-last-child(-n+2) {
    border-bottom: 0;
}

.ios-pg-icon .icon-div {
    border-right: 1px solid #cfc7c73b;
    border-bottom: 1px solid #cfc7c73b;
    padding: 30px;
}

.we-create.gallery-5 .image-gallery .technologies-items {
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
}

.we-create.gallery-5 .image-gallery .technologies-items>div {
    width: 100%;
}

.we-create.gallery-6 .technologies-item {
    border: 1px solid #66666630;
    padding: 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
}

.we-create.gallery-6 .technologies-items>div:nth-child(4n),
.we-create.gallery-6 .technologies-items>div:nth-child(4n+2) .technologies-item {
    transform: translateY(50px);
}

.we-create.gallery-6 .technologies-services p {
    margin-bottom: 20px;
}

.we-create.gallery-6 .technologies-item p {
    margin-bottom: 0px;
    text-align: center;
}

.we-create.gallery-7 .image-gallery-inner {
    display: block;
}

.we-create.gallery-7 .heading-text {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 50px;
}

.we-create.gallery-7 .heading-text h2,
.we-create.gallery-7 .heading-text p {
    text-align: center;
}

.we-create.gallery-7 .technologies-item {
    padding: 14px 10px;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0px 4.77px 9.55px -3.58px #0000000F;
    min-width: 320px;
    border: 1px solid #66666633;
    width: calc(33% - 60px);
}

.we-create.gallery-7 .image-gallery .technologies-item img,
.we-create.gallery-8 .image-gallery .technologies-item img {
    width: 45px;
    height: 45px;
}

.we-create.gallery-8 .image-gallery .technologies-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.we-create.gallery-8 .image-gallery .technologies-item {
    width: 255px;
    padding: 50px 25px;
    border: 1px solid #FAFAFA;
    box-shadow: 0px 4px 30px 0px #0000000D;
    border-radius: 10px;
    height: auto;
}

.we-create.gallery-8 .item-img {
    background-color: #F2F3FE;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    border: 1px solid #FAFAFA;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #FAFAFA;
}

.we-create.gallery-9 .image-gallery .technologies-items {
    grid-template-columns: repeat(3, 1fr);
}

.we-create.gallery-9 .image-gallery {
    margin-top: 30px;
}

.we-create.gallery-9 .image-gallery-inner {
    display: block
}

.we-create.gallery-9 .image-gallery .technologies-item {
    flex-direction: row;
    height: 100%;
    justify-content: start;
    border: 1px solid #66666633;
    padding: 15px 12px;
    border-radius: 8px;
}

.we-create.gallery-9 .technologies-services h2,
.we-create.gallery-9 .technologies-services p {
    text-align: center;
}

@media (max-width: 1399px) {

    .we-create.gallery-3 .image-gallery .technologies-items,
    .we-create.gallery-10 .image-gallery .technologies-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .image-gallery .technologies-items {
        grid-template-columns: repeat(3, 1fr);
    }

    .we-create.gallery-6 .technologies-items>div:nth-child(4n),
    .we-create.gallery-6 .technologies-items>div:nth-child(4n+2) .technologies-item {
        transform: unset;
    }

    .we-create.gallery-6 .technologies-items>div:nth-child(3n),
    .we-create.gallery-6 .technologies-items>div:nth-child(3n+2) .technologies-item {
        transform: translateY(50px);
    }
}

@media (max-width: 1299px) {
    .we-create.gallery-8 .image-gallery-inner {
        grid-template-columns: repeat(1, 1fr);
    }

    .we-create.gallery-8 .image-gallery .technologies-item {
        width: 100%;
        padding: 30px 20px;
    }
}


@media (max-width: 1099px) {
    .image-gallery .technologies-items {
        grid-template-columns: repeat(3, 1fr);
    }

    .we-create.gallery-3 .image-gallery .technologies-item p,
    .we-create.gallery-10 .image-gallery .technologies-item p {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .image-gallery .technologies-items {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    .we-create.gallery-5 .heading-text {
        display: block;
    }

    .image-gallery-inner {
        grid-template-columns: repeat(1, 1fr);
    }

    .we-create.gallery-3 .image-gallery-inner .heading-text h2,
    .we-create.gallery-10 .image-gallery-inner .heading-text h2 {
        margin-bottom: 40px;
    }

    .we-create.gallery-3 .image-gallery .technologies-item p,
    .we-create.gallery-10 .image-gallery .technologies-item p {
        font-size: 18px;
    }

    .we-create.gallery-9 .image-gallery .technologies-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .technologies-services h2 {
        margin-bottom: 20px;
    }

    .image-gallery .technologies-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .we-create.gallery-5 .image-gallery .technologies-items {
        grid-template-columns: repeat(3, 1fr);
    }

    .we-create.gallery-6 .technologies-items>div:nth-child(3n),
    .we-create.gallery-6 .technologies-items>div:nth-child(3n+2) .technologies-item {
        transform: unset;
    }

    .we-create.gallery-3 .image-gallery-inner .heading-text p,
    .we-create.gallery-10 .image-gallery-inner .heading-text p {
        margin: 0 0 20px;
    }

    .we-create.gallery-8 .image-gallery .technologies-items {
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .we-create.gallery-3 .image-gallery .technologies-items {
        grid-template-columns: repeat(1, 1fr);
        background-image: linear-gradient(90deg, rgb(0 0 0 / 1%) 0%, #0000003b 49.5%, rgb(0 0 0 / 4%) 100%);
    }

    .we-create.gallery-10 .image-gallery .technologies-items {
        grid-template-columns: repeat(1, 1fr);
    }

    .we-create.gallery-3 .image-gallery-inner .heading-text h2,
    .we-create.gallery-10 .image-gallery-inner .heading-text h2 {
        margin-bottom: 30px;
    }

    .we-create.gallery-3 .image-gallery .technologies-item,
    .we-create.gallery-5 .image-gallery .technologies-item,
    .we-create.gallery-10 .image-gallery .technologies-item {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .we-create.gallery-10 .image-gallery .technologies-item {
        border-right: unset;
    }

    .image-gallery-inner {
        gap: 40px;
    }

    .we-create.gallery-2 .image-gallery-inner {
        display: block;
    }

    .we-create.gallery-2 .image-gallery-inner .heading-text {
        width: 100%;
    }

    .we-create.gallery-2 .image-gallery-inner .image-gallery-btn {
        width: 100%;
        margin: 20px 0px;
    }

    .we-create.gallery-3 .image-gallery .technologies-item p,
    .we-create.gallery-10 .image-gallery .technologies-item p {
        font-size: 16px;
    }

    .technologies-services h2 {
        margin-bottom: 10px;
    }


    .we-create.gallery-8 .image-gallery .technologies-items,
    .we-create.gallery-5 .image-gallery .technologies-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .we-create.gallery-7 .technologies-item {
        min-width: auto;
        width: auto;
    }

}

@media (max-width: 575px) {

    .we-create.gallery-3 .image-gallery-inner .heading-text h2,
    .we-create.gallery-10 .image-gallery-inner .heading-text h2 {
        margin-bottom: 20px;
    }

    .image-gallery-inner {
        gap: 30px;
    }

    .image-gallery .technologies-item img {
        width: 50px;
        height: 50px;
    }

    .we-create.gallery-9 .image-gallery .technologies-items {
        grid-template-columns: repeat(1, 1fr);
    }

    .image-gallery .technologies-items {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 475px) {
    .image-gallery .technologies-items {
        gap: 12px;
    }

    .we-create.gallery-8 .image-gallery .technologies-items,
    .we-create.gallery-5 .image-gallery .technologies-items {
        grid-template-columns: repeat(1, 1fr);
    }

    .we-create.gallery-5 .image-gallery .technologies-item {
        padding-left: 16px;
        border-right: unset;
    }
}