.container {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-image: url('/img/svg/triangle-red.svg');
    background-repeat: no-repeat;
    background-position: calc(50% + 725px) center ;
    background-position-y: bottom;
    background-attachment: local;
    background-size: 475px;
}


.content-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: -1150px;
    margin-bottom: 30px;
    position: relative;
}

.default-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1100px;
    position: relative;
    padding-bottom: 30px;
    margin-top: 80px;
    padding: 0 20px;
}

.title-web {
    align-self: center;
    font-size: 3rem;
    color: var(--color-menu-hover);
    position: absolute;
    margin: 400px 860px 0 0;
    line-height: 100%;
    text-align: left;
}

.title-web span {
    color: var(--color-black);
}


.content-text img {
    margin: 348px 0 0 -117px;
}

.default-text .title-mobile {
    display: none;
    position: relative;
    text-align: center;
    font-size: 3rem;
    margin-top: -50px;
    margin-bottom: 10px;
}

@media (max-width: 992px) {

    .default-text .title-mobile {
        display: block;
    }

    .title-web {
        display: none;
    }
}

@media (max-width: 768px) {
    .content-text img {
        width: 400px;
        margin: 350px 0 0 -90px;
    }
}