*{
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-family: Helvetica Now Display;
    font-size: 62.5%;
    
}

.body{
    background: linear-gradient(180deg, #EFEFFD 0%, rgba(239, 239, 253, 0.00) 100%);
}


img{
    max-width: 100%;
}

@font-face {
    font-family: Helvetica Now Display;
    src: url(fonts/HelveticaNowDisplay/HelveticaNowDisplay-Regular.ttf);
}


main{
    max-width: 100%;
    display: inline-flex;
    padding: 6.4rem 9rem;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem; 
}

.history--foundation{
    background: #F7F7FF;
    box-shadow: 0px -22px 50px 0px rgba(0, 0, 0, 0.01);
    height: 49.5rem;
    flex-shrink: 0;
}

.headers{
    display: flex;
    flex-direction: row;
    
}

.history--content{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.history--content>div{
    width: 9.6rem;
}

.investors--badge{
    max-width: 100%;
    display: inline-flex;
    flex-direction: column;
    height: 38.3rem;
    background: white;
    padding: 8rem 21.9rem;
    gap: 8px;
}

.investors--badge>h2{
    font-size: 4.8rem;
}

.investors--badge>p{
    font-size: 2.2rem;
}

.svg--logos{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    margin: 2.4rem;
}

.company--culture{
    color: rgba(89, 37, 220, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    width: 100%;
    font-size: 2rem;
}



.header--first{
    color: black;
    color: #151515;
    text-align: center;
    font-family: Helvetica Now Display;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 76.8px */
    width: 126rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    
}

.gradient__text{
    background: var(--Radial-1, radial-gradient(50% 50% at 50% 50%, #6557FF 0%, #61DFC6 52.4%, #FFC633 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Helvetica Now Display;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.grid--cols-2{
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 2.4rem;
    width: 126rem;
}

.left-grid--content{
    width: 72.5rem;
    height: 78.1rem;
   justify-content: center;
    align-items: center;
    align-content: center;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 3rem;
    position: relative;
    position:static;
    align-content: stretch;
}

 .img1{
    transform: translate(148px, 354px, 333px, 0);
}



.right-grid--content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2rem;
    flex: 1 0 0;
}

.right-grid--content>h2{
    color: var(--Black, #151515);

    /* Headline: 3/Medium */
    font-family: Helvetica Now Display;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.right-grid--paragraph{
    color: #333;

    /* Body Text: 4/Light */
    font-family: Helvetica Now Display;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  
}

button{
    border: none;
    cursor: pointer;
    font-size: 1.8rem;
    letter-spacing: -0.3px;
    height: 5.6rem;
    padding: 1.3rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 50px;
    background: #FFC13C;
    }

    .btn--join{
        width: 15.4rem;
    }

.news--banner{
    display: flex;
    flex-direction: column;
    padding: 6.4rem;
    justify-content: center;
    align-items: center;
    gap: 3.2rem;
    align-self: stretch;
    border-radius: 1.6rem;
    background: linear-gradient(96deg, #352D92 0%, #1D185A 99.34%);
    justify-content: center;
}

.news--banner >h1{
    width: 844px;
    color: #FFF;
    text-align: center;
    font-family: Helvetica Now Display;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 76.8px */
}

.news--banner >p{
    width: 84.4rem;
    color: #FFF;
    text-align: center;
    font-family: Helvetica Now Display;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
}

.news--banner>button{
    letter-spacing: .3px;
}

@media screen and (max-width: 992px){

    body{
        width: 99.2rem;
    }
  
    main{
        padding: 4rem 5rem;
        z-index: 1;
    }

    button{
        font-size: 1.4rem;
    }

    .btn--join{
        height: 4.8rem;
        padding: 1.3rem 2rem;
        width: 13rem;
    }

    .company--culture{
        font-size: 1.6rem;
    }

    .header--first{
        font-size: 4rem;
        width: 85rem;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
    }

    .gradient__text{
        font-size: 4rem;
    }

    .grid--cols-2{
        display: grid;
        gap: 4rem;
        width: 80rem;
    }

    .left-grid--content{
        width: 50rem;
        height: 55rem;
        gap: 1.8rem;
    }

    .right-grid--content>h2{
        font-size: 2.5rem;
    }
    
    .right-grid--paragraph{
        font-size: 1.3rem;
    }

    .news--banner{
        padding: 5rem 3rem;
        gap: 2rem;
        font-size: 2rem;
    }
    
    .news--banner >h1{
        font-size: 3rem;
    }
    
    .news--banner >p{
        width: 48rem;
        font-size: 1.7rem;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
    }

   .btn--position{
        font-size: 1.4rem;
        height: 4.5rem;
        padding: 1.3rem 2rem;
        justify-content: center;
        align-items: center;
        border: none;
        letter-spacing: -0.3px;
        gap: 4rem;
   }
}

