.contact-box .box-icons {
  position: relative;
}
.contact-box .box-icons .icon:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-box a {
  color: var(--bs-black) !important;
  text-decoration: underline !important;
}
.contact-box .email-box .box-icons .icon:first-child {
  fill: var(--bs-primary);
}
.contact-box .email-box .box-icons .icon:last-child {
  fill: var(--bs-white);
}
.contact-box .phone-box .box-icons .icon:first-child {
  fill: var(--bs-secondary);
}
.contact-box .phone-box .box-icons .icon:last-child {
  fill: var(--bs-black);
}
.contact-box .address-box .box-icons .icon:first-child {
  fill: var(--bs-pink);
}
.contact-box .address-box .box-icons .icon:last-child {
  fill: var(--bs-white);
}