.contacs-section .mb-lg-56 {
    margin-bottom: 56px
}

@media screen and (max-width: 1275px) {
    .contacs-section .mb-sm-40 {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 560px) {
    .contacs-section .mb-xs-16 {
        margin-bottom: 16px
    }
}

.contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px
}

.contact__icon {
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-lightest, #ecf6ff)
}

@media screen and (max-width: 1275px) {
    .contact__icon {
        min-width: 40px;
        width: 40px;
        height: 40px
    }
}

.contact__icon svg {
    width: 24px;
    height: 24px
}

@media screen and (max-width: 1275px) {
    .contact__icon svg {
        width: 20px;
        height: 20px
    }
}

.contact__data {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
}

@media screen and (max-width: 1275px) {
    .contact__data {
        gap: 8px
    }
}

.contact__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5
}

@media screen and (max-width: 1275px) {
    .contact__title {
        font-size: 18px
    }
}

.contact__link span {
    color: var(--primary-darker, #1874c1)
}

/*# sourceMappingURL=contacts.css.map*/
