.concept-label-title {
    display: flex;
    margin-top: 10px;
}

.concept-label-title span {
    margin-right: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.concept-label span {
    writing-mode: vertical-rl;
    transform: rotate(360deg);
    letter-spacing: 4px;
}

.concept-label .line {
    width: 1px;
    height: 210px;
    background: #333;
}

.concept-content p {
    width: 100%;
    color: #000000;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.concept-bg-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 0;
    color: rgba(0, 0, 0, 0.05);
    z-index: 1;
    font-family: var(--font-raleway);
    font-weight: 700;
    font-size: 39px;
    line-height: 45px;
    gap: 0;
    top: 110px;
}


.main-section-concept {
    margin: 0 20px;
    position: relative;
}

.concept-section {
    display: flex;
    justify-content: space-between;
    padding-top: 145px;
    padding-bottom: 150px;
}

.concept-label {
    margin-right: 0;
}

.concept-content {
    width: min(300px, 68%);
    z-index: 2;
    position: relative;
}

@media screen and (min-width: 768px) {
    .concept-section {
        display: flex;
        max-width: 1440px;
        justify-content: space-between;
        position: relative;
        background: #fff;
        padding-top: 220px;
        padding-bottom: 200px;
    }

    .concept-label {
        margin-left: 170px;
        margin-top: 10px;
        height: 100%;
    }

    .concept-content {
        width: 592px;
        margin-right: 20px;
    }

    .concept-label .line {
        height: 180px;
    }

    .concept-label span {
        margin-right: 34px;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 3.2px;
        font-family: var(--font-poppins);
    }

    .concept-bg-title {
        font-size: 132px;
        line-height: 150px;
        top: 60px;
        right: 20px;
        font-weight: 600;
    }

    .concept-content p {
        line-height: 36px;
    }

    .concept-label-title {
        margin-top: 0;
    }

    .main-section-concept {
        margin: 0;
    }

    .concept-section {
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 997px) {
    .concept-label {
        margin: 70px;
        margin-top: 10px;
        /*width: 30%;*/
        height: 100%;
    }

    /*.concept-label-title {*/
    /*    justify-content: center;*/
    /*}*/

    .concept-bg-title {
        font-size: 95px;
        line-height: 100px;
        top: 115px;
    }

    .concept-content {
        width: 525px;
    }

    .concept-content p {
        width: 85%;
    }
}

@media (min-width: 998px) and (max-width: 1199px) {
    .concept-bg-title {
        font-size: 110px;
        line-height: 120px;
        top: 90px;
    }

    .concept-label {
        margin-left: 110px;
    }

    .concept-content {
        margin-right: 35px;
    }

    .concept-content p {
        width: 85%;
    }
}

@media screen and (min-width: 1200px) {
    .concept-content {
        margin-right: 170px;
    }
}