.contacts-media {
    background: #727DA333;
    box-shadow: 0px 0px 18.5px 0px #00000040 inset;

}

.contacts-media__wrapper {
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.contacts-media__wrapper h4 {
    font-family: Myriad Pro;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #1B204C;
}

.contacts-media__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contacts-media__item-top {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.name {
    font-family: Myriad Pro;
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1B204C;
}

.position {
    font-family: Myriad Pro;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1B204C;

}

.contacts-media__item-contacts {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contacts-media__item-contacts a {
    font-family: Myriad Pro;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1B204C;
    text-decoration: none;

}

.contacts-media__item-contacts a span {
    font-weight: 700;

}

@media screen and (max-width:1024px) {
   

    .contacts-media__wrapper {
        padding: 41px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
        align-items: center;
    }

    .contacts-media__wrapper h4 {
        font-family: Myriad Pro;
        font-weight: 700;
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 2%;
        vertical-align: middle;
        text-transform: uppercase;
        color: #1B204C;
    }
    .contacts-media__wrapper h4 br{
        display:none;
    }

    .contacts-media__item {
        display: flex;
        flex-direction: column;
        gap: 12px;
        justify-content: center;
    }

    .contacts-media__item-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .name {
        font-family: Myriad Pro;
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #1B204C;
    }

    .position {
        font-family: Myriad Pro;
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #1B204C;

    }

    .contacts-media__item-contacts {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 4px;
    }

    .contacts-media__item-contacts a {
        font-family: Myriad Pro;
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #1B204C;
        text-decoration: none;

    }

    .contacts-media__item-contacts a span {
        font-weight: 700;
    }
}