.banner-pb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius:.5rem;
    width: 100%;
}

.banner-pb_button {
    border-radius: 10px;
    padding: 16px 32px;
    background: #0d4cd3;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 16px;
}
.banner-pb_button:hover {
    background: #1d5deb;
}
.banner-pb_button > * {
    color: #ffffff !important;
}
@media screen and (min-width: 940px) {
    .banner-pb_button {
        font-size: 20px;
        padding: 22px 45px;
    }
}

.banner-pb_content__link {
    display: flex;
    align-items: center;
    /* gap: 16px; */
    background-color: white;
    border-radius: 10px;
}
.banner-pb_content__link > .banner-pb_icon {
    display: flex;
    align-items: center;
    padding: 0 16px;
}
.banner-pb_content__link > .banner-pb_icon > img {
    width: 100%;
}

