.delivery-block {
    display: flex;
    gap:66px;
}
.delivery-ls {
    width: 465px;
}
.delivery-content h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: -1%;
    margin: 0;
    margin-bottom: 32px;
    color:#fff;
}
.delivery-content h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -1%;
    margin: 0;
    margin-bottom: 32px;
    color:#fff;
}
.delivery-content h3 span {
    font-weight: 600;
    color:#1F5FFF;
    margin-right: 8px;
}
.delivery-content > * {
    margin-top: 0;
    margin-bottom: 32px;
    color:#ffffff99;
}
.delivery-content > *:first-child {
    margin-top: 0;
}
.delivery-content > *:last-child {
    margin-bottom: 0;
}
.delivery-block ul.socials {
    gap: 12px;
    margin-top: 124px;
}
.delivery-block ul.socials li {
    display: inline-block;
}
.delivery-block ul.socials li a {
    width: auto;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 18.5px 20px;
    height: auto;
}
.delivery-block ul.socials li a span {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: center;
}
.delivery-rs {
    display: block;
    border-radius: 32px;
    background-color: #262A35;
    overflow: hidden;
    width: calc(100% - 465px - 66px);
    height: 592px;
}
.delivery-rs > *,
.delivery-rs iframe {
    width: 100%;
    height: 100%;
}
@media(max-width:992px) {
    .delivery-block {
        flex-direction: column;
        gap:32px;
    }
    .delivery-ls {
        width: 100%;
    }
    .delivery-rs {
        width: 100%;
    }
    .delivery-block ul.socials {
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 32px;
    }
}
@media(max-width:420px) {
    .delivery-block ul.socials li a span {
        display: none;
    }
    .delivery-block ul.socials li a {
        width: 42px;
        height: 42px;
        padding: 0;
    }
    .delivery-rs {
        height: 400px;
    }
}