﻿@media only screen and (min-width: 1200px) {
    .centerOne img {
        width: 100%;
        height:345px;
    }
    .centerOne .centerOne-img {
        height: 185px;
    }
    .center-spam {
        text-align: left;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .center-spam {
        text-align: left;
    }
    .centerOne img {
        width: 100%;
        height: 250px;
    }
    .centerOne .centerOne-img {
        height: 185px;
    }
    .centerOne-img {
        height: 145px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .center-spam {
        text-align: left;
    }
    .centerOne img {
        width: 100%;
        height: 185px;
    }
    .centerOne .centerOne-img {
        height: 115px;
    }
    
}

@media only screen and (max-width: 767px) {
    .center-spam {
        text-align:center;
    }
    .centerOne img {
        width: 100%;
    }
    
}
