.companies-slider .slick-track{
    display: flex;
}

.companies-slider .slick-slide{
    margin-top: auto;
    margin-bottom: auto;
}

.companies-slider .slick-slide img{
    max-width: 300px !important;
}

.companies-slider .slick-slide img {
    max-width: 300px !important;
    max-height: 170px;
}




.companies-z-format {
    display: flex;
    flex-direction: column;
}

.company-item {
    display: flex;
    min-height: 700px;
}

.right .company-info{
    background-color:#F7643A;
    color: #fff;
}

.company-item.left .company-info {
    order: 1;
}

.company-item.left .company-image {
    order: 2;
}

.company-item.right .company-info {
    order: 2;
}

.company-item.right .company-image {
    order: 1;
}

.company-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.company-info .text {
   padding: 50px;

}

.company-info h2 { margin-bottom: 0.8em; line-height: 1.2em; }

.company-info .text .visit-website{
    margin-top: 15px;
    padding: 10px 50px;
    text-transform: uppercase;
	line-height: 1.2em;
	display: inline-block;
	white-space: nowrap;
}

.company-info .text .visit-website:hover{
  background-color: #333;

}

.company-info .text p{
    max-width: 700px;
}

.company-image {
    flex: 1;
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 200px;
}

.company-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 70%;
	max-width: 90%;
}

@media (max-width: 768px) {
    .company-item {
        flex-direction: column;
    }
    .company-item.left .company-info,
    .company-item.left .company-image,
    .company-item.right .company-info,
    .company-item.right .company-image {
        order: initial;
    }
}

.left .visit-website{
    background-color: #F7643A;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.right .visit-website{
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 5px;
}


.slider-item svg{
    position: absolute;
    right: 0;
    top: 0;
}