/* GO FORTH SECTION */
#go-forth {
    padding-top: calc((171/16) * 1rem);
    padding-bottom: calc((183/16) * 1rem);
}
/* GO FORTH LEFT */
#go-forth .heading-bottom {
    font-size: calc((35/16) * 1rem);
    font-style: normal;
    font-weight: 800;
    line-height: 65px;
    letter-spacing: 4.2px;
    margin-bottom: 3rem;
}
#go-forth h2 {
    font-size: calc((110/16) * 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 125px;
    letter-spacing: 12.1px;
}
.go-forth-img1 {
    max-width: 172px;
    width: 30%;
    margin-bottom: calc((32/16) * 1rem);
    transform: translate3d(0, 8px, 0);
}
.go-forth-copy1 {
    text-align: center;
    font-family: var(--primary-font);
    font-size: 59px;
    font-style: normal;
    font-weight: 400;
    line-height: 75px;
    letter-spacing: 7.08px;
    text-transform: uppercase;
}
.go-forth-copy2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
.go-forth-copy3 {
    font-size: calc((25/16) * 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    max-width: 703px;
    padding-bottom: 80px;
}
/* GO FORTH RIGHT */
.go-forth-right {
    padding: 0 calc((40/16) * 1rem);
}
.go-forth-img2-closed {
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    top: 0%;
    max-width: 160px;
    width: 100%;
}
.go-forth-eyeball {
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    top: 50%;
    max-width: 160px;
    width: 100%;
}
.yellow-box {
    background: #FFF8C9;
}
.yellow-box-content {
    padding: calc((45/16) * 1rem) calc((58/16) * 1rem);
}
.yellow-box-title {
    font-size: calc((25/16) * 1rem);
    font-style: normal;
    font-weight: 800;
    line-height: 31px;
    letter-spacing: 1.75px;
    margin-top: 40px;
    max-width: 550px;
    margin-bottom: 2rem;
}
.yellow-box-copy1, .yellow-box-copy2, .yellow-box-copy3, .yellow-box-copy4 {
    font-size: calc((25/16) * 1rem);
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    max-width: 490px;
}
.yellow-box-copy4 {
    margin-bottom: 3rem;
}
.go-forth-img3 {
    max-width: 36px;
    width: 13%;
}
.go-forth-lemon {
    margin: 1rem auto;
}

@media only screen and (max-width: 1199.98px) {   
    /* GO FORTH SECTION */
    #go-forth {
        padding: calc((70/16) * 1rem) 0;
    }
    /* GO FORTH LEFT */
    #go-forth h2 {
        font-size: calc((59/16) * 1rem);
        line-height: 75px;
        letter-spacing: 7.08px;
    }
    #go-forth .heading-bottom {
        font-size: calc((20/16) * 1rem);
        line-height: 36px;
        letter-spacing: 2.4px;
        margin-bottom: 2rem;
    }
    .go-forth-copy3 {
        font-size: calc((16/16) * 1rem);
        line-height: 24px;
        max-width: 350px;
    }

    /* GO FORTH RIGHT */
    .go-forth-right {
        padding: 0 calc((27/16) * 1rem);
    }
    .yellow-box-content {
        padding: calc((45/16) * 1rem) calc((30/16) * 1rem);
    }
    .yellow-box-title {
        font-size: calc((17/16) * 1rem);
        line-height: 22px;
        letter-spacing: 1.19px;
        margin-top: 40px;
        max-width: 306px;
        margin-bottom: 1.5rem;
    }
    .yellow-box-copy1, .yellow-box-copy2, .yellow-box-copy3, .yellow-box-copy4 {
        font-size: calc((17/16) * 1rem);
        font-weight: 400;
        line-height: 24px;
        max-width: 300px;
    }
    .yellow-box-copy4 {
        margin-bottom: 0;
    }
    .go-forth-lemon {
        margin: 1rem auto;
    }
    .go-forth-img2-closed {
        max-width: 113px;
        width: 39%;
    }
    .go-forth-eyeball {
        max-width: 54px;
        width: 33%;
    }
    .go-forth-img3 {
        max-width: 23px;
        width: 10%;
    }
    .go-forth-copy3 span {
        font-weight: 800;
    }
}