.b2c-contact-us-text-element {  
    color: var(--azamara-blue);
}

.b2c-contact-us-text-element p {
    font-size: 16px;
}

.b2c-contact-us-text-element .details-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.b2c-contact-us-text-element .card-header {
    border: 0;
    padding-bottom: 0;
}

.b2c-contact-us-text-element .details-wrapper .contact-details {
    word-spacing: -3px;
    letter-spacing: -3px;
}

.b2c-contact-us-text-element .details-wrapper .contact-details>div>span {
    word-spacing: normal;
    letter-spacing: normal;
}

.b2c-contact-us-text-element .details-wrapper .contact-details>div>a>span {
    word-spacing: normal;
    letter-spacing: normal;
}

.b2c-contact-us-text-element h2 {
    word-spacing: -3px;
    letter-spacing: -3px;
}

.b2c-contact-us-text-element h2>span {
    word-spacing: normal;
    letter-spacing: normal;
}

.b2c-contact-us-text-element .hours {
    margin-top: 24px;
}

.b2c-contact-us-text-element .asterisk-text {
    font-style: italic;
    word-spacing: -3px;
    letter-spacing: -3px;
}

.b2c-contact-us-text-element .asterisk-text>span {
    word-spacing: normal;
    letter-spacing: normal;
}

.b2c-contact-us-text-element .field-value {
    font-weight: 420;
    margin-left: 6px;
}

.b2c-contact-us-text-element a.field-value {    
    text-decoration: underline;
}

.b2c-contact-us-text-element table {
    border: 1px solid var(--light-dusk);
    width: 100%;
    font-size: 14px;
    font-weight: 390;
}

.b2c-contact-us-text-element table tr:nth-child(2n){
    background-color: var(--white-sand)
}

.b2c-contact-us-text-element table tr td {
    height: 36px;
    padding-left: 16px;

}

/* -sm breakpoint */
@media (min-width: 576px) {

}

/* -md breakpoint */
@media (min-width: 768px) {

}

/* -lg breakpoint*/
@media (min-width: 992px) {

    .b2c-contact-us-text-element .details-wrapper {
        flex-direction: row;
    }

    .b2c-contact-us-text-element .hours {
        margin-top: 0;
    }
}

/* -xl breakpoint */
@media (min-width: 1200px) {

}

/* -xxl breakpoint */
@media (min-width: 1400px) {

}