.second {
    background: #FBF8FB;
    padding: 50px 0 93px 0;
    min-height: calc(100vh - 140px);
}
.second_con {
    background: #fff;
    padding: 80px 61px 170px 61px;
    max-width: 1036px;
    margin: auto;
}
.second_con>h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.p1 {
    line-height: 3;
    font-size: 16px;
    color: #2A4172;
    font-weight: bold;
}
.p2{
    line-height: 2.5;
    font-size: 14px;
}
.p3 {
    line-height: 2.5;
    font-size: 14px;
    margin: 30px 0;
}