
/* Profile and Contact */

.budi-profile__img {
   width: 40px;
   height: 40px;
}

.budi-profile__name {
   font-size: 16px;
   line-height: 1.5;
}

.budi-profile__desgination {
   font-size: 14px;
   line-height: 1.5;
   color: var(--neutral-800);
}

.budi-contact__info {
   gap: 12px;
   color: var(--neutral-black);
}

.budi-contact__info[href]:hover {
   color: var(--primary);
}

.budi-contact__info-icon {
   width: 40px;
   height: 40px;
}

.budi-contact__info-icon img {
   width: 20px;
}

.budi-location__info {
   font-size: 14px;
}