.about-container h3 {
    padding-bottom: 25px !important;
}

.about-container .elementor-icon-box-icon {
  margin-right: 62px !important;
}

.personality_test_text {
  background: linear-gradient(180deg, #004AAD 67.19%, #001E47 107.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  display: inline-block; /* Ensures text behaves as a block for background clipping */
}

#insightlab-p-btn:hover {
    background: linear-gradient(180deg, #FFF 0%, #96C3FF 159.17%) !important;
    color: #6586B2 !important;
}


@media only screen and (max-width: 1024px) { 
	.about-container .elementor-icon-box-icon {
		margin-right: 40px !important;
	}
	
	.about-container h3 {
	  padding-bottom: 15px !important;
	}
}

/* Mobile Phones (up to 767px) */
@media only screen and (max-width: 767px) {
	
}