
body{
    background-color: color-mix(in srgb,var(--main-bg) 20%, rgb(0,0,0));
}

.about-wrapper{
    text-align: justify;
    align-self: center;
    padding: 15px;
    border-radius: 8px;
    padding-left: 10%;
    padding-right: 10%;
    max-width: 80%;
    margin-top: 85px;
}

.about-wrapper .header{
    font-size: 1.2em;
    font-weight: bolder;
    margin-bottom: 30px;
    font-family: 'Yeshuah';
    letter-spacing: 1px;
    text-align: left;
}

.about-wrapper img{
    object-fit: contain;
}


.main-title{
    font-family: "LexendDeca";
    font-size: 22px;
}

.about-wrapper .img{
    width: 300px;
}

.gap-10{
    gap:10px;
}

.gap-40{
    gap:40px;
}

.spacer{
    margin-bottom: 80px;
}

.partners{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
    text-align: center;
    gap: 15px;
}
.partners-header{
    font-family: 'Yeshuah';
    font-size: 1.2em;
    font-weight: bolder;
    text-align: left;
}

.partners img{
    width: 150px;
}

.big-text{
    font-size: 1.2rem;
}

.small-text{
    font-size: 0.8rem;
}

.flex-c-r{
    display: flex;
    flex-direction: row;
}

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

    .flex-c-r{
        display: flex;
        flex-direction: column;
    }

    .rev{
        flex-direction: column-reverse;
    }
    .about-wrapper{
        text-align: justify;
        align-self: center;
        padding: 0;
        border-radius: 8px;
        max-width: 100%;
    }

    .partners{
        grid-template-columns: 1fr 1fr 1fr;
        
    }
    
}
