html, body {
    font-family: 'Montserrat', sans-serif;
    background-image: url("../img/how-it-works-bg.png");
    background-color: #000000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}

/*.header.sticky-top .container-fluid {
    margin-top: 64px;
}*/

.banner {
    height: 660px;
    padding-top: 190px;
}
.banner h1 {
    color: #FEFEFE;
    /*font-size: 80px;*/
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
/*.video {*/
/*    width: 730px!important;*/
/*    height: 410px!important;*/
/*}*/
.content {
    background-color: #FFFFFF;
    padding-top: 129px;
    padding-bottom: 144px;
    overflow: hidden;
}
#get-addresses.content {
    .get-addresses-img {
        img {
            height: 100%;
            object-fit: cover;
        }
    }
    .get-addresses-text {
        p {
            text-align: justify;
        }
        @media screen and (min-width:441px) {
            .empty-bordered-button,
            .flat-button {
                margin-bottom: 0 !important;
            }
        }
    }
}

.content img {
    width: 100%;
}
.content h2 {
    color: #161616;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}
.content p {
    color: #676767;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 32px;
    margin-bottom: 32px;
}
.info-row {
    background-color: #FFFFFF;
    padding-bottom: 250px;
}
.message-box {
    border-radius: 32px;
    padding: 63px 99px 63px 61px;
    background-image: url("../img/buy-for-me-bg.png");
    background-color: #161616;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.message-box:before {
    min-width: 255px;
    height: calc(100% + 39px);
    content:"";
    background-image: url('../img/george-from-bottom.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
}
.message-box h2 {
    color: #FEFEFE;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin: 0 0 16px 0;
}
.message-box p {
    color: #A2AAAD;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.faq {
    background-color: #FFFFFF;
    padding-bottom: 309px;
}
.faq h2 {
    color: #161616;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 100% */
}

.accordion-item {
    background: #F0F0F0;
    border-radius: 16px !important;
    padding: 32px;
    margin-bottom: 16px;

}
.accordion-button {
    background: none;
    padding: 0;
    outline:none;
    border:none;
    color: #676767;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    box-shadow: none!important;
}
.accordion-button::after{
    background-image: url("../img/arrow-down.svg")!important;
    width: 24px;
    height: 24px;
    background-size: auto;
}
.accordion-body{
    padding: 10px 0 0 0;
}

.accordion-body p {
    margin: 0;
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #676767;
}
.buy-for-me-btn {
    padding: 17px 64px!important;
}
.footer {
    padding: 32px 16px;
    background: #000000;
    position: relative;
}

.how-to-ship-parcels-icon img{
    width: 400px;
}
