.about-company-content {
    grid-row: 3;
    grid-column-start: 1;
    grid-column-end: 7;
    font-size: 1.5625em;
    font-family: Onest;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3em;
    color: #404348;
    margin-top: 1.36em;
}

.about-company-title {
    grid-row: 1;
    font-size: 3.5em;
    font-family: AvrileSans-Condensed;
    font-weight: 500;
    font-style: normal;
    line-height: 1em;
    color: #0095DA;
    margin-bottom: 0.10714285714285714em;
}

.about-company-img {
    height: 1.625em;
    margin-bottom: 0.375em;
    grid-row: 1;
    grid-column: 12;
    justify-self: flex-end;
    align-self: flex-end;
}

.about-company-section-container {
    padding: 4.5625em 3.2967033% 3.5em;
    background-color: #F4FCFF;
    column-gap: 1.17647059%;
    border-radius: 1.5625em;
    background: #F4FCFF;
    z-index: 0;
    margin-top: -8.4375em;
}

@media (max-width: 1024px) {
    .about-company-content {
        grid-column-end: 13;
        font-size: 1.125em;
        line-height: 1.2em;
        margin-top: 1.444444444444444em;
    }

    .about-company-title {
        font-size: 1.875em;
        line-height: 0.9em;
        margin-bottom: 0.2em;
    }

    .about-company-img {
        height: 1.5em;
        margin-bottom: 0.125em;
    }

    .about-company-section-container {
        padding: 2.3125em 4.373177842565598% 1.5625em;
        z-index: 0;
        margin-top: 0;
    }
}