/* Styling limited to the existing #about information section. */
#about.jmt-company-info {
    background: #f3f8fc;
    color: #263b55;
    padding: clamp(24px, 3vw, 48px) clamp(12px, 2vw, 32px);
}

#about.jmt-company-info .jmt-company-info__shell {
    width: min(100%, 1480px);
    margin-inline: auto;
}

#about.jmt-company-info .jmt-company-info__card {
    position: relative;
    overflow: hidden;
    padding: clamp(24px, 3vw, 42px) clamp(32px, 4.5vw, 64px) clamp(32px, 4.5vw, 64px);
    background: #fff;
    border: 1px solid rgba(15, 74, 128, 0.08);
    border-radius: clamp(24px, 2.2vw, 30px);
    box-shadow: 0 20px 60px rgba(28, 73, 112, 0.10);
}

#about.jmt-company-info .jmt-company-info__card::after {
    position: absolute;
    top: -84px;
    right: -74px;
    width: 255px;
    height: 255px;
    content: "";
    pointer-events: none;
    opacity: 0.5;
    background-image: radial-gradient(circle, rgba(8, 101, 215, 0.2) 1.5px, transparent 1.7px);
    background-size: 13px 13px;
}

#about.jmt-company-info .jmt-company-info__title {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #102b4e;
    font-family: Lato, Arial, sans-serif;
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.15;
    text-align: center;
    text-transform: none;
}

#about.jmt-company-info .jmt-company-info__title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 16px 0 clamp(38px, 4vw, 54px);
}

#about.jmt-company-info .jmt-company-info__title-decoration span {
    display: block;
    width: 36px;
    height: 4px;
    border-radius: 99px;
    background: #0874d8;
}

#about.jmt-company-info .jmt-company-info__title-decoration i {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0874d8;
}

#about.jmt-company-info .jmt-company-info__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(320px, 1fr);
    align-items: center;
    gap: clamp(32px, 5vw, 78px);
}

#about.jmt-company-info .jmt-company-info__content,
#about.jmt-company-info .jmt-company-info__media,
#about.jmt-company-info .jmt-company-info__welcome,
#about.jmt-company-info .recent-works,
#about.jmt-company-info #works,
#about.jmt-company-info .jmt-company-info__media-stack {
    width: auto;
    min-width: 0;
    margin: 0;
}

#about.jmt-company-info .jmt-company-info__text {
    margin: 0;
    color: #263b55;
    font-family: "BPG Nino Mtavruli", Lato, Arial, sans-serif;
    font-size: clamp(15px, 1.18vw, 18px);
    line-height: 1.74;
    overflow-wrap: anywhere;
}

#about.jmt-company-info .jmt-company-info__intro {
    display: flow-root;
    margin-bottom: 16px;
}

#about.jmt-company-info .jmt-company-info__globe {
    float: left;
    width: clamp(100px, 9vw, 128px);
    height: clamp(100px, 9vw, 128px);
    max-width: none;
    margin: 0 24px 12px 0;
    padding: 4px;
    object-fit: contain;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(8, 101, 215, 0.2);
}

#about.jmt-company-info #about1 {
    min-height: 0;
    margin: 0;
    color: #263b55;
}

#about.jmt-company-info .jmt-company-info__text p {
    margin: 0 0 16px;
}

#about.jmt-company-info .jmt-company-info__text ul,
#about.jmt-company-info .jmt-company-info__text ol {
    margin: 12px 0 20px;
    padding: 0;
    list-style: none;
}

#about.jmt-company-info .jmt-company-info__text li {
    position: relative;
    min-height: 22px;
    margin: 7px 0;
    padding-left: 30px;
}

#about.jmt-company-info .jmt-company-info__text li::before {
    position: absolute;
    top: 0.58em;
    left: 0;
    width: 14px;
    height: 14px;
    content: "✓";
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    background: #0874d8;
    border-radius: 50%;
}

#about.jmt-company-info .jmt-company-info__text p:last-child {
    margin-top: 24px;
    color: #0874d8;
    font-weight: 700;
}

#about.jmt-company-info .jmt-company-info__media {
    padding-top: 0;
}

#about.jmt-company-info .jmt-company-info__media-stack {
    display: grid;
    gap: clamp(28px, 2.7vw, 40px);
}

#about.jmt-company-info .jmt-company-info__image {
    display: block;
    float: none;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 6px;
    object-fit: cover;
    border: 1px solid #b9d9f5;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(21, 55, 89, 0.16);
}

@media (max-width: 1279px) {
    #about.jmt-company-info .jmt-company-info__layout {
        gap: 36px;
    }
}

@media (max-width: 1023px) {
    #about.jmt-company-info .jmt-company-info__layout {
        grid-template-columns: 1fr;
    }

    #about.jmt-company-info .jmt-company-info__media {
        padding-top: 0;
    }

    #about.jmt-company-info .jmt-company-info__media-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }
}

@media (max-width: 767px) {
    #about.jmt-company-info {
        padding: 28px 12px;
    }

    #about.jmt-company-info .jmt-company-info__card {
        padding: 28px 22px;
    }

    #about.jmt-company-info .jmt-company-info__globe {
        float: none;
        display: block;
        margin: 0 auto 18px;
    }

    #about.jmt-company-info .jmt-company-info__intro {
        text-align: left;
    }

    #about.jmt-company-info .jmt-company-info__media-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    #about.jmt-company-info .jmt-company-info__image {
        height: 168px;
        object-fit: cover;
        border-radius: 14px;
    }
}

@media (max-width: 374px) {
    #about.jmt-company-info {
        padding-inline: 8px;
    }

    #about.jmt-company-info .jmt-company-info__card {
        padding: 24px 16px;
    }

    #about.jmt-company-info .jmt-company-info__text li {
        padding-left: 26px;
    }
}
