/* Large desktops and laptops */
@media (min-width: 1200px) {
  .cbwr p { font-size: 1.4em; }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    h1 { font-size: 2.8em; }
    h2 { font-size:2em; }
    .sct_bg .intro { font-size: 1.2em; }
    .sct_bg .line { margin-top: 50px; margin-bottom: 50px; }
    .cbwr p { font-size: 1.3em; }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    h1 { font-size: 2em;}
    h2 { font-size: 1.6em; }
    .sct_bg .intro { margin-top: 50px; font-size: 1.2em; }
    .sct_bg .line { margin-top: 40px; margin-bottom: 40px; }
    .cbwr p { font-size: 1.2em; }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    h1 { font-size: 2em;}
    h2 { font-size: 1.6em; }
    .sct_bg .intro { margin-top: 40px; font-size: 1.1em; }
    .sct_bg .line { margin-top: 30px; margin-bottom: 30px; }
    .sct_bg_2{ padding-top: 55px; padding-bottom: 55px; }
    .cbwr p { font-size: 1.1em; }
    footer { text-align: center; }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    h1 { font-size: 2em; }
    h2 { font-size: 1.6em; }
    .sct_bg .intro { margin-top: 30px; font-size: 1em; }
    .sct_bg .line { margin-top: 20px; margin-bottom: 20px; }
    .sec-scr .f_text { font-size: 12px;}
    .sec-scr .f_img { float: none; margin-bottom: 10px;}
    .sct_bg_2{ padding-top: 35px; padding-bottom: 35px; }
    .cbwr p { font-size: 1em; }
    footer { text-align: center; }
}
