/* INTRO SECTION */
#intro {
    padding: 0;
}
.intro-left {
    padding: calc((194/16) * 1rem) 0 calc((206/16) * 1rem);
}
.intro-right {
    padding: calc((294/16) * 1rem) 0 calc((211/16) * 1rem);
}
.intro-right p, .intro-right .text-yellow {
    text-align: center;
    font-size: calc((23/16) * 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
}
.intro-right .text-yellow {
    font-weight: 700;
}
.intro-right-content {
    max-width: 665px;
}
.intro-right-content p {
    margin-bottom: 2.5rem;
}
#intro .heading-bottom {
    max-width: 710px;
    text-transform: none;
    font-size: calc((27/16) * 1rem);
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 1px;
}
#intro .lemon-eye {
    max-width: 180px;
    width: 19%;
    margin: calc((80/16) * 1rem) 0;
}
  
.intro-teardrop-img {
    max-width: 122px;
    width: 30%;
    margin: 80px auto 0;
}

@media only screen and (max-width: 1199.98px) {
    /* INTRO SECTION */
    .intro-left {
        padding: calc((128/16) * 1rem) 0 calc((112/16) * 1rem);
    }
    .intro-right {
        padding: calc((130/16) * 1rem) 0 calc((111/16) * 1rem);
    }
    .intro-right p, .intro-right .text-yellow {
        font-size: 1rem;
        line-height: 24px;
    }
    .intro-right-content {
        max-width: 366px;
    }
    #intro .heading-top {
        font-size: calc((20/16) * 1rem);
        font-style: normal;
        font-weight: 800;
        line-height: 36px;
        letter-spacing: 2.4px;
    }
    #intro h2 {
        font-size: calc((67/16) * 1rem);
        font-weight: 400;
        line-height: 81px;
        letter-spacing: 8.04px;
    }
    #intro .heading-bottom {
        font-size: 1rem;
        line-height: 24px;
        letter-spacing: 0px;
        max-width: 366px;
    }
    #intro .lemon-eye {
        max-width: 122px;
        width: 29%;
    }
}