#about_hero .uffizio-title{
    font-weight: 600;
}

#award_tab button {
    position: relative !important;
    font-family: "Antonio",serif!important;
    overflow: visible !important;
    min-width: 180px;
    height: 66px;
}

#award_tab button::after {
    position: absolute;
    content: "";
    bottom: -10px; 
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2678cc;    
    display: block;
    opacity: 0;
    /* transition: opacity 0.1s ease, top 0.3s ease; */
    pointer-events: none;
}

#award_tab button[aria-selected='true']::after {
    opacity: 1;

    /* bottom: -10px;  */
}
#award_tab button{
    font-family: var(--uffizio-font-heading);
}
.uffizio-counter .elementor-counter-number-wrapper {
	position: relative;
}
.uffizio-counter .elementor-counter-number-wrapper::after {

	content: "";
	display: block;
	clear: both;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	width: 90%;
	height: 1px;
	margin-top: 10px;
	background: linear-gradient(to right, #6fb8ff, #00488e);
}