﻿body{
    background-color: rgb(248, 249, 254);
}
h2{
    font-weight: 800;
    display: flex;
    align-items: center;
}
h3{
    font-weight: 600;
    font-size: 16px;
}
h4{
	font-size: 16px;
}
span{
    font-weight: 400;
}
.context{
    display: flex;
    justify-content: center;
    /* background-color: rgb(248, 249, 254); */
    margin-top: 87px;
}
.context1{
    display: flex;
    justify-content: center;
    /* background-color: rgb(248, 249, 254); */
    margin: 40px 0px;
}
.Head{
    margin-top: 30px;
    width: 80%;
    background-color: rgb(255, 255, 255);
    line-height: 32px;
	color: #3D485D;
}
.Head_context{
    margin: 36px;
    font-weight: 400;
    font-size: 16px;
}
.context_btm{
    margin-bottom: 50px;
}