.image-background {
    background-image: url('../img/home/desk.jpg');
    background-size: cover;
    background-position: center;
}

.content {
    padding-top: 5.1875rem;
    padding-bottom: 7.25rem;
}

.content__fill-in-the-blank {
    margin-top: 0.4375rem;
    display: inline-block;
    position: relative;
}
.content__fill-in-the-blank #replaced-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.content__fill-in-the-blank .brush-stroke {
    position: absolute;
    width: 8.5rem;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.content__description {
    margin-top: 2.0625rem;
}

.rounded-button {
    margin-top: 4.3125rem;
    width: 0;
}

.content__subtitle {
    margin-top: 0.5rem;
}

@media only screen and (min-width: 96rem) {
    .content {
        padding-top: 14.5%;
        padding-bottom: 19.3%;
    }
}

@media only screen and (max-width: 48rem) {
    .section.image-background {
        background-image: url('../img/home/desk-mobile.jpg');
    }
    .content {
        padding-top: 3.25rem;
        padding-bottom: 3.35rem;
    }
    .content__fill-in-the-blank {
        margin-top: 0rem;
    }
    .content__fill-in-the-blank .brush-stroke {
        width: 3.8125rem;
    }
    .content__description {
        margin-top: 0.5rem;
    }
    .rounded-button {
        margin-top: 2.5rem;
    }
    .content__subtitle {
        margin-top: 0.25rem;
    }
}


.box-container {
    padding-top: 5.8125rem;
    max-width:  50rem;
}

.box {
    width: 24.5625rem;
    text-align: left;
    margin-bottom: 5.9375rem;
}

.box .image {
    width: 5.625rem;
    height: 6.5625rem;
    margin-right: 0.75rem;
}

.box .title {
    margin-top: 1.375rem;
    margin-bottom: 1.125rem;
    color: #000000;
}

.box .step-underline {
    width: 7.125rem;
    margin-left: 0;
}

.box .body__product-points {
    max-width: 18.1875rem;
}

@media only screen and (max-width: 48rem) {
    .box {
        width: 17.1125rem;
        margin-bottom: 2.125rem;
    }
    .box-container {
        max-width:  20rem;
    }
    .box .image {
        width: 3.5rem;
        height: 4.08rem;
        margin-right: 0.125rem;
    }
    .box .title {
        margin-top: 0.75rem;
        margin-bottom: 0.5rem;
    }
    .box .step-underline {
        width: 5.125rem;
    }
    .box .body__product-points {
        max-width: 12.25rem;
    }
}

.muscle-arm {
    background-image: url('../img/home/muscle-arm.png');
}

.cash-stack {
    background-image: url('../img/home/cash-stack.png');
}

.head-open {
    background-image: url('../img/home/head-open.png');
}

.artistic-baby {
    background-image: url('../img/home/artistic-baby.png');
}

.body__product-points {
    margin-top: 1.5rem;
}

#intro-video {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: center;
    padding-bottom: 2.5rem;
}

#intro-video .label {
    font-size: 1.3125rem;
    background-color: #6a77f2;
    color: white;
    display: inline-block;
    padding: 0.375rem 0.8125rem 0.5rem 0.8125rem;
    margin-bottom: 1.625rem;
}

#intro-video .video-box {
    width: 38.75rem;
    height: 21.875rem;
    display: block;
}

@media only screen and (max-width: 48rem) {
    .box-container {
        padding-top: 2.75rem;
    }
    .body__product-points {
        margin-top: 0.5rem;
    }
    #intro-video {
        width: 17.5rem;
        padding-bottom: 1rem;
    }
    #intro-video .label {
        font-size: 1.125rem;
        margin-bottom: 0.75rem;
    }
    #intro-video .video-box {
        width: 18.75rem;
        height: 10.625rem;
    }
}

@media only screen and (min-width: 55rem) {
    #intro-video .video-box {
        width: 50rem;
        height: 28.25rem;
    }
}

#how-it-works {
    margin-top: 1.625rem;
}

#tool-preview {
    width: 80%;
    max-width: 51.25rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

@media only screen and (min-width: 64rem) {
    #tool-preview {
        margin-top: 5rem;
    }
}

@media only screen and (max-width: 48rem) {
    #tool-preview {
        margin-bottom: 5rem;
    }
}

#tool-preview:after {
    padding-top: 59.51219512%;
}

#tool-preview .image {
    background-image: url('../img/home/tool-preview.png');
}

#tool-preview + #quotes {
    margin-top: 3rem;
}


#quotes {
    color: #ffffff;
    padding-top: 5rem;
    padding-bottom: 10.8125rem;
    background-image: linear-gradient(to right, #eb4474, #efc761);
}

#quotes .image-outline {
    width: 6rem;
    height: 6rem;
}

@media only screen and (max-width: 48rem) {
    #quotes .image-outline {
        width: 4.75rem;
        height: 4.75rem;
    }
}
