.address-details,
.contact-details,
.email-details,
.media-enquiries
{
    font-size: 24px;
    line-height: 32px;

    position: relative;

    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 32px;
}

.address-details::before,
.contact-details::before,
.email-details::before,
.media-enquiries::before
{
    font-family: 'Font Awesome 6 Free';
    font-size: 18px;
    font-weight: 600;
    font-weight: 500;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    position: absolute;
    top: 9px;
    left: 0;

    display: inline-block;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}

.address-details::before
{
    content: '\f017';
}

.contact-details::before
{
    content: '\f0f3';
}

.email-details::before
{
    font-weight: 800;

    content: '\f01c';
}

.media-enquiries::before
{
    content: '\f27a';
}
