.list-title{
    font-family: "CenturyGothicPaneuropeanBold";
    font-size: 14px;
    text-transform: uppercase;
}

li{
    font-family: "CenturyGothicPaneuropeanRegular";
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

.title{
    margin-bottom: 50px;
}

.mb50{
    margin-bottom:50px;
}

.main-row img{
    max-height: -webkit-fill-available;
}

.main-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.main-row .col {
    flex: 1;
    /*padding: 20px;*/
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 749px){
/*    .row{
        display: block !important;
        
    }*/
    .main-row{
        margin-top: 30px
    }
    .main-row{
        flex-direction: column;
        margin: 10px 0px !important;
    }
    .main-row:nth-child(3) .col:first-child{
        order: 1;
    }
    .aftercare{
        text-align:left!important;
    }
    .title{
        margin-top:10px;
        margin-bottom: 10px;
        text-align:center!important;
    }
    .desc{
        text-align:justify!important;
    }
    .heading{
        margin-top: 10px !important;
    }
    
    .main-row img{
        height:100%!important;
    }
}

@media (min-width: 750px) and (max-width: 1269px){

    .title{
        margin-bottom: 30px;
    }
    
}