.v21-deposits--header {
    margin: 30px 0 30px 0;
}
.v21-deposit-item--text-subheader {
    margin: 0 0 50px 0;
    max-width: 650px;
}
.v21-deposit-application {}

.v21 .deposit-interests .v21-block-interests {
    margin: 110px 0 0 0;
}
.v21 .deposit-interests .v21-block-interests--imgbox {
    align-self: center;
}
.v21 .deposit-interests .v21-block-interests--right .v21-block-interests--imgbox {
    flex-basis: 234px;
}

@media screen and (min-width: 768px) {
    .v21-deposits--header {
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .deposit-item--text-subheader {
        margin-bottom: 120px;
        max-width: 560px;
        font-size: 24px;
    }
    .v21 .deposit-interests .v21-block-interests--right .v21-block-interests--imgbox {
        flex-basis: 345px;
    }
}
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 1280px) {
}
@media screen and (min-width: 1440px) {
}

.v21 .v21-deposits--subheader {
    margin: 40px 0 0 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .v21 .v21-deposits--subheader {
        margin-top: 80px;
    }
}

.v21 .deposit-bottom {
    margin: 40px 0 0 0;
}
.v21 .deposit-offices {
    margin: 40px 0 0 0;
}
.v21 .deposit-insurance {
    margin: 0 0 40px 0;
    text-align: center;
}
.v21 .deposit-insurance--wrap {
    display: flex;
    align-items: center;
    column-gap: 60px;
    margin-bottom: 15px;
}
.v21 .deposit-insurance--text {}
.v21 .deposit-insurance--text p {
    margin: 0 0 12px 0;
}
.v21 .deposit-insurance--img {
    flex: 0 0 210px;
}

@media screen and (min-width: 768px) {
    .v21 .deposit-bottom {
        margin-top: 110px;
    }
    .v21 .deposit-offices {
        margin-top: 110px;
    }
}
