.last-prom {
    background-color: #969696;
}

.last-prom-item {
    width: 16%;
    transition: 0.5s;
}

.last-prom-item img{
    width: 100%;
}

.last-prom-list {
    padding: 20px 0;
}

.last-prom-item p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
    margin-bottom: 0;
}

.last-prom-item:hover{
    transform: scale(1.05);
}

.brands-owner img {
    height: 45px;
    align-self: center;
}

.brands-owner {
    color: #3a3a3a;
    font-family: 'Comfortaa';
    padding: 20px 0;
}

.order-call {
    padding: 10px 0px 30px;
}

.order-call .header {
    text-align: center;
    font-family: 'Comfortaa';
    text-transform: uppercase;
}

.order-call button {
    background-color: #eb5a18;
    border: 1px solid #eb5a18;
    color: white;
    transition: .2s;
}

.order-call button {
    height: 35px;
    padding: 0;
    width: 100px;
    border-radius: 0;
}

.order-call button:hover {
    background-color: white;
    color: #eb5a18;
}


.order-call input {
    height: 29px;
    width: 450px;
}

.order-call form p {
    margin-bottom: 5px;
}

.order-call .row-start {
    width: 557px;
    margin: auto;
}

@media (max-width: 1200px) {
    .last-prom-list#width{
        width: auto;
        padding: 25px;
    }

    .brands-owner#width {
        display: none;
    }
}

@media (max-width: 1000px) {
    .last-prom-list {
        flex-wrap: wrap;
    }

    .last-prom-item {
        width: 40%;
        margin: auto;
    }
}

@media (max-width: 800px) {
    .order-call {
        padding: 50px 20px;
    }
}

@media (max-width: 600px) {
    .order-call input {
        width: 250px;
    }
    .order-call .row-start {
        width: 357px;
    }
}


@media (max-width: 500px) {
    .last-prom-item {
        width: 80%;
        margin-bottom: 50px;
    }
    .last-prom-item p {
        margin: 0;
    }
}

@media (max-width: 400px) {
    .order-call input {
        width: 150px;
    }
    .order-call .row-start {
        width: 257px;
    }
}