.title-intro-desc {
    padding: 45px 0;
}

.title-intro-desc > .ctnr {
    justify-content: space-between;
    column-gap: var(--gap1);
}

@media (max-width: 767px) {
    .title-intro-desc > .ctnr {
        flex-direction: column;
    }
}

.title-intro-desc .head,
.title-intro-desc .desc {
    max-width: 100%;
}

.title-intro-desc .head {
    flex: 1;
    max-width: 480px;
    margin-bottom: 36px;
}

.title-intro-desc .desc {
    flex: 1;
    color: #333;
    line-height: 150%;
    max-width: 500px;
}

.title-intro-desc .intro {
    color: var(--primary-400);
    font-size: 24px;
    font-weight: 600;
}
