.header__content {
    position: relative;
}
.info-action {
    display: inline-block;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 50px;
    text-align: left;
}

.info-action__small {
    text-align: right;
    font-size: 12px;
}
.info-action__title {
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 48px;
}
.info-action__caption {
    font-size: 20px;
}
.info-action__big {
    color: #c00;
    font-size: 70px;
}