.about-section{
    padding-bottom: 43px;
    position: relative;
}

.about-section .about-container {
    position: relative;
    z-index: 1;
}

.about-section .about-title {
    text-align: center;
    font-size: 33px;
    font-weight: 400;
    padding: 70px 0 20px 0;
    font-family: 'KGBlankSpaceSolid';
}

.about-section .woman-left {
    width: 499px;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.about-section .man-right {
    width: 380px;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.about-section .usps {
    font-family: 'KGBlankSpaceSolid';
    color: white;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.about-section .usps .usp {
    justify-content: center;
    align-content: center;
    text-align: center;
    display: flex;
    line-height: 45px;
    padding-top: 20px;
    font-size: 25px;
}

.about-section .usps .usp.usp1 {
    background: url('../img/chat-bubble-1.png') no-repeat;
    background-size: contain;
    width: 200px;
    padding: 20px;
    height: 190px;
}

.about-section .usps .usp.usp2 {
    background: url('../img/chat-bubble-2.png') no-repeat;
    background-size: contain;
    width: 220px;
    height: 190px;
    padding: 20px;
    margin-top: 150px;
}

.about-section .usps .usp.usp3 {
    background: url('../img/chat-bubble-3.png') no-repeat;
    background-size: contain;
    width: 200px;
    padding: 20px;
    height: 190px;
}

