.c-title1 {
font-size: 5vh;
    line-height: 1em;
    margin-bottom: 3px;
font-weight: 300;
padding-top: 20px;
text-align: center;
}
.c-subtitle1 {
font-size: 3vh;
    line-height: 1em;
    margin-bottom: 0px;
font-weight: 100;
text-align: center;
}

.c-title2 {
font-size: 3.6vh;
    line-height: 1em;
    margin-bottom: 15px;
font-weight: 100;
padding-top: 60px;
text-align: center;
font-family: Georgia;
color: #595959;
font-style: italic;
}


.c-title3 {
font-size: 2.6vh;
    line-height: 1em;
    margin-bottom: 15px;
font-weight: 500;
padding-top: 20px;
text-align: center;
padding-bottom: 40px;
}
.c-title4 {
font-size: 2vh;
    line-height: 1em;
    margin-bottom: 15px;
font-weight: 500;
text-align: center;
padding-bottom: 40px;
}

.pagetitle {
display: none;
}

.c-text1 {
max-width: 1480px;
margin: 0 auto;
line-height: 2em;
text-align: center;
}@media (max-width: 990px) {
.c-keypoints img{
width: 50%;
height: auto;
}
}

@media (min-width: 769px) and (max-width: 990px) {
.c-keypoints p {
padding-left: 20%;
padding-right: 20%;
}
}

@media (max-width: 768px) {
iframe {
width: 100%;
height: 40vh;
}

.c-text1 {
padding: 10px;
}

.c-title4 {
font-size: 1em;
padding-bottom: 10px;
padding-top: 40px;
}
}