.mainSection {
/*    min-height: 500px;*/
    background: #fff;
    padding: 60px 30px;
}
.about > h1, .product-ds > h2 {
    text-transform: uppercase;
    color: #5e3a7a;
    width: 50%;
    margin: auto;
    text-align: center;
    font-family: trojan;
}

.about > p {
    text-align: center;
    margin: 20px 0;
    line-height: 1.4;
}
.column-more > img {
    width: 180px;
}

.more {
    /*    height: 200px;*/
    display: table;
    padding-bottom: 60px;
    width: 100%;
}

.column-more {
    position:relative;



    background-color: #e6cbf1;
    width: 50%;
    float: left;
    height: 197px;
    padding-top: 30px;
    margin-bottom: 2px;
    border-right: 2px solid #fff;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
}

.lastCatalog{
    clear: both !important;
    float: none;
    margin: auto;
}
/*
.column-more:last-child{
    border-left: 2px solid #fff;
    padding-right: 30px;
    padding-left: 10px;
}
*/
.product-ds {
    width: 302px;
}

.column-more > .product-ds{
    float: left;
}
.column-more> img{
    float: right;
}
.column-more > img {
    width: calc(100% - 302px);
    margin-top: -30px;
    height: 197px;
    object-fit: contain;
}

.product-ds > h2 {
    font-size: 24px;
    width: 100%;
    margin-bottom: 15px;
}

.product-ds > p {
    line-height: 1.3;
    margin-bottom: 15px;
    text-align: center;
}

.product-ds > .readMore-btn:hover {
    background: #fff;
    color: #5e3a7a;
    border-color: #fff;
}

.readMore-btn > span {
    float: left;
}

.readMore-btn > img {
    float: right;
    margin-top: -5px;
}
.container {
    padding-top: 170px;
}
@media screen and (max-width:1023px){
    .column-more{
        padding-top: 0;
    }
    .product-ds{
        width: 58.984375%;
        padding-top: 30px;
    }
    .column-more > img{
        width: 41.015625%;
        margin: 0;
        height: auto;
    }
}    
@media screen and (max-width:768px){
    .mainSection{
        padding: 20px 30px;
    }
    .column-more {
        width: 100%;
        float: none;
        margin: 1px 0 0 0;
        padding: 0;
        /*height: auto;*/
        border: none;
    }
    .column-more > img{
        display: none;
    }
    .product-ds{
        width: 100%;
    }
    
    .column-more > .product-ds{
        padding: 20px 10px 15px;
        float: none;
    }
}