.SBPAboutImageContent {
    display: inline;
    color: rgb(214, 94, 94);
    margin-top: 0px;
    font-size: 48px;
}

.SBPAbout {
    background-color: rgb(67, 110, 238);
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
}

.SBPAboutHeadFull {
    margin-top: 60px;
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 250;
    line-height: 1.8;
    color: rgb(95, 88, 88);
    display: flex;
    justify-content: center;
}

.SBPAboutTextFull {
    margin-top: 50px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 250;
    line-height: 1.8;
    color: rgb(95, 88, 88);
    display: flex;
    justify-content: center;
}