.partner2026 {
	background-color: white;
	text-align: center;
	padding: .5rem 1rem; margin-bottom: 1.65em;
	border: 1px solid;
    border-color: #E1C9E2C7 !important;
	border-radius: 4rem;
    box-shadow: 0 3px 8px 0 #00000038;
}

.booth {
   /* position: absolute !important; */
	font-size: .9rem; 
    display: inline-flex; align-items: baseline;
    margin-left: 105px; margin-top: 160px;
}

.booth::before {
    content: "Booth"; 
    color: #650d32; margin-right: 3px;
}

.booth span {
	display: inline-flex;
	width: 38px; height: 38px; border-radius: 12px;
    color:#fff; background: gray;
    font-size:1.4rem; font-weight: 800;
    justify-content: center; align-items: center;
}