#split-hero {
    position: relative;
    padding-top: 150px !important;
    padding-left: 7px;
    padding-right: 7px;

    .img-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        &::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index: 10;
            opacity: 0.5;
        }

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .content {
        position: relative;
        z-index: 20;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white !important;
        text-align: center;

        h1 {
            color: white !important;
            /* font-size: clamp(2.5rem, 5vw, 4.5rem) !important; */
            /* line-height: calc(clamp(2.8rem, 5vw, 4.5rem) * 1.3) !important; */
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-align: center;
            font-weight: 700;
        }
    }
}

#contact-form {
    .file-field {
        .form-control {
            padding-left: 12px;
            height: 31px;
            padding-top: 2px;
            margin-top: 34px;
        }
    }
}

.pbmit-blog-style-4 {
    margin-bottom: 60px !important;
}

.articles-section {
    .pbmit-blog-style-4 {
        container: article-box / inline-size;
        padding-inline: 0.5rem;

        &:hover {
            .pbmit-featured-wrapper img {
                transform: scale(1);
            }
        }

        &.news {
            height: 350px;

            .pbmit-featured-container {
                background-color: rgb(240, 240, 240);
                background-color: var(--color-primary);
            }

            * {
                height: 100%;
            }

            img {
                object-fit: contain;
            }
        }

        .pbmit-featured-wrapper {
            margin-bottom: 0.5rem;
            overflow: hidden;
        }

        .pbminfotech-box-content {
            padding: 0;
        }

        h3 {
            --size: 5.5cqw;
            font-size: var(--size);
            line-height: calc(var(--size) * 1.3);
            text-transform: unset;
        }

        .pbmit-post-paragraph {
            margin-bottom: 0;
            --size: 4.5cqw;
            font-size: var(--size);
            line-height: calc(var(--size) * 1.3);
            text-transform: unset;
        }
    }
}
