html {
    scroll-behavior: smooth;
}
h2.content-title {
    font-weight: 700;
}
p.content-text {
    font-weight: 400;
    max-width: 650px;
}
p#intro-subtitle {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #00A7B5;
    font-weight: 600;
}
a.sectionlink {
    color: #333F48;
}
section#content-section1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
/* Standard BreakPoints */
/* Mobile BreakPoint */
@media screen and (min-width: 1px) and (max-width: 375px) {
    #page-content-wrapper {
        padding: 0 15px 0;
    }
    section#content-section1 {
        padding-top: 110px;
    }
    .content-wrapper {
        text-align: left;
    }
    h2.content-title {
        font-size: 20px;
    }
    p.content-text {
        font-size: 14px;
        margin: 5px 0 0;
    }
}
/* Large Mobile BreakPoint */
@media screen and (min-width: 376px) and (max-width: 425px) {
    #page-content-wrapper {
        padding: 0 15px 0;
    }
    section#content-section1 {
        padding-top: 120px;
    }
    .content-wrapper {
        text-align: left;
    }
    h2.content-title {
        font-size: 24px;
    }
    p.content-text {
        font-size: 14px;
        margin: 5px 0 0;
    }
}
/* Tablet BreakPoint */
@media screen and (min-width: 426px) and (max-width: 767px) {
    #page-content-wrapper {
        padding: 0 15px 0;
    }
    section#content-section1 {
        padding-top: 125px;
    }
    .content-wrapper {
        text-align: left;
    }
    h2.content-title {
        font-size: 27px;
    }
    p.content-text {
        font-size: 15px;
        margin: 10px 0 0;
    }
}
/* Laptop BreakPoint */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #page-content-wrapper {
        padding: 0 15px 0;
    }
    section#content-section1 {
        padding-top: 135px;
    }
    .content-wrapper {
        text-align: center;
    }
    h2.content-title {
        font-size: 38px;
    }
    p.content-text {
        font-size: 16px;
        margin: 15px auto 0;
    }
}
/* Desktop BreakPoint */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    #page-content-wrapper {
        padding: 0 15px 0;
    }
    section#content-section1 {
        padding-top: 140px;
    }
    .content-wrapper {
        text-align: center;
    }
    h2.content-title {
        font-size: 48px;
    }
    p.content-text {
        font-size: 17px;
        margin: 15px auto 0;
    }
}
/* Large Desktop BreakPoint */
@media screen and (min-width: 1441px) and (max-width: 2560px) {
    #page-content-wrapper {
        padding: 0;
    }
    section#content-section1 {
        padding-top: 140px;
    }
    .content-wrapper {
        text-align: center;
    }
    h2.content-title {
        font-size: 60px;
    }
    p.content-text {
        font-size: 18px;
        margin: 20px auto 0;
    }
    section#content-section1 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
/* Extra-Large Desktop BreakPoint */
@media screen and (min-width: 2561px) and (max-width: 4000px) {
    #page-content-wrapper {
        padding: 0;
    }
    section#content-section1 {
        padding-top: 140px;
    }
    .content-wrapper {
        text-align: center;
    }
    h2.content-title {
        font-size: 70px;
    }
    p.content-text {
        font-size: 20px;
        margin: 20px auto 0;
    }
    section#content-section1 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
/* Wide Desktop BreakPoint */
@media screen and (min-width: 4001px) {
    #page-content-wrapper {
        padding: 0;
    }
    section#content-section1 {
        padding-top: 140px;
    }
    .content-wrapper {
        text-align: center;
    }
    h2.content-title {
        font-size: 80px;
    }
    p.content-text {
        font-size: 20px;
        margin: 20px auto 0;
    }
    section#content-section1 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}