@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

html,body {
    margin: 0;
    padding: 0;
}
body {
    background: #EFF3FA;
    font-family: 'Open Sans', sans-serif;
}
.logo_area {
    max-width: 200px;
    margin: 0px auto;
}

img {
    max-width: 100%;
}

.page_icon_area {
    max-width: 200px;
    margin: 30px auto 0;
}


.header_area {
    background: #223547;
    position: relative;
    padding-top: 100px;
    min-height: 200px;
}

.header_area:after {
    content: "";
    background-image: url(/img-sys/suspended-files/BK.png);
    width: 100%;
    height: 172px;
    position: absolute;
    top: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.page_icon_wraper {
    position: relative;
    z-index: 9;
    top: -70px;
}

.page_title {}

.page_title h1 {
    color: #7BB442;
    font-size: 80px;
    margin: 0;
}

.page_subtitle {
    max-width: 80%;
    margin: 0 auto;
}

.page_subtitle h3 {
    color: #223547;
    font-size: 50px;
    font-weight: 400;
    margin: 10px;
}

.page_btn {}

.page_btn a {
    background: #21ADD8;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}
.page_content_wrapper {
    text-align: center;
}

.page_button_area {
    margin: 50px 0 100px;
}