/**

* Theme Name: Transida Child

* Description: This is a child theme of Transida, generated by Merlin WP.

* Author: <a href="http://themeforest.net/user/theme-kalia">Theme Kalia</a>

* Template: transida

* Version: 1.7

*/

.about-us-josa .content h4{
	overflow-wrap: break-word;
    word-break: break-word;
}

.who-we-are-section .counter-column h5{
	overflow-wrap: break-word;
    word-break: break-word;
}

.industries-covered-two .link{
	display: none !important;
}

.service-details .image{
	height: 100%;
    overflow: hidden;
}

.service-details .image img{
	width: 100%;
    height: 100% !important;
    object-fit: cover;       /* Rellena todo el recuadro sin deformar la foto */
    object-position: center;  /* Enmarca la imagen centrando el enfoque */
    display: block;
}