#tec-page-hero .container-fluid {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.tec-page-header-devider {
    width: 100%;
    height: 115px;
    background-color: #1e1462;
}
.tec-page-header-devider-text {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 1rem;
    opacity: 30%;
    text-transform: uppercase;
}
.tec-page-hero-image-wrapper {
    display: flex;
    justify-content: center;
    height: auto;
    gap: 0.5rem;
    padding-top: 3rem;
}
.tec-page-hero-image-container {
    width: 200px;
    height: 430px;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    align-items: center;
    flex-direction: column;
}
.tec-page-hero-image-container .tec-page-hero-image-img-wrapper {
    position: relative;
}
.tec-main-objectives-wrapper .tec-main-objective-card:hover > .tec-page-objective-card-devider,
.tec-page-hero-image-container .tec-page-hero-image-img-wrapper img {
    width: 100%;
}
.tec-page-hero-image-container .tec-page-hero-image-img-wrapper::before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    top: -100%;
    background: #d9d9d9;
    opacity: 30%;
    border-radius: 16px;
    margin-bottom: 10px;
    position: absolute;
    z-index: -1;
}
.tec-page-hero-image-container .tec-page-hero-image-img-wrapper:has(img:nth-child(2))::before {
    top: -50%;
}
.tec-page-hero-image-container:nth-child(3),
.tec-page-hero-image-container:nth-last-child(3) {
    justify-content: flex-start !important;
}
.tec-page-hero-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -5rem;
}
.tec-page-hero-content-wrapper h1 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.15;
}
.tec-page-hero-content-wrapper .text-muted {
    font-size: 4rem;
    font-weight: 700;
    opacity: 50% !important;
    line-height: 1.15;
}
.tec-page-hero-content-wrapper p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    width: 50%;
}
.tec-page-hero-content-wrapper .tec-page-hero-content-button-wrapper {
    display: flex;
    gap: 1.85rem;
    margin: 1rem 0 0;
}
.tec-page-btn-primary {
    background-color: #1e1462;
    color: #fff;
    border: none;
    padding: 0.85rem 2.25rem;
    border-radius: 35px;
    font-size: 1.3rem;
    font-weight: 500;
    transition: 0.3s;
}
.tec-page-btn-primary:hover {
    transform: scale(1.03);
}
.tec-page-hero-image-img-wrapper .mb-2 {
    margin-bottom: 0.5rem !important;
}
@media (max-width: 1024px) {
    .tec-page-hero-image-wrapper {
        padding: 2rem 1.5rem 0 !important;
    }
    .tec-page-hero-content-wrapper .text-muted,
    .tec-page-hero-content-wrapper h1 {
        font-size: 3rem;
        line-height: 1;
    }
    .tec-page-btn-primary,
    .tec-page-hero-content-wrapper p {
        font-size: 1.15rem;
    }
}
@media (max-width: 768px) {
    .tec-page-header-devider {
        height: 80px;
    }
    .tec-page-hero-image-container {
        height: 200px;
    }
    .design-left,
    .design-right,
    .tec-page-hero-image-container .tec-page-hero-image-img-wrapper::before,
    .tec-page-hero-image-container:first-child .tec-page-hero-image-img-wrapper img:nth-child(2),
    .tec-page-hero-image-container:nth-child(3),
    .tec-page-hero-image-container:nth-child(5),
    .tec-page-hero-image-container:nth-child(7) .tec-page-hero-image-img-wrapper img:nth-child(2) {
        display: none;
    }
    .tec-page-hero-content-wrapper {
        margin: 0;
    }
}
@media (max-width: 600px) {
    .tec-page-hero-content-wrapper .text-muted,
    .tec-page-hero-content-wrapper h1 {
        font-size: 2.5rem;
    }
    .tec-page-hero-content-wrapper p {
        font-size: 1rem;
        width: 80%;
    }
    .tec-page-hero-content-wrapper .tec-page-hero-content-button-wrapper {
        gap: 1rem;
    }
}
@media (max-width: 480px) {
    .tec-page-hero-image-wrapper {
        margin: 1rem 1rem 1rem 0;
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        scroll-behavior: smooth;
        padding: 2rem 1.5rem 1rem 1rem !important;
    }
    .tec-page-hero-image-wrapper::-webkit-scrollbar {
        display: none;
    }
    .tec-page-hero-image-container {
        flex: 0 0 auto;
        width: 300px;
        height: 300px;
    }
    .tec-page-hero-content-wrapper h1 {
        font-size: 4rem;
        text-align: center;
    }
    .tec-page-hero-content-wrapper .tec-page-hero-content-button-wrapper {
        flex-direction: column;
    }
}
@media (max-width: 360px) {
    .tec-page-hero-image-container {
        flex: 0 0 auto;
        width: 290px;
        height: 290px;
    }
    .tec-page-hero-content-wrapper h1 {
        font-size: 3rem;
    }
    .tec-page-hero-content-wrapper .text-muted {
        font-size: 1.9rem;
    }
}