/* Section 1 styles */
#section_1.section { padding-top:3rem; }
#section_1 .content { margin:0 65px 0 245px; padding-top:90px; padding-bottom:70px; }
#section_1 .title { top:-30px; left:40px; max-width:355px; max-height:84px; }
#section_1 .section_inner { max-width:980px; }
#section_1 .button { position:absolute; bottom:-30px; right:20px; width:193px; height:86px; background:url('../img/lets-start.svg') 0 0 no-repeat; text-indent:-5000px; }
#section_1 .dr_pemberton { position:absolute; bottom:-55px; left:-20px; }
#section_1 .speech_bubble { position:absolute; bottom:230px; left:-20px; right:auto; max-width:240px; min-height:150px; }
#section_1 .speech_bubble p { width:100%; height:100%; background:url('../img/speech-bubble-1.svg') 0 0 no-repeat; padding:30px 26px 50px 26px; background-size:100% 100%; font-size:17px; }

/* 768px */
@media only screen and (max-width: 48em) {
    #section_1 .title { top:-20px; left:20px; max-width:295px; }
    #section_1 .content { margin:0 45px 0 45px; padding-top:80px; padding-bottom:330px; }
    #section_1 .dr_pemberton { bottom:-55px; left:-10px; }
    #section_1 .speech_bubble { bottom:190px; left:45px; max-width:500px; margin-right:45px; }
    #section_1 .speech_bubble p { padding:20px 30px 40px 30px; }
}

/* 639px */
@media only screen and (max-width: 39.938em) {
    
}

/* 460px */
@media only screen and (max-width: 28.75em) {
    #section_1 .content { margin:0 25px 0 25px; padding-bottom:370px; }
    #section_1 .button { right:20px; width:153px; height:75px; background-size:153px 75px; }
    #section_1 .speech_bubble { bottom:170px; left:25px; margin-right:25px;}
    #section_1 .speech_bubble p { padding:20px 20px 40px 20px; }
}

/* 375px */
@media only screen and (max-width: 23.438em) {
    #section_1 .title { left:10px; max-width:275px; }
    #section_1 .content { margin:0 25px 0 25px; padding-top:80px; padding-bottom:270px; }
    #section_1 .content p { font-size:15px; }
    #section_1 .button { right:5px; }
    #section_1 .speech_bubble { bottom:110px; }
    #section_1 .speech_bubble p { padding:20px 20px 40px 20px; font-size:16px; }
}