.home-sections h2 {
    font-size: clamp(1.25rem, 3vw, 2rem);
}


a.cta-stars {
    text-decoration: none;
    color: #909090;
    display: flex;
    align-items: center;
    max-width: 134px;
    margin-top: 0.75rem;
}

a.cta-stars svg {
    width: 100%;
    min-width: 100%;
    margin-right: 0.75rem;
}

.random-company-logos {
    display: flex;
    align-items: flex-end;
    max-width: 100%;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2rem 0;
    filter: grayscale(100%);
	gap:2em;
}

.random-company-logos img {
    height: 60px;
}

.company-logo {
    height: auto;
    width: auto;
    flex: 1 2 84px;
    display: block;
    padding: 0.5rem;
    max-width: 20%;
}

@media(min-width: 768px) {

    .company-logo {
        height: auto;
        width: auto;
        flex: 1 2 84px;
        display: block;
        padding: 1rem;
        max-width: 25%;
    }

    .company-logos {
        display: flex;
        align-items: flex-end;
        max-width: 100%;
        justify-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0;
        filter: grayscale(100%);
    }

}


@media(min-width: 1024px) {
    a.company-logo.salt {
        margin-bottom: -11px;
    }

    a.company-logo.zazzle {
        flex: 1 2 125px;
    }

    a.company-logo.withcandour {
        flex: 1 2 125px;
    }

    a.company-logo.portent {
        margin-bottom: 5px;
    }
}

.block__container blockquote {
}

.block__container blockquote {
    background: #FFFFFF;
    border: 1px solid #EEF0F1;
    box-sizing: border-box;
    border-radius: 6px;
    color: #1FB6FF;
    font-size: 17px;
    line-height: 157.5%;
    padding: 1rem 1rem 1rem 46px;
}

.block__container .button {
    font-size: 17px;
}

.quote-block {
    position: relative;
    margin-top: 1.250rem;
    margin-left: 26px;
}

.quote-block__name {
    color: #BBC3C8;
    display: block;
    margin-top: 1rem;
    margin-left: 26px;
}

.hero-full-width {
    overflow: hidden;
    max-width: 100%;
}

.home-hero {
    padding: 0 2rem 1rem;
}

.home-hero img {
    height: auto;
}

.home-hero__content h1 {
    font-weight: 350;
    color: #3C4858;
    font-size: clamp(1.5rem, 4vw, 44px);
    margin-bottom: 0;
}

.home-hero__content p{
    font-size: clamp(16px, 2vw, 18px);
}

.home-hero__content h1 strong {
    color: #1FB6FF;
}

.home-hero__content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.button.button_large {
    font-size: 20px;
    font-weight: bold;
    font-size: clamp(18px, 4vw, 26px);
}

.center {
    text-align: center
}

.company-logo-container h3 {
    margin-bottom: -1em;
    font-size: 18px;
    font-weight: normal;
    color: #141616;
    padding: 0 1rem 1rem;
}

.company-logo-container {
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
}

:root {
    --items-per-page: 8;
}

.carousel:before,
.carousel:after {
    position: absolute;
    top: 0;
    width: 400px;
    height: 100%;
    content: "";
    z-index: 2;
}

.carousel:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.carousel:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 2rem 0;
    display:flex;
}

@keyframes infinite-scroll{
    0%{
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes move-bg-in {
    0% {
        background-position: 0% 0%
    }

    100% {
        background-position: 500% 0%
    }
}

@keyframes move-bg-out {
    0% {
        background-position: 500% 0%
    }

    100% {
        background-position: 0% 0%
    }
}




.carousel-container {
    white-space: nowrap;
    display: flex;
    opacity: 0.7;
    filter: grayscale(100%);
    transition: 0.5s;
    animation: infinite-scroll 120s linear infinite;
}

.carousel-container img {
    display: inline-block;
    height: 50px;
    display: inline-flex;
    max-width:none;
    margin:1.5rem;
}

.home-hero .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minMax(300px, 1fr));
    align-items: center;
    gap: 3rem;
    padding: 3rem 0;
}

.home-hero__image {
   @media(min-width:768px) {
         order: 1;
     }

    img {
        max-width: 100%;
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0.25);
        box-shadow: 0px 3.532px 3.532px 0px rgba(0, 0, 0, 0.25);
    }

}

.review-logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2rem;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    max-width: 323px;
    padding: 1rem;

    a{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    img {
        max-width: 123px;
        margin: 0 auto;
        display: inline-block;
    }
}


.home-features {
    background: #FBFBFB;
    border-top: 1px solid #EFEFEF;
    padding-bottom: 2rem;
}

.home-features .block {
    border: none;
    position: relative;
}

.home-features .block:after {
    content: "";
    background: url(../svg/connector.svg);
    width: 100%;
    height: 172px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 79%;
    margin: 0 auto;
    margin-top: -1.5rem;
    margin-bottom: -3.5rem;
}

.home-features .block-right:after {
    transform: scaleX(-1);
}

.home-features .block:last-child:after {
    display: none;
}

.home-features__title {
    color: #3C4858;
    font-weight: bold;
    font-size: 23px;
    font-size: clamp(1.125rem, 3vw, 33px);
    line-height: 1.54;
    text-align: center;
    margin: 0 auto;
    padding: 2em 1em 1em;
}

    .home-features__title:after {
        content: "";
        background: url(../svg/connector.svg);
        width: 100%;
        height: 172px;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        max-width: 79%;
        margin: 0 auto;
        margin-top: 1rem;
        margin-bottom: -3.5rem;
        transform: scaleX(-1);
    }

@media(min-width:768px) {
    .home-features__title span {
        display: block;
    }
}

@media(min-width:1300px) {
    .home-features__title:after {
        margin-bottom: -7.5rem;
    }
}

.block__container h2 {
    font-weight: bold;
    font-size: 25px;
    font-size: clamp(25px, 4vw, 45px);
    line-height: 110.17%;
    color: #1FB6FF;
}

.home-slider-features .testimonial__image {
    width: 55px;
    height: 55px;

}


.block__item-5 img {
    height: auto;
}

    .comparison {
        padding: clamp(1rem, 3vw, 4rem);
        background: #FBFBFB;
        border-top: 1px solid #EFEFEF;
    }

    .comparison h2 {
        color: #3C4858;
        line-height: 1.54;
        text-align: center;
        margin: 0 auto;
    }

    .comparison h2 strong {
        color: #1FB6FF;
    }

    .comparison .container > p {
        text-align: center;
        max-width: 55ch;
        margin: 0 auto;
        margin-bottom: clamp(1rem, 3vw, 2rem);
    }

    .comparison-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minMax(300px, 1fr));
        align-items: center;
        padding: 1rem 0;
        gap: clamp(1rem, 3vw, 4rem);
    }

    .desktop-bg{
        transition: outline-color 1s, background-position 5s;
        --pattern: url(../svg/topography.svg);
    }

    .cloud-bg {
       transition: outline-color 1s, background-position 5s;
        --pattern: url(../svg/hexagons.svg);
    }

    .comparison-item{
        outline: 2px solid #13ce6600;
        container-type: inline-size;

        display: grid;
        grid-row: span 4;
        grid-template-rows:subgrid;
        align-items:start;
        gap:1rem;
        background: white;
        padding: 2rem;
        border: 1px solid #FBFBFB;
        box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(17, 24, 39, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
        border-radius: 16px;
        background: 
                  linear-gradient(136deg, #FFF 59.7%, rgba(255, 255, 255, 0.86) 80.5%, rgba(255, 255, 255, 0) 98.98%),  
                  var(--pattern), #fff;
    }

    .comparison-item > *{
        padding:0;
        margin:0;
    }

    .comparison-item h3{
        color:black;
        font-size: 1.5rem;
        display: flex;
        align-items: center;
        font-weight: normal;
    }

    .comparison-item h3 strong {
        color: #1FB6FF;
    }

    .comparison-item h3 img {
        max-width: 35px;
        height: 25px;
        width: 100%;
        height: 100%;
        margin-right: 1rem;
        opacity: 0.25;
    }

    .comparison-item p,
    .comparison-item li{
        font-size:clamp(14px, 3vw, 16px);
        color: #567183;
    }

    .comparison ul{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .comparison li{
        display: grid;
        gap: 1rem;
        align-items: baseline;
        grid-template-columns: 30px 1fr;
        line-height: 1.4;
    }

    .cirle-icon-green{
        background:#13ce6612;
        display:flex;
        flex-direction:column;
        height:auto;
        justify-content:center;
        align-items:center;
        text-align:center;
        padding: 0;
        margin: 0;
        width:30px;
        height:30px;
        border-radius:100px;
    }

    .cirle-icon-green:after {
        content: "";
        background: #13ce66;
        width: 14px;
        height: 16px;
        mask-repeat: no-repeat;
        display: inline-block;
    }

    .cirle-icon-green-check:after {
        mask-image: url(../svg/check-regular.svg);
    }

    .cirle-icon-green-infinity:after {
        mask-image: url(../svg/infinity-regular.svg);
        width: 20px;
        height: 16px;
    }

    .comparison-item .button {
        align-self: end;
        display: inline-block;
        width: auto;
        justify-self: end;
        border-radius: 100px;
        margin: 0;
        padding: 1rem 1.5rem;
        color: #ffffff;
        transition: all 1s;
        &:hover {
          box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(17, 24, 39, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
         }

        @container (min-width: 460px) {
            position: absolute;
            bottom: 2rem;
            right: 2rem;
        }
    }


    .desktop-bg .button {
        background: #13ce66;
        border: 1px solid #13ce66;
    }

    .cloud-bg .button {
        background: #1FB6FF;
        border: 1px solid #1FB6FF;
    }

    .desktop-bg:has(.button:hover) {
        outline: 2px solid #13ce66;
        background-position: 500% 0%;
    }

    .cloud-bg:has(.button:hover) {
        outline: 2px solid #1FB6FF;
        background-position: 35% 0%;
    }

    .cloud-reimagined {
        background: linear-gradient(90deg, #1db2fa2e 0%, #1db2fafc 30%, #1db2fafc 70%, #1db2fa2e 100%), var(--pattern), #0aa7f4;
        --pattern: url(../svg/hexagons.svg);
        padding: clamp(1rem, 3vw, 4rem);
    }

    .cloud-reimagined img{
        width:20px;
    }

    .cloud-reimagined h2{
        color:white;
        text-align:center;
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:1rem;

        img{
            width:70px;
            filter:invert(1) grayscale(1)drop-shadow(2px 2px 10px #4444dd47) brightness(1.3);
        }
    }

    .cloud-reimagined .container > p{
        text-align:center;
        font-size: clamp(12px, 3vw, 18px);
        color: #ffffffcf;
    }

    .cloud-feature__img {
        width: 40px;
        background: #1ab0f9;
        display: flex;
        aspect-ratio: 1;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        grid-row: span 2;
        background: linear-gradient(136deg, #28a4e1 30.7%, #008accba 80.5%, #00080b00 98.98%), var(--pattern), #1ab0f9;
        box-shadow: 0px 0px 0px 2px #00daff inset;

        img{
         filter:invert(1);
        }
    }

    .cloud-features {
        display: grid;
        grid-template-columns: repeat(auto-fit, minMax(250px, 1fr));
        @media(min-width: 1100px) {
            grid-template-columns: repeat(3, 1fr);
        }
        gap: clamp(1rem, 3vw, 4rem);
        margin: clamp(1rem, 3vw, 4rem) 0;
    }

    .cloud-feature{
        border-radius:12px;
        display:grid;
        grid-template-columns: 50px 1fr;
        gap:0 1rem;
        align-items:start;
        justify-content:start;
        h3{
            margin:0;
            padding:0 0 0.25rem 0;
            color:white;
            font-size: clamp(17px, 3vw, 18px);
        }
        p{
            grid-column: 2/3;
            font-size:clamp(12px, 3vw, 16px);
            margin:0;
            padding:0;
            color: #ffffffcf;
        }

    }

    .cloud-cta {
        display: grid;
        grid-template-columns: 1fr;
        transition: all 1s;
        gap: 1rem;
        margin: 0 auto;
        max-width: 1100px;
        border: 2px solid #00daff;
        border-radius: 16px;
        padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 3vw, 3rem);
        background: #0996d963;
        box-shadow: inset 0px 0px 12px 4px #0000000a, 0px 0px 12px 4px #0000000a;

        @media(min-width:768px) {
            grid-template-columns: 1fr max-content;
        }
    }

    .cloud-cta:has(.button:hover) {
        background: #3ec1ff63;
        box-shadow: 0px 0px 12px 4px #0000000a, 0px 0px 12px 4px #0000000a;
    }

    .cloud-cta .button:hover {
        box-shadow: 0px 0px 12px 4px #0000000a, 0px 0px 12px 4px #0000000a;
    }

    .cloud-cta p{
        font-size: clamp(14px, 3vw, 18px);
        color: #ffffff;
    }

    .cloud-cta .button{
        background: #13ce66;
        color:white;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow:  0px 0px 12px 4px #0000000a;
        font-size: 1rem;
        text-align: center;
        font-size: clamp(16px, 3vw, 18px);
    }

    .home-quote-hero {
        padding: clamp(1rem, 3vw, 3rem) clamp(1rem, 3vw, 2rem) clamp(1rem, 3vw, 4rem);
        background: radial-gradient(circle at 100%, rgb(28 178 251 / 75%), rgb(28 178 251 / 15%) 50%, rgb(28 178 251 / 05%) 75%, rgb(28 178 251 / 75%));
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
        .container{
            max-width: 1050px;
            margin: 0 auto;
        }
        h2{
            margin-bottom: 3rem;
            text-align: center;
            color: #111111;
            font-size: clamp(22px, 3vw, 36px);
        }
        h2 strong {
            color: #1cb2fb;
        }
        blockquote{
            font-size: clamp(12px, 3vw, 21px);
            line-height: 1.5;
            font-style: italic;
            text-wrap: pretty;
            color: #3d3a30;
            background: #ffffff9e;
            padding: 2rem;
            border-radius: 12px;
        }
        img {
            max-width: 43%;
            margin-top: -1.5rem;
            transform: rotate(4deg);
            float: right;
            margin-right: -0.5rem;
            margin-left: 23px;
            border-radius: 16px;
            box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(17, 24, 39, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
            border: 4px solid #fff;
        }
    }

    span.quote-bg {
        position: absolute;
        z-index: -1;
        opacity: 0.45;
        transform: scale(1.4) rotate(6deg) translateY(-35%);
        top: 50%;
        left: 15%;
        filter: drop-shadow(2px 4px 166px rgb(255 0 0 / 75%));
    }

    a.button.orange {
        background: #FF9A02;
        color: #fff;
        border-radius: 100px;
        font-weight: 500;
        margin-top: 1rem;
        font-size: 1rem;
        white-space: nowrap;
        font-size: clamp(12px, 3vw, 18px);
    }

    .home-quote-hero__details {
        margin-top: 1rem;
        font-size: clamp(12px, 3vw, 16px);

        strong {
            display: block;
            margin-bottom: 0.5rem;
        }

        span {
            font-weight: 300;
        }
    }

    span.about-arrow {
        display: none;
        width: 80px;
        float: right;
        transform: rotate(295deg);
        margin-top: 0.5rem;
        position: relative;

        @media(min-width: 768px) {
            display: block;
        }
    }

    .home-quote-hero__footer {
        display: flex;
        gap: 3rem;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .testimonial__image {
        border-radius: 0;
        width: 100%;
        height: auto;
        img{
            width: 100%;
            height:auto;
            border-radius: 300px;
            aspect-ratio: 1;
            margin: 0;
            display: block;
            padding: 0;
            min-width: 100%;
        }

    }

    .home-slider-features {
        padding: clamp(1rem, 4vw, 4rem) clamp(1rem, 3vw, 2rem);
        background: #FBFBFB;
        h2 {
            max-width:35ch;
            text-align:center;
            margin: 0  auto;
            margin-bottom:clamp(1rem, 3vw, 3rem);
            color: #111111;

            strong{color: #1FB6FF;} 
        }
    }

    .feature-slider {
        display: grid;
        grid-template-columns: 6fr 9fr;
        max-width: 1320px;
        margin: 0 auto;
        gap: clamp(1rem, 3vw, 4rem);
    }

    .feature-slider__slides {
        padding: 0 2rem;
    }

    .feature-slider__menu__item {
        padding:1rem;
    
        h3{
            font-size: clamp(17px, 3vw, 18px);
            margin:0 0 0.5rem 0;
            padding:0;
        }
        p{
            margin:0;
            padding:0;
            font-size: clamp(12px, 3vw, 16px);
            text-wrap: pretty;
        }
    }

    .quote-block {
        display: grid;
        grid-template-columns: 55px 1fr;
        gap: 1rem;
        margin: 0;
        padding: 0;
        height: max-content;
        padding: 1rem;
        color: #567183;
        background: white;
        border-radius: 12px;
        line-height: 1.5;
        margin-top: 1rem;
        border: 1px solid #e5e5e5;
        font-size:1rem;
    }

    .quote-block__name {
        color: #567183;
    }

    .quote-block__name span {
        font-weight: bold;
    }

    .feature-slider__menu {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .feature-slider__menu__item {
        padding: 1rem;
        border-radius: 12px;
        display: grid;
        grid-template-columns: 36px 1fr;
        gap: 0 1rem;
        align-items: start;
        justify-content: start;
        transition: all 0.5s ease-in-out;
    }

    .feature-slider__menu__item a {
        margin-top: 1rem;
        font-size: 14px;
        text-decoration: none;
    }

    .feature-slider__image {
        grid-row: span 5;
        width: 100%;
        background: #567184;
        padding: 0.5rem;
        border-radius: 8px;
        aspect-ratio: 1;
    }

    .feature-slider__image img {
        filter: invert(1);
    }

    .feature-slider__menu__item_active {
        box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(17, 24, 39, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
        border-radius: 16px;
        background: linear-gradient(136deg, #FFF 59.7%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.8) 100%), url(../svg/circuit-board.svg), #fff;

        &.feature-discovery .feature-slider__image {
            background:#7D3BED;
        }

        &.feature-prioritization .feature-slider__image {
            background: #EE4137;
        }

        &.feature-understanding .feature-slider__image {
            background: #13CE66;
        }

        &.feature-communication .feature-slider__image {
            background: #FF9A02;
        }
    }


    img.feature-slider__main-img {
        filter:  drop-shadow(0px 0px 1px   rgba(17, 24, 39, 0.05))  drop-shadow(0px 10px 15px  rgba(17, 24, 39, 0.05)) drop-shadow(0px 4px 6px  rgba(0, 0, 0, 0.1));
        border-radius: 6px;
    }

    .feature-slider__slides {
        overflow: hidden;
        display: grid;
        grid-template-rows: 1fr;
    }

    .feature-slider__slides__item {
        flex: 0 0 100%;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        grid-area: 1 / 1 / 2 / 2;
    }

    .feature-slider__slides__item.active {
        opacity: 1;
    }

    @media(max-width:999px){
        .feature-slider {
            grid-template-columns:5fr 76fr;
        }

        .feature-slider__menu {
            display:contents;
        }
    
        .feature-slider__slides {
            display:contents;
        }

        .feature-slider__slides__item {
            opacity:1;
            grid-area: auto;
            margin-bottom:2rem;
        }

        .feature-slider__menu__item{
            box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(17, 24, 39, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
            border-radius: 16px;
            background: linear-gradient(136deg, #FFF 59.7%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.8) 100%), url(../svg/circuit-board.svg), #fff;
            justify-content:start;
            align-items:start;
        
        }

        .feature-slider__menu__item:nth-child(1),
        .feature-slider__slides__item:nth-child(1) {
            order:1;
        }
    
        .feature-slider__menu__item:nth-child(2),
        .feature-slider__slides__item:nth-child(2) {
            order:2;
        }
    
        .feature-slider__menu__item:nth-child(3),
        .feature-slider__slides__item:nth-child(3) {
            order:3;
        }
    
        .feature-slider__menu__item:nth-child(4),
        .feature-slider__slides__item:nth-child(4) {
            order:4;
        }

    }

    @media(max-width:767px){
        .feature-slider {
            grid-template-columns:1fr;
        }
    }

    .home-learn {
        background: linear-gradient(180deg, rgb(77 76 76 / 21%) 0%, rgb(0 0 0 / 34%) 100%), radial-gradient(circle, rgb(77 76 76 / 11%) 0%, rgb(0 0 0 / 47%) 100%), url(../png/bg.png);
        padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 4rem);
        position: relative;
        box-shadow: inset -3px 4px 160px 17px black;
        overflow: hidden;
        .container {
            position: relative;
            z-index: 2;
        }
    }

    .home-learn h2 {
        text-align: center;
        color: #ffffff;
        position: relative;
        text-shadow: 0px 0px 20px black;

        strong{
            position: relative;
            color: #1fb6ff;
        }

        img{
            position: absolute;
            opacity: 0.15;
            width: 190px;
            display: block;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(2);
            z-index: -1;
        }
    }

    .home-learn .cloud-feature > img {
        transition: all 1.5s ease-in-out;
    }


    .home-learn .cloud-feature:hover > img {
        transform: rotate(360deg);
    }

    .learn-sections > div {
        background: linear-gradient(0deg, #3d3d3d26, #303030eb);
        padding: 1rem;
        box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(17, 24, 39, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    }
    .learn-sections a{
        text-decoration:none;
        display:inline-block;
        border-radius:8px;
        color:white;
        margin-top:0.5rem;
    }

    .learn-sections{
        gap:2rem;
    }

    .learn-sections .cloud-feature {
        position: relative;
        cursor: pointer;
    }

    .learn-sections .cloud-feature__img {
        border:none;
        box-shadow: none;
        background:#1f1f1f;
    }

    .learn-sections img{
        width:20px;
    }

    img.lines-out {
        position: absolute;
        grid-area: unset;
        width: 130px;
        opacity: 0.3;
        left: -7%;
        top: -25%;
        z-index: -1;
    }

    img.moving-arrow {
        position: absolute;
        grid-area: unset;
        width: 130px;
        opacity: 0.3;
        left: 30%;
        bottom: -65%;
        z-index: -1;
    }

    img.squiggle {
        position: absolute;
        grid-area: unset;
        width: 111px;
        opacity: 0.3;
        right: -10%;
        top: -25%;
        z-index: -1;
    }

    .container.small-container {
        max-width: 800px;
        padding: clamp(2rem, 6vw, 8rem) clamp(1rem, 3vh, 2rem);
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .about-us-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;

        strong{
            color:#1fb6ff;
        }
    }

    .about-us-images {
        display:flex;
        filter:grayscale(1);
        transition: 0.5s;
        img{
            width: 50px;
            height: 50px;
            border-radius:100px;
            margin-left:-0.25rem;
            box-shadow: 0px 2px 3px 0px #00000061;
        }
    }

    .about-us-header:hover .about-us-images {
        filter: grayscale(0);
    }

    .meet-the-team {
        background: linear-gradient(45deg, rgba(255, 255, 255, 0.125) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.125) 100%), linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%), url(../svg/topography-2.svg), url(../jpg/about-bg.jpg) right no-repeat, #fff;
    }