.solutions-content h2 {

    color: #A53445;

    margin: 0;

    margin-bottom: 20px;

    font-size: 27px;

}



.solutions-content p {

    color: #6E8383;

    font-size: 15px;

    line-height: 20px;

    display: inline-block;

}


.bg-image-post {

	background-size: cover;

	background-repeat: no-repeat;

	background-position: center;

    width: 100%;

    float: left;
    
    min-height: 330px;

    height: inherit;

}


.solutions-content {

	width: 1000px;

	max-width: 100%;

	background-color: rgba(250, 250, 250, .9);

	-webkit-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);

	-moz-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);

	box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);

}



.solutions-content {

	width: 1000px;

	margin-top: 80px;

    padding: 20px;

    height: auto;

}



.solution-content-right {

    float: right;

}



.solution-content-right h2 {

    width: 100%;

    float: right;

    text-align: right;

}



.solution-content-right p {

    text-align: right;

}



.brands-col-bottom {

    position: absolute;

    width: 100%;

    height: 50%;

    bottom: 0;

    overflow: hidden;

    background-color: rgba(250, 250, 250, .9);

    -webkit-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);

    -moz-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);

    box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);

    padding: 40px 60px;

}



/* .brands-bottom-text {

    text-align: right;

} */



.brands-btm-solutions h2 {

    font-size: 25px !important;

}

@media (min-width: 768px) {
    .brands-bottom-text p {
        height: 140px;
        overflow: hidden;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .brands-bottom-text p {
        height: 80px;
        overflow: hidden;
        width: 100%;
    }
}


.solutions-part-default-height {
    /* display: flex; */
    flex-direction: column;
    padding-bottom: 50px;
}