.about-ctaContainer{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-top: 50px;
}

.about-cta-tag{
    color: var(--text-loud-900, #0D0D12);
    font-size: 12px;
    font-weight: 500;
    line-height: 24px; /* 200% */
    letter-spacing: 1.92px;
    padding: 2px 12px;
    border-radius: 50px;
    background: var(--background-white, #FFF);
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24);
    width: fit-content;
}

.about-cta-leftContainer h1{
    color: var(--text-loud-900, #0D0D12);
    font-feature-settings: 'cv10' on, 'ss01' on;
    font-family: 'ClashGrotesk-medium';
    font-size: 48px;
    font-weight: 500;
    line-height: 56px; /* 116.667% */
    letter-spacing: -0.48px;
    margin-top: 12px;
}

.about-cta-leftContainer p{
    color: var(--text-normal-500, #666D80);
    font-size: 18px;
    line-height: 28px; /* 155.556% */
    margin: 0;
}

.about-cta-btnWrapper{
    display: flex;
    gap: 20px;
    margin-top: 26px;
}

.about-cta-btnWrapper a{
    padding: 14px 24px;
}

.about-numbers{
    display: flex;
    justify-content: center;
    gap: 25px;
}

.about-numbers-item{
    padding: 24px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 128px;
    border: 1px solid var(--border-200, #f3f5f7);
}

.about-numbers-item span:first-of-type{
    font-feature-settings: 'cv10' on, 'ss01' on;
    font-family: 'ClashGrotesk-medium';
    font-size: 32px;
    font-weight: 500;
    line-height: 56px; /* 116.667% */
    letter-spacing: -0.48px;
}

.about-numbers-item--red span:first-of-type{
    color: var(--secondary-pink-400-base, #F40060);
    background-color: #FFEBF3;
    padding: 5px 20px;
    border-radius: 50px;
}

.about-numbers-item--blue span:first-of-type{
    color: var(--primary-400-base, #00B7FD);
    background-color: var(--primary-100, #EBFAFF);
    padding: 5px 20px;
    border-radius: 50px;
}

.about-numbers-item--orange span:first-of-type{
    color: var(--secondary-orange-400-base, #FD8700);
    background-color: var(--secondary-orange-100, #FFF5EB);
    padding: 5px 20px;
    border-radius: 50px;
}
.about-numbers-item--yellow span:first-of-type{
    color: #D6B400;
    background-color: #FFF8D6;
    padding: 5px 20px;
    border-radius: 50px;
}



.about-numbers-item span:last-of-type{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
}




.about-textContainer{
    margin-top: 114px;
}

.about-textContainer h1{
    color: var(--text-loud-900, #0D0D12);
    font-feature-settings: 'cv10' on, 'ss01' on;
    font-family: 'ClashGrotesk-medium';
    font-size: 40px;
    font-weight: 500;
    line-height: 48px; /* 120% */
    letter-spacing: -0.4px;
}

.about-textContainer p{
    color: var(--text-muted-600, #36394A);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.about-galleryA{
    display: flex;
    justify-content: center;
    gap: 24px;
    padding: 80px 0;
    background: var(--primary-100, #EBFAFF);
    margin-top: 64px;
    max-height: 506px;
    margin-left: auto;
    margin-right: auto;
}

.about-galleryB-innerContainer img{
    max-width: 100%;
    height: 326px;
}

.about-galleryB-innerContainer iframe{
    max-width: 100%;
    height: 326px;
}

.about-galleryA img{
    max-width: 45%;
    border-radius: 20px;
    object-fit: cover;
}

.about-stepsContainer{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
    width: fit-content;
    padding: 80px 0;
}

.about-stepItem{
   display: flex;
   gap: 20px;
   width: fit-content;
}

.about-stepItem-textContainer{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about-stepItem-textContainer span:first-of-type{
    color: var(--text-loud-900, #0D0D12);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
}

.about-stepItem-textContainer span:last-of-type{
    color: var(--text-muted-600, #36394A);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.about-galleryB{
    display: flex;
    justify-content: center;
    background: var(--secondary-pink-100, #FFEBF3);
    padding: 80px 0 160px 0;
}

.about-galleryB-innerContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 24px;
    width: fit-content;
}
.about-galleryB-innerContainer iframe:nth-child(1) { grid-area: 1 / 1 / 2 / 2;width: 100%;
    height: 100%;
    border-radius: 20px; }
.about-galleryB-innerContainer img:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.about-galleryB-innerContainer img:nth-child(3) { grid-area: 2 / 1 / 3 / 3; }
.about-galleryB-innerContainer img:nth-child(4) { grid-area: 3 / 1 / 4 / 2; }
.about-galleryB-innerContainer img:nth-child(5) { grid-area: 3 / 2 / 4 / 3; }

.about-img{
    max-width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.about-for-companies-btn {
    color: #00B7FD;
    transition: 0.2s;
}

.about-for-companies-btn:hover {
    color: #009ad8;
}

@media only screen and (max-width: 991px) {
    .about-galleryB{
        padding: 48px 0 ;
    }
    .about-textContainer{
        margin-top: 64px;
    }
    .about-cta-btnWrapper{
        display: flex;
        flex-direction: column;
    }
    .about-cta-leftContainer h1{
        font-size: 32px;
        line-height: 40px; /* 125% */
    }
    .about-numbers{
        flex-direction: column;
        padding: 20px;
        margin-top: 44px;
        gap: 40px;
    }
    .about-numbers-item{
        margin-top: 10px;
    }
    .about-ctaContainer{
        display: flex;
        flex-direction: column-reverse;
        margin-top: 25px;
        gap: 40px;
    }
    .about-galleryA{
        flex-direction: column;
        padding: 48px 20px;
        max-height: unset;
    }
    .about-galleryA img{
        width: 100%;
        max-width: 100%;
    }
    .about-stepsContainer{
        max-width: calc(100% - 40px);
    }

    .about-galleryB-innerContainer{
        display: flex;
        flex-direction: column;
    }
    .about-galleryB-innerContainer iframe:nth-child(1){
        height: 326px;
    }
    .about-galleryB-innerContainer{
        padding: 20px;
    }
}