.wrapper {

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 580px;

}

.accordion-button {
    font-size: 1.5rem;
}

.blockquote-lg {
    font-size: 1.75rem;
}

.my-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-7 {
    padding: 3rem !important;
}

.blockquote-footer {
    font-weight: 600;
    line-height: normal;
    margin-top: 1.5rem;
    margin-bottom: 0;
    color: #000;
}

.blockquote-footer::before {
    content: '';
}

.blockquote-footer-source {
    display: block;
    color: #677788;
    font-size: .875rem;
    font-weight: 400;
    margin-top: 0.25rem;
}

.bg-grad-yellow {

    background: rgb(255, 153, 0);
    background: -webkit-linear-gradient(rgba(255, 153, 0, 1) 0%, rgba(255, 204, 0, 1) 100%);
    background: -o-linear-gradient(rgba(255, 153, 0, 1) 0%, rgba(255, 204, 0, 1) 100%);
    background: linear-gradient(rgba(255, 153, 0, 1) 0%, rgba(255, 204, 0, 1) 100%);

}

.bell {
    z-index: 10;
    top: -3rem;
    right: -1rem;
}

.pin {
    z-index: 10;
    top: -4rem;
    right: -4rem;
}

.bg-grad-pink {
    background: linear-gradient(360deg, #ff887c 0%, #b6325f 100%);
}

.bg-grad-blue {
    background: linear-gradient(360deg, #19bbff 0%, #b3e8ff 100%);
}

.header-h1 {
    position: relative;
    margin-bottom: .5rem;
    text-align: center;
}

.header-h1 h1 {
    display: inline-block;
    background: #fff;
    margin-bottom: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: .5rem 1.5rem;
    border: .125rem solid #1771f1;
    color: #1771f1;
}

.header-h1 h1::after {
    content: "";
    position: absolute;
    background: #1771f1;
    height: .125rem;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: -999;
}

.header-h1-dark h1 {
    background: #1771f1;
    color: #fff;
}

.border-bottom {
    border-bottom: .125rem solid #1771f1 !important;
}

.circle {
    background-color: #1f5bff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;

}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.shadow {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background: linear-gradient(#ffffff 0%, #dedede 100%);
}

.order-form {
    margin: 1.5rem 0;
    padding: 1.5rem;
}

.order-form label,
.order-form button {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    color: #474D5E;
}

.my-6 {
    margin: 2.1rem 0;
}