.intro {
    margin-top: 88px;
    background-color: #FBFBFB;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    padding: 20px 0 60px;
    display: flex;
    justify-content: center;
    color: #152131;
}

.intro-wrapper {
    width: 1220px;
}

.intro-image-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.intro-path {
    margin: 0 0 60px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    opacity: 0.7;
}

.intro-path a {
    color: #152131;
    text-decoration: none;
}

.intro-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    margin: 0;
}

@media (max-width: 900px) {

    .intro {
        padding: 20px 15px 60px;
        background-color: #f2f2f2;
        width: 360px;
    }

    .intro-wrapper {
        width: 100%;
    }

    .intro-path {
        max-width: 360px;
        margin-bottom: 30px;
    }

    .intro-image-wrapper {
        flex-direction: column;
        align-items: start;
    }

    .intro-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }


}