.section-06 {
    min-height: 820px;
    position: relative;
    background: #FFFFFF;
}

.section-06--container {
    padding-top: 38px;
}

.section-06 .top-page-title {
    color: #101010;
}

.section-06 .top-page-slogan {
    color: #101010;
}




.section-06 .top-page-title-and-slogan {
    margin-bottom: 25px;
}

.section-06 .stellix {
    width: 272px;
    height: 585px;
    background: url('../../../img/home-section-06/stellix.png');
    background-repeat: no-repeat;
    position: absolute;
    background-position: -182px -46px;
    top: 232px;
    left: 50%;
    margin-left: -810px;
}

.section-06 .first-line {
    display: grid;
    grid-template-columns: 275px auto;
    gap: 50px;
    color: #101010;
    margin-bottom: 60px;
}

.section-06 .first-line .first-line--title{
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
}

.section-06 .first-line--letter {
    font-size: 120px;
    line-height: 80px;
    font-weight: 700;
    position: relative;
}

.section-06 .first-line--letter label{
    color: #c31925;
    position: absolute;
    bottom: 0;
    left: 80px;
}

.section-06 .first-line-title {

}

.section-06 .second-line {
    display: grid;
    grid-template-columns: 275px auto;
    gap: 50px;
    color: #101010;
}

.section-06 .second-line .second-line--left {

}

.section-06 .second-line .second-line--left p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
    width: 195px;
    margin-left: 80px;
}

.section-06 .second-line--right {

}

.section-06 .second-line--right--container {
    
}

.section-06 .second-line--right--item {

}

.section-06 .second-line--right--item h2 {
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 13px;
}

.section-06 .second-line--right--item p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #525252;

}

.section-06 .second-line--right--item p.down-p {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 30px;
    color: #101010;
}

@media(max-width:1399px) {
    .section-06 .stellix {
        margin-left: -675px;
        width: 200px;
        background-size: cover;
        background-position: center;
    }
}

@media(max-width:1199px) {
    .section-06 .stellix {
        margin-left: -585px;
    }
}

@media(max-width:990px) {
    .section-06 .second-line,
    .section-06 .first-line {
        display: block;
    }

    .section-06 .first-line--letter {
        display: none;
    }

    .section-06 .second-line .second-line--left {
        display: grid;
        grid-template-columns: 200px auto;
        display: none;
    }

    .section-06 .second-line .second-line--left p {
        width: auto;
        margin-left: 0;
    }

    .section-06 .stellix {
        display: none;
    }
}

@media(max-width:575px) {
    .section-06 .second-line--right--container {
        display: block;
    }

    .section-06 .second-line--right--item {
        margin-bottom: 50px;
    }
}
