.color-purple-theme {
  color: var(--bd-theme-tertiary) !important;

}


.color-pink-theme {
  color: var(--bd-theme-quaternary ) !important;

}


.about__wrapper-4 .about__card .card__thumb {

    border: 3px solid #eee;
	
}


.about__thumb-3 {
   
    background: rgba(217,217,217,0.4);
		
	}
	


.about__wrapper .about__thumb:after {
    background: rgba(217,217,217,0.4);
	
}
	
	
	
	
	.table tbody tr:last-child td {

    border-bottom-width: 0px;
	}


  .mobile-only {
    display: none !important;
}

@media only screen and (max-width: 992px) {
    .mobile-only {
        display: block !important;
    }

    .desktop-only {
        display: none !important;
    }
}