
/* PORTO Big Title */
.porto-big-title {
	letter-spacing: -2px;
	font-size: 144px;
	font-size: 6rem;
	line-height: 0.8;
}

@media (max-width: 575px) {
	.porto-big-title {
		letter-spacing: 0px;
		font-size: 4rem;
	}
    .text-mobile-2 {
        font-size: 2rem !important;
    }
}

@media (max-width: 709px) {
    .owl-nav {
      display: none !important;
    }
  }

.client-carousel .owl-stage {
    display: flex !important;
    align-items: center;
}

.owl-stage .slide-content h2,
.owl-stage .slide-content h3,
.owl-stage .slide-content p {
    text-align: center;
    
    word-break: normal;
    overflow-wrap: normal;
    white-space: normal;
}
