.about-vm {
    position: relative;
    background: #ff9812;
    padding: 3.611rem 0; /* 52px */
}
.about-vm-decoline {
    width: 100%;
    object-fit: contain;
}
.about-vm__wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
    gap: 3.5rem;
    align-items: center;
}

.about-vm__content {
    display: flex;
    flex-direction: column;
    gap: 2.153rem; /* 31px */
}

.about-vm__heading {
    display: flex;
    align-items: center;
    gap: 1.25rem; /* 18px */
    margin-bottom: 1.111rem; /* 16px */
}
.about-vm__heading svg,
.about-vm__heading img {
    flex-shrink: 0;
    width: 4.097rem; /* 59px */
    height: 4.097rem;
}

.about-vm__heading h2 {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
    font-size: 2.5rem; /* 36px */
    color: #fff;
}

.about-vm__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.about-vm__list li {
    display: flex;
    align-items: center;
    gap: 1.111rem; /* 16px */
}

.about-vm__list img {
    flex-shrink: 0;
    width: 1.875rem; /* 27px */
    height: 1.875rem;
}

.about-vm__list span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1.25rem; /* 18px */
    color: #fff;
}

.about-vm__photo-frame {
    background: #007eff;
    border-radius: 1.389rem; /* 20px */
    padding: 0.833rem; /* 12px */
}

.about-vm__photo-frame img {
    width: 100%;
    display: block;
    border-radius: 0.972rem; /* 14px */
    aspect-ratio: 380 / 495;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .about-vm__wrap {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .about-vm__photo-frame {
        max-width: 24rem;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .about-vm__heading h2 {
        font-size: 1.75rem;
    }

    .about-vm__list span {
        font-size: 1rem;
    }
}
