.b2b-contact-us {

}

.b2b-contact-us section.row {
    --bs-gutter-y: 24px;

    color: var(--azamara-blue);
    margin: 0;
    padding: 48px;
    border-bottom: 1px solid var(--light-dusk);
}

.b2b-contact-us p.body-text {
    white-space: pre-line;
}

.b2b-contact-us .image-wrapper {
    width: auto;
}

.b2b-contact-us .image-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.b2b-contact-us .image-group>img {
    width: auto;
    width: 280px;
    height: 128px;
    object-fit: cover;
}

.b2b-contact-us .image-group>a {
    text-decoration: underline;
    margin-top: 10px;
}
