.my-breadcrumb{
    display: inline-flex;
    margin-top: 40px;
}

.my-breadcrumb li{
    margin-right: 10px;
    color: #8e8e8e;
}

.my-breadcrumb li a{
    color: #8e8e8e;
 
}

.my-breadcrumb li span{
     overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}

.cms_page_title h1 {
    color: #2b3990;
    font-family: 'RobotoCondensed-Bold';
    font-size: 37px;
    font-weight: 600;
}

.section-title{
    font-size: 30px;
    color: #2B3887;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.master-ava {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.master-name{
    text-align: center;
    font-weight: bold;
    margin-bottom: 7px;
    color: #424242;
}

.master-title{
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    color: #424242
}
.master-title p{
    margin-bottom: 5px;
}


@media (max-width: 950px) {
   .section-title{
    font-size: 25px; 
   } 
}


@media (max-width: 765px) {
   .section-title{
    font-size: 14px; 
   }
   
   .master-name{
       font-size: 12px;
   }
}





















