.intro {
    height: 100%;
    background: url(../img/img1.jpg) 100% 100% no-repeat;
    background-size: cover;
}

.intro-inner {
    padding: 0 0 76px;
}

.intro-title {
    padding: 28% 0 42%;
    font-family: "ObjectSans-Heavy";
    font-size: 73px;
    line-height: 76px;
    text-transform: uppercase;
    text-align: right;
    text-shadow: 4px 4px 5px #b9bec3;
}

.intro-title span {
    font-family: "ObjectSans-Regular";
    font-size: 34px;
    line-height: 35px;
    text-transform: uppercase;
}

.advantages {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.advantages-link {
    display: flex;
    font-size: 19px;
    line-height: 20px;
    text-transform: uppercase;
    width: max-content;
}

.advantages-link span {
    padding: 0 28px;
}

@media all and (max-width: 1366px) {
    .advantages-link {
        font-size: 16px;
        line-height: normal;
    }

    .advantages-link span {
        padding: 0 10px;
    }

}

@media all and (max-width: 1024px) {
    .advantages {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .advantages-link {
        margin: 10px 0;
        font-size: 14px;
        line-height: normal;
    }

    .advantages-link span {
        padding: 0 28px;
    }
}

@media all and (max-width: 899px) {
    .intro-title {
        font-size: 50px;
        line-height: normal;
    }

    .intro-title span {
        font-size: 24px;
        line-height: normal;
    }
}
@media all and (max-width: 620px) {

    .intro-title {
        font-size: 25px;
        line-height: normal;
        padding: 41% 0 22%;
    }

    .intro-title span {
        font-size: 20px;
        line-height: normal;
    }
    .advantages-link span {
        padding: 0;
    }
}

@media all and (max-width: 420px) {
    .advantages{
        display: none;
    }
}
