.about-vega {
    position: relative;
    display: block;
}

.about-vega__container {
    position: relative;
    display: block;
}

.about-vega__image {
    position: relative;
    display: block;
}

.about-vega__image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 341/577;
    object-fit: cover;
    object-position: top center;
}

.about-vega__content {
    position: relative;
    display: block;
    margin-top: 26px;
}

.about-vega__heading {
    position: relative;
    display: block;
    font-family: var(--font-family-default);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.about-vega__text {
    position: relative;
    display: block;
    margin-top: 21px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375;
    letter-spacing: 0.16px;
}

.about-vega__text>* {
    margin: 0 !important;
    margin-bottom: 1.375em !important;
}

.about-vega__text>*:first-child:last-child,
.about-vega__text>*:last-child {
    margin-bottom: 0 !important;
}

@media screen and (min-width: 744px) {
    .about-vega__image img {
        aspect-ratio: 659/850;
    }

    .about-vega__content {
        margin-top: 52px;
    }

    .about-vega__heading {
        font-size: 27px;
        line-height: 1.2963;
        letter-spacing: 2.7px;
    }

    .about-vega__text {
        margin-top: 42px;
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: 0.2px;
    }
}

@media screen and (min-width: 1024px) {
    .about-vega__image {
        float: right;
        width: 37.554%;
        margin-left: 51px;
    }

    .about-vega__image img {
        aspect-ratio: 350/520;
    }

    .about-vega__content {
        margin-top: 0;
    }
}

@media screen and (min-width: 1280px) {

    .about-vega__image {
        width: 36.221%;
        margin-left: 74px;
    }

    .about-vega__image img {
        aspect-ratio: 460/683;
    }

    .about-vega__text {
        margin-top: 22px;
    }
}