@charset "utf-8";


.container {
    padding: 100px 10vw;
}
h1.pageTitle {
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: normal;
    line-height: 2;
}
.heading2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 2;
}
.heading3 {
    margin: 50px 0 20px;
    font-size: 20px;
    line-height: 2;
}
.text {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 2;
}


@media screen and (max-width: 960px){
}
@media screen and (max-width: 640px){
    .container {
        padding: 50px 7vw;
    }
    h1.pageTitle {
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: normal;
        line-height: 2;
    }
    .heading2 {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 2;
    }
    .heading3 {
        margin: 40px 0 20px;
        font-size: 16px;
        line-height: 2;
    }
    .text {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 2;
    }
}
