.about-large-text {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}

.about-large-text__text {
    width: 100%;
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: 300;
    padding-left: 10rem;
}

.about-large-text__contact {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
    display: inline;
    float: right;
    padding-left: 1rem;
    padding-bottom: 0rem;
    margin-top: -3.1rem;
    max-width: 15rem;
}

.about-large-text__contact p:first-child {
    margin-top: 0;
}

.about-large-text__contact p:last-child {
    margin-bottom: 0;
}

.about-large-text__image {
    position: relative;
    margin-left: -5rem;
    margin-top: -10rem;
    z-index: -1;
    max-width: 20rem;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 900px) {
    .about-large-text__text {
        font-size: 2.2rem;
        line-height: 3rem;
    }
}

@media screen and (max-width: 750px) {
    .about-large-text__contact {
        float: unset;
        display: block;
        padding-left: 0;
        margin-left: -10rem;
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .about-large-text {
        padding: 4rem 1rem;
    }

    .about-large-text__image {
        margin-left: 0;
        margin-top: -3rem;
        max-width: 15rem;
    }
}

@media screen and (max-width: 580px) {
    .about-large-text__contact {
        max-width: 100%;
    }

    .about-large-text__text {
        font-size: 1.8rem;
        line-height: 2.7rem;
    }
}

@media screen and (max-width: 480px) {
    .about-large-text {
        padding: 2rem 1rem;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .about-large-text__contact {
        margin-left: 0;
        margin-bottom: 2rem;
        margin-top: 2rem;
        padding-right: 8rem;
    }

    .about-large-text__text {
        padding-left: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .about-large-text__image {
        margin-top: -5rem;
        max-width: 10rem;
    }
}