.titr-content{
    font-size: 36px;
    line-height: 51px;
    margin-bottom: 19px;
}

.content-txt p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 56px;
}

.section-content .image-about{
    position: relative;
    padding: 3.5rem 0 0 !important;
}

.section-content{
    overflow: hidden;
}


@media (min-width:992px){

    .section-content .image-about:after{
        mask-image: linear-gradient(347deg, #00000070 -5%, transparent 65%);
        content: '\e928';
        font-family: 'icomoon';
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -40%);
        color: white;
        opacity: 50%;
        font-size: 14rem;
        pointer-events: none;
        z-index: 0;
        line-height: 1;
    }

    .section-content:before{
        mask-image: linear-gradient(155deg, #00000070 -5%, transparent 65%);
        content: '\e928';
        font-family: 'icomoon';
        position: absolute;
        top: 0;
        left: 0;
        color: white;
        opacity: 90%;
        font-size: 15rem;
        pointer-events: none;
        z-index: 0;
        line-height: 1;
    }
}


@media (max-width:991.98px){

    .section-content:before{
        mask-image: linear-gradient(165deg, #00000070 -5%, transparent 65%);
        content: '\e928';
        font-family: 'icomoon';
        position: absolute;
        top: 0;
        left: 0;
        color: white;
        opacity: 60%;
        font-size: 14rem;
        pointer-events: none;
        z-index: 0;
        line-height: 1;
    }

.titr-content{
    margin-bottom: 11px;
    margin-top: 32px;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
}

.content-txt p {
    font-size: 14px;
    line-height: 24px;
    opacity: 80%;
    margin-bottom: 24px;
    padding-inline: 14px;
}

.section-content .image-about {
    padding: 20px 0 0 !important;
}
}

