.highlight-pg-container {
    display: inline-block;
    width: 22%;
    vertical-align: top;
    /*border-right: 1px solid #ecedee;*/
    position: relative;
    /*margin: 0 -3px 43px*/
}

@media only screen and (min-width:1024px) {
    .highlight-pg-container:nth-child(3n+3) {
        border-right: none
    }
}

@media only screen and (max-width:1023px) and (min-width:751px) {
    .highlight-pg-container {
     /*   width: 50%*/
    }
    .highlight-pg-container:nth-child(2n+2) {
        border-right: none
    }
}

@media only screen and (max-width:750px) {
    .highlight-pg-container {
        width: 100%;
        border-right: none
    }
}

.highlight-pg-container p {
    margin: 12px 13px
}








.highlight-pg-right {
    position: relative;
    top: 0;
    /* right: 17px; */
    max-width: 400px;
    /* text-align: center; */
    margin: auto;
}

.highlight-pg-container .highlight-pg-right .centered {
    display:none
}




.menu_line {
    margin-left:25px; 
	margin-right:25px;
	display:flex; 
	
}

