@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;

}

html {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    font-family: 'Lato', sans-serif;
    background: rgb(255, 255, 255);
    color: #3C6997;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    outline: none;
    text-decoration: none;
    list-style: none;
}
.section_box{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section_color_style{
    max-height: calc(100% - 20px);
    overflow-y: auto;
    padding: 25px;
    border-radius: 5px;
    background: #5ADBFF;
    max-width: calc(100% - 20px);
    text-align: center;
    max-width: 400px;
}

.section_color_style h1{
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 14px;
}

.section_color_style p{
    font-size: 14px;
    font-weight: 400;
}

.section_color_style p:last-child{
    margin-bottom: 0px;
}

.section_color_style a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    height: 45px;
    width: 100%;
    max-width: 200px;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: #FE9000
}

.section_link_box{
    margin-top: 20px;
}

.section_color_style a:last-child{
    margin-bottom: 0px;
}

.section_concept{
    border-bottom: 1px solid rgb(45, 45, 45);
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: left;
}


.block_concept{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.1);
}

.block_concept:last-child{
    margin-bottom: 0px;;
}
.concept_image_style{
    font-size: 40px;
}

.concept_text_style{
    padding-top: 8px;
    padding-left: 5px
}

.concept_text_style h2{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px;
}