.mainSection {
    min-height: 500px;
    background: #fff;
    padding: 45px 30px;
}
.about {
    line-height: 1.6;
}
.about p {
    line-height: 1.6;
    width: 100%;
    clear: both;
}
.about > h1, .product-ds > h2 {
    text-transform: uppercase;
    color: #5e3a7a;
    width: 50%;
    margin: auto;
    text-align: center;
    font-family: trojan;
}
.mainSection.about ul {
    line-height: 1.6;
    padding-right: 30px;
}
.about > p {
    text-align: center;
    /*margin: 20px 0;*/
    line-height: 1.6;
}
.about > p:nth-child(2){
    margin-top:20px;
}
.column-more > img {
    width: 180px;
}

.more {
    height: 200px;
    padding-bottom: 3px;
}

.column-more {
    position:relative;
    background-color: #e6cbf1;
    width: 512px;
    float: left;
    height: 197px;
    padding-top: 30px;
}
.column-more:first-child{
    border-right: 1px solid #fff;
    padding-left: 24px;
    padding-right: 3px;
}
.column-more:last-child{
    border-left: 2px solid #fff;
    padding-right: 30px;
    padding-left: 10px;
}
.product-ds {
    width: 302px;
    padding:0 20px;
}

.column-more:first-child> img,.column-more:last-child > .product-ds{
    float: left;
}
.column-more:last-child> img,.column-more:first-child > .product-ds{
    float: right;
}
.column-more:last-child > 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 > p,.product-ds > p *{
    font-size:13px !important;
}

.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){
    .about {
        /*height: 330px;*/
    }
    .column-more{
        width: 50%;
    }
    .column-more > img{
        width: 35.15625%;
    }
    .product-ds{
        width: 58.984375%;
    }
    .column-more:last-child > img{
        height: 100%;
        margin-top: -10px;
    }
    .product-ds > .readMore-btn:hover {
        background: inherit;
        color: inherit;
        border-color: inherit;
    }
    .column-more:last-child{
        padding-right: 10px;
    }
}

/*Mobile Phones Styles*/
@media screen and (max-width:768px){
    .slideshow{
        height: 330px;
    }
    .about {
        height: auto;
        padding-bottom: 30px;
        padding-top: 20px;
    }
    .about > h1{
        width: 100%;
    }
    .more{
        height: auto;
    }
    .column-more {
        width: 100%;
        float: none;
        margin: 1px 0 0 0;
        padding: 20px 10px;
        height: 165px;
        border: none;
    }
    .column-more > img{
        display: none;
    }
    .product-ds{
        width: 100%;
    }
    .product-ds > h2{
        font-size: 20px;
    }


}