body {
    margin: 0;
    padding: 0;
}
.background-block {
    position: relative;
    background-image: url(../img/about-bck.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
    z-index: -2;
}
.background-container {
    position: absolute;
    width: 100%;
    background-color: #6195FF;
    mix-blend-mode: multiply;
    height: 100%;
    z-index: -1;
}
.about-title h4 {
    font-family: 'Exo 2 Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    line-height: 65px;
    color: #E1791B;
}
.about-subtitle h4 {
    font-family: 'Exo 2 Extra Bold';
    font-size: 18px;
    line-height: 37px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #D7CFE1;
}
.about-info p {
    font-family: 'Exo 2';
    font-size: 18px;
    line-height: 29px;
    text-align: justify;
    color: #30233D;
    white-space: pre-wrap;
}

