.one{
    background-color: #583ed9;
    height: 560px;
    color: #ffffff;
}
.two{
    background-color: #ffffff;
    height: 580px;
}
.three{
    background-color: #f1eee8;
    height: 560px;
}
.one h2{
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    margin-top: 110px;
    line-height: 2;
}
.one h3{
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}
.one p{
    width: fit-content;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 20px;
}
.two h2{
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    line-height: 5;
    color: #000000;
}
.two img{
    display: block;
    width: 50%;
    margin: 0 auto;
}
.three h2{
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    line-height: 6;
    color: #000000;
}
.flex-box{
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 75%;
    margin: 0 auto;
}
.flex-box div{
    width: 20%;
}
.flex-box img{
    width: 85%;
}
.flex-box p{
    font-size: 20px;
    color: #000000;
}