.ip-header-bar-page-name {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    padding: 17px 0;
    text-align: center;
}

.ip-header-bar-right {
    font-size: 13px;
    padding: 15px 15px;
    font-weight: 500;
}

.items-container {
    font-size: 0;
    text-align: center;
    max-width: 1400px;
    margin: auto;
    margin-top: 30px;
}

.item-col {
    margin-bottom: 40px;
}

.item {
    width: 90%;
    margin: auto;
    position: relative;
}

.item .img-text {
    position: absolute;
    bottom: 11vw;
    text-align: center;
    left: 0;
    right: 7vw;
    font-weight: 700;
}

.item .name {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}

.item .starting {
    font-size: 18px;
    color: #fff;
}

.item .image {
    width: 100%;
    max-width: max-content;
    transform: scale(1);
    transition: all .3s;
}

@media (min-width: 485px) {
    .item {
        width: 433px;
    }

    .item .img-text {
        bottom: 54px;
        right: 50px;
    }
}

@media (min-width: 768px) {
    .ip-header-bar-right-inner {
        max-width: 100%;
        margin: auto;
    }

    .items-container {
        max-width: 768px;
    }

    .item-col:nth-child(odd) {
        margin-right: -45px;
    }

    .item-col:nth-child(even) {
        margin-left: -45px;
    }

    .item-col {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        margin-bottom: 60px;
    }

    .item {
        width: 95%;
    }

    .item .img-text {
        bottom: 46px;
        right: 25px;
    }
}

@media (min-width: 930px) {
    .item {
        width: 433px;
    }

    .item-col:nth-child(odd) {
        margin-right: -15px;
    }

    .item-col:nth-child(even) {
        margin-left: -15px;
    }

    .item .img-text {
        bottom: 59px;
        right: 54px;
    }
}

@media (min-width: 1170px) {
    .ip-header-bar-left {
        position: relative;
    }

    .ip-header-bar-page-name {
        font-size: 27px;
        line-height: 27px;
        padding: 32px 0;
        text-align: left;
        padding-left: 50px;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }

    .ip-header-bar-right {
        width: calc(100% - 505px);
        padding-right: 20px;
    }

    .items-container {
        max-width: 1130px;
    }

    .item-col:nth-child(odd) {
        margin-right: 0;
    }

    .item-col:nth-child(even) {
         margin-left: 0; 
    }

    .item-col:nth-child(2) {
        margin-left: -65px;
        margin-right: -65px;
    }

    .item-col:nth-child(4) {
        margin-right: -32px;
        margin-left: -108px
    }

    .item-col:nth-child(5) {
        margin-left: -32px;
    }

    .item {
        width: 380px;
    }

    .item .img-text {
        bottom: 41px;
        left: 44px;
    }

    .item-col {
        width: 33.33%;
    }

    .item-col:hover .image {
        transform: scale(1.05);
    }

    .item .img-text {
        bottom: 46px;
        left: 14px;
    }
}

@media (min-width: 1300px) {
    .items-container {
         max-width: 1300px; 
    }

    .item {
        width: 431px;
    }

    .item-col:nth-child(2) {
        margin-left: -85px;
        margin-right: -85px;
    }

    .item-col:nth-child(4) {
        margin-right: -41px;
    }

    .item-col:nth-child(5) {
        margin-left: -41px;
    }
}

@media (min-width: 1400px) {
    .ip-header-bar-right {
        font-size: 16px;
    }
}

@media (min-width: 1500px) {
    .items-container {
        max-width: 1500px;
    }

    .item-col {
        width: 20%;
    }

    .item {
        width: 350px;
    }

    .item-col:nth-child(1) {
        margin-left: -50px;
    }

    .item-col:nth-child(2) {
        margin-left: -20px;
        margin-right: 0;
    }

    .item-col:nth-child(3) {
        margin-left: -20px;
        margin-right: -20px;
    }

    .item-col:nth-child(4) {
        margin-right: -20px;
        margin-left: 0;
    }

    .item-col:nth-child(5) {
        margin-left: 0;
    }
}

@media (min-width: 1600px) {
    .items-container {
        max-width: 1600px;
    }

    .item {
        width: 376px;
    }
}

@media (min-width: 1700px) {
    .items-container {
        max-width: 1700px;
    }

    .item {
        width: 379px;
    }
}

@media (min-width: 1800px) {
    .items-container {
        max-width: 1800px;
    }

    .item {
        width: 415px;
    }

    .item .img-text {
        bottom: 54px;
        left: 0;
    }
}

@media (min-width: 1900px) {
    .items-container {
        max-width: 1850px;
    }

    .item {
        width: 431px;
    }
}