/* about */
.about{
    margin-top: 112px;
}
.about .max-width{
    max-width: 1440px;
    padding: 80px 160px;
}

.about .head-div{
    display: flex;
    max-width: 426px;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    margin: auto;

    margin-bottom: 32px;
}

.about .head-div h1{
    color: #1F1F1F;
    text-align: center;
    font-family: Oskari G2;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 67.2px */
}

.about .img-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;

    margin-bottom: 40px;
}

.about .img-div .about-img{
    width: 100%;
    border-radius: 24px;
}

.about .img-div p{
    color: var(--66, #666);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Oskari G2;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 39.2px */
}

.about .col-div{
    display: flex;
    padding: 24px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;

    border-right: 1px solid #F2F2F2;
}

.about .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 40px;
}

.about .col-div h3{
    color: #1F1F1F;
    font-family: Oskari G2;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.about .col-div p{
    color: var(--66, #666);
    font-family: Oskari G2;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    opacity: 0.8;
}

/* Trusted */

.trusted .max-width{
    max-width: 1440px;
    padding: 0px 160px;
}

.trusted {
    padding: 80px 0px;
}

.trusted h1{
    color: #1F1F1F;
    text-align: center;
    font-family: Oskari G2;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-bottom: 72px;
}

.trusted .carousel{
    overflow: hidden;
}

.trusted .marquee .d-flex img{
   margin-right: 120px;
   height: 32px;
}

@media (max-width: 576px) { 

    .about .img-div p {
        font-size: 22px;
    }

    /* about */
    .about {
        margin-top: 90px;
        padding: 40px 0px;
    }
    .about .max-width {
        max-width: 1440px;
        padding: 0px;
    }
    
    .about .head-div {
        display: flex;
        max-width: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
        text-align: center;
        margin: auto;
        padding: 0px;
        padding-bottom: 0px;
        padding-inline: 20px;
    }
    
    .about .head-div h1 {
        color: #1F1F1F;
        text-align: center;
        font-family: Oskari G2;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 48px */
    }
    
    .about .head-div h5 {
        color: var(--66, #666);
        text-align: center;
        font-family: Oskari G2;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%; /* 30px */
    }
    
    .about .about-img {
        width: 100%;
        margin: 32px 0px;
        border-radius: 0px;
        height: 260px;
        object-fit: cover;
    }
    
    .about .img-div {
        gap: 0px;
        padding-inline: 20px;
        margin-bottom: 32px;
    }
    
    .about .row{
        padding-inline: 20px;
        gap: 0px;

        width: 100%;
        margin-top: 40px;
    }
    
    .about .col-div {
        display: flex;
        padding: 0px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        border-right: 0px solid #F2F2F2;
    }
    
    .about .col-div h3 {
        color: #1F1F1F;
        font-family: Oskari G2;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    
    .about .col-div p {
        color: var(--66, #666);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Oskari G2;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 33.6px */
    }

    .g-2, .gy-2 {
        --bs-gutter-y: 28px;
    }

    .trusted {
        padding: 60px 0px 40px 0px;
        margin-bottom: 66px;
    }

    .trusted .max-width {
        max-width: auto;
        padding: 0px 20px;
    }

    .trusted h1 {
        color: #1F1F1F;
        text-align: center;
        font-family: Oskari G2;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 36px;
    }
    .trusted .marquee .d-flex img {
        margin-right: 40px;
        height: 28px;
    }
}
