.title-icon-text-component h2 {
  max-width: 65vw;
}

.title-icon-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.2vw;
}

.title-icon-text-component h5 {
  max-width: 33vw;
  margin-bottom: 2vw;
}

.title-icon-text-component img {
  min-height: 1.7vw;
  max-height: 1.7vw;
}

@media (max-width: 576px){
	.title-icon-text-component h2{
		max-width: 100%;
		font-size: 1.95rem;
        line-height: 2.35rem;
		overflow-wrap: normal;
		word-break: normal;
	}
	
	.title-icon-text-component h5{
		max-width: 46vw;
		font-size: 3vw;
    	line-height: 4.11vw;
	}
}
