.contacts-address {
    margin-top: 62px;
}
.contacts-address__text {
    color: var(--white);
    font-family: var(--inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    gap: 19px;
    align-items: flex-start;
}

.contacts-address__text::before {
    content: '';
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("../../../images/footer/map.svg");
}

@media (max-width: 768px) {
    .contacts-address {
    margin-top: 30px;
    border-bottom: 1px solid #2B3749;
    padding-bottom: 21px;
    }
}
