.about__our--company .container {
    max-width: 1275px;
}

.our__company--image {
    width: 41.876%;
}

.our__company--image img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about__our--company-container {
    display: flex;
    gap: 102px;
    align-items: flex-end;
}

.our__company--content {
    width: 60.124%;
}

.our__company--image .image--inner {
    position: relative;
    width: 100%;
    padding-bottom: 120.48%;
    border-radius: 3px;
    /* Fallback using box-shadow for better compatibility */
    -webkit-box-shadow: 11px 15px 8px rgba(112, 112, 112, 0.01),
        6px 9px 6px rgba(112, 112, 112, 0.05),
        3px 4px 5px rgba(112, 112, 112, 0.09),
        1px 1px 3px rgba(112, 112, 112, 0.1);
    /* Webkit browsers */
    -moz-box-shadow: 11px 15px 8px rgba(112, 112, 112, 0.01),
        6px 9px 6px rgba(112, 112, 112, 0.05),
        3px 4px 5px rgba(112, 112, 112, 0.09),
        1px 1px 3px rgba(112, 112, 112, 0.1);
    /* Firefox */
    box-shadow: 11px 15px 8px rgba(112, 112, 112, 0.01),
        6px 9px 6px rgba(112, 112, 112, 0.05),
        3px 4px 5px rgba(112, 112, 112, 0.09),
        1px 1px 3px rgba(112, 112, 112, 0.1);
    overflow: hidden;
}

.our__company--content-details .keys {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 58px;
    grid-row-gap: 56px;
    margin-bottom: 30px;
}

.key__item--inner .key__title {
    margin: 0;
    color: #752963;
    margin-bottom: 4px;
}

.our__company--infomation .our__company--title {
    margin-bottom: 53px;
    margin-top: 0;
}

.our__company--infomation .text.first {
    margin-bottom: 16px;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #1B214A;
}

.our__company--infomation {
    max-width: 547px;
}

.our__company--infomation .our__company--subtitle {
    margin-bottom: 13px;
}

.our__company--content-details .text:not(.first) {
    margin-bottom: -3px;
}

@media only screen and (min-width: 1600px) {
    .about__our--company .container {
        max-width: 1470px;
    }
}


@media only screen and (max-width: 991px) {
    .our__company--content-details .keys {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .about__our--company-container {
        gap: 0;
    }

    .our__company--content {
        padding-left: 50px;
    }

    .our__company--infomation .our__company--title {
        margin-bottom: 33px;
    }
}

@media only screen and (max-width: 860px) {
    .our__company--content-details .keys {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767.98px) {
    .our__company--content {
        padding-left: 0;
    }
    .about__our--company-container {
        flex-direction: column;
        gap: 40px;
    }

    .our__company--image .image--inner {
        padding-bottom: 118.48%;
    }

    .our__company--content-details .keys {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 21px;
    }

    .our__company--image,
    .our__company--content {
        width: 100%;
    }

    .our__company--image {
        order: 2;
    }

    .our__company--infomation .our__company--subtitle {
        margin-bottom: 17px;
    }

    .our__company--infomation .our__company--title {
        margin-bottom: 17px;
    }

    .our__company--infomation .text.first {
        font-family: 'Poppins';
        font-weight: 300;
        font-size: 16px;
        line-height: 21px;
        color: #1B214A;
        margin-bottom: 30px;
    }

    .key__item--inner {
        display: flex;
        align-items: flex-end;
        gap: 10px;
    }

    .key__item--inner .key__title {
        font-family: 'Poppins';
        font-weight: 300;
        font-size: 30px;
        line-height: 1;
        margin-bottom: 0;
    }
}