.center-line .section-title b {
    display: block;
}

.center-line .section-title b:first-child {
    background: linear-gradient(90deg, rgba(217, 217, 217, 0.00) 0%, var(--primary-color) 100%);
    opacity: 1;
}

.center-line .section-title b:last-child {
    background: linear-gradient(270deg, rgba(217, 217, 217, 0.00) 0%, var(--primary-color) 100%);
    opacity: 1;
}

.tech-content .col-inner {
    position: relative !important;
}

.tech-content .col-inner {
    height: 100%;
}

.tech-content-img-2 {
    position: absolute !important;
    bottom: -20px;
    right: 0;
}

.tech-content-img-3 {
    position: absolute !important;
    bottom: -20px;
    right: 0;
}

.tech-content-img-2 img {
    max-width: 200px;
}

.tech-content .col-inner::after {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 150px;
    width: 250px;
    content: "";
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(299.24deg, #A90505 43.38%, rgba(67, 2, 2, 0) 83.32%);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    z-index: -1;
}

.title-tect-2 .section-title-main {
    background-color: var(--primary-color);
    border-radius: 50px;
    padding: 20px;
}

.tech-title-section {
    white-space: nowrap;
    border-right: 3px solid var(--primary-color);
    padding-right: 10px;
}

@media (max-width: 768px) {

    .center-line .section-title b:first-child,
    .center-line .section-title b:last-child {
        display: none;
    }

    .tech-title-section {
        padding-right: auto;
        border-right: none;
        border-bottom: 3px solid var(--primary-color);
    }

    .tect-content-row .tech-content,
    .case-content-row .case-content {
        order: -1;
    }
}