header {
    position: unset;
    height: auto;
}

    header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
    }

.about .container {
    padding: 60px 0;
}

.about-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.about-left-container {
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 12px;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border: 1px solid #33333317;
}

    .about-left-container::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fff;
        top: 0;
        left: 0;
        z-index: 0;
    }

.about-left {
    font-size: 16px;
    width: calc(100% - 320px);
    float: left;
    padding-right: 25px;
}

.about .container section {
    margin-top: 25px;
    font-size: 16px;
    line-height: 177%;
    color: #000;
    position: relative;
}

.about .container .left img {
    max-width: 100% !important;
}

.about .container .left .heading {
    font-size: 17px;
    text-align: center;
    font-weight: 100;
    color: #333;
}

.about .container .left .heading-2 {
    text-align: center;
    font-size: 29px;
    line-height: 26px;
    margin: 10px 0;
    color: var(--default-color);
    font-family: interSB;
}

.about-wrap {
}

.about .container .left .description {
    font-size: 17px;
    color: #464646;
    text-align: center;
    font-size: 17px;
    line-height: 25px;
}

.about .container .left span {
    color: #363636;
}

.about ul li {
    list-style: unset;
}

.about-history .grid.wide {
    position: relative;
    z-index: 3;
}

.about-history {
    position: relative;
    overflow: hidden;
}

    .about-history::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 1;
        top: 0;
        background: linear-gradient(90deg, rgba(2, 130, 188, 0.88) 42.33%, rgba(236, 31, 37, 0.2) 100%);
        left: 0;
    }

.about-history-decor {
    position: absolute;
    width: 100%;
    height: 100%;
}

.about-history .container {
}

    .about-history .container .title {
        font-family: 'plusB';
        color: #fff;
        font-size: 32px;
        width: fit-content;
        position: relative;
    }

.about-heading {
    font-size: 16px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    background-color: var(--default-color-1);
    color: #fff;
    font-weight: 100;
    padding: 8px 18px;
    border-radius: 55px;
    z-index: 2;
    position: relative;
}

.about-heading-2 {
    text-align: center;
    color: var(--default-color-2);
    font-size: 29px;
    font-family: 'Montserrat-ExtraBold';
    margin-top: 16px;
    position: relative;
    z-index: 2;
}

.about-history .container .title::before {
    content: "";
    position: absolute;
    bottom: -16px;
    width: 35%;
    height: 2px;
    background-color: #fff;
}

.about-history-list {
    display: flex;
    align-items: center;
    position: relative;
    padding: 142px 0;
}

    .about-history-list::before {
        content: "";
        width: 100%;
        position: absolute;
        background-color: #fff;
        height: 2px;
    }

.about-history-item {
    padding: 0 20px;
    position: relative;
    transform: translateY(93px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .about-history-item::before {
        content: "";
        width: 15px;
        height: 15px;
        border: 1px dashed #fff;
        border-radius: 50%;
        position: absolute;
        top: -22px;
    }

    .about-history-item:nth-child(odd)::before {
        top: unset;
        bottom: -22px;
    }

    .about-history-item::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 38px;
        background-color: #fff;
        top: -60px;
    }

    .about-history-item:nth-child(odd)::after {
        top: unset;
        bottom: -60px;
    }

    .about-history-item:nth-child(odd) {
        transform: translateY(-93px);
    }

    .about-history-item h3 {
        text-align: center;
        margin: 0;
        color: #fff;
        font-family: 'plusM';
        margin-bottom: 5px;
        font-size: 18px;
    }

    .about-history-item span {
        text-align: center;
        color: #fff;
        display: block;
        font-size: 14px;
    }

.about-wrap {
}

.about {
    position: relative;
    background-color: #f2f2f2;
}

.about-item {
    width: 100%;
    padding: 22px;
    margin-bottom: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
}

.about-img {
    width: 45%;
    background-color: var(--default-color);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 8px 0 #33333347;
    height: 300px;
}

.about-item:last-child {
    margin-bottom: 0;
}

.about-item section {
    color: #333;
    width: 50%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #33333352;
}

.about-item strong {
    display: block;
    border-left: 2px solid var(--default-color-1);
    padding: 6px 0;
    padding-left: 13px;
    background-color: #fff;
    padding-right: 10px;
}

.about-item h3 {
    margin: 0;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    width: fit-content;
}

    .about-item h3::before {
        content: "";
        bottom: -8px;
        position: absolute;
        width: 50px;
        height: 2px;
        background-color: var(--default-color);
        border-radius: 5px;
    }

.home-about-bottom {
    padding-top: 15px;
    padding-bottom: 35px;
}

/* Mobile & tablet */
@media (max-width: 1023px) {
    .no-display-mobile-tablet {
        display: none !important;
    }

    .about .container {
        padding: 30px 0;
    }

    .about-item {
        flex-direction: column;
        padding: 10px;
    }

        .about-img,
        .about-item section {
            width: 100%;
        }

        .about-item section {
            margin: 15px 0;
        }

    .about-wrap {
        display: flex;
        flex-direction: column;
    }

    .about-left {
        width: 100%;
        padding: 0;
        float: unset;
    }

    .about-heading-2 {
        font-size: 18px;
    }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
    .no-display-tablet {
        display: none !important;
    }

    .about-history-item h3 {
        font-size: 16px;
    }

    .about-history-item span {
        font-size: 12px;
    }

    .about-history-item {
        padding: 0 5px;
    }

        .about-history-item:nth-child(odd) {
            transform: translateY(-89px);
        }

    .about-history-item {
        transform: translateY(89px);
    }
}

/* Mobile */
@media (max-width: 739px) {
    .no-display-mobile {
        display: none !important;
    }

    .about-left-container {
        padding: 12px;
        border-radius: 12px;
    }

    .about-img,
    .about-item section {
        box-shadow: none;
    }

    .about-wrap {
        flex-direction: column;
    }

    .about-heading-2 {
        font-size: 27px;
        line-height: 145%;
        margin-top: 14px;
        margin-bottom: 8px;
    }

    .about-heading {
        font-size: 14px;
    }

    .about-item {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }

    .about .container .left {
        padding: 8px;
        padding-bottom: 15px;
    }

    .about-history-list::before {
        display: none;
    }

    .about-history-list {
        flex-direction: column;
        align-items: unset;
        padding: 20px 0;
    }

    .about-history-item {
        align-items: unset !important;
        transform: translateY(0) !important;
        margin: 10px 0;
        justify-content: unset;
        padding: 0;
        padding-left: 34px;
    }

        .about-history-item h3 {
            text-align: left;
        }

        .about-history-item span {
            text-align: left;
        }

        .about-history-item::after {
            display: none;
        }

        .about-history-item::before {
            top: unset !important;
            bottom: unset !important;
            left: 0;
            top: 5px !important;
        }

    .about .container section {
        margin-top: 15px;
        font-size: 15px;
    }

    .about .container {
        padding: 20px 0;
    }
}