.free-shipping-header {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    vertical-align: middle;
    text-align: center;
    background: #231f20;
    height: 46.26px;
}

.free-shipping-text-info {
    color: white;
}