.no-margin {
    margin: 0rem !important;
}
.no-padding {
    padding: 0rem !important;
}
#company {
    margin-bottom: 6rem;
    margin-top: 0rem;
    position: relative;
}
#company .title-block-section {
    text-transform: uppercase;
    color: #fff;
    font-size: 8.75rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e2e2e2;
    font-weight: bold;
    position: absolute;
    left: -0.6rem;
    bottom: -8.2rem;
    box-sizing: border-box;
    z-index: -1;
}

.company-block {
    margin-top: -6rem !important;
}
.company-images {
    margin-top: 0rem !important;
}
.protektor-white-bg {
    margin-bottom: -50px;
    overflow: hidden;
    height: 125px;
    margin-top: -20px;
}
body .company-content {
    z-index: 99;
    align-content: space-between;
    justify-content: space-between;
}
body .company-images .is-layout-flex {
    align-items: flex-start;
}
.company-block .wp-block-button img {
    margin-left: 1rem;
    transition: all 0.2s ease-out;
    position: relative;
    top: -2px;
}
/*
.company-block .wp-block-button:hover img, .white-button a:hover img, .video-button a:hover img{
    margin-left: 1.2rem;
}*/
.company-images figure.wp-block-image.is-resized {
    flex-direction: column;
}
.company {
    background: url(/wp-content/uploads/2023/09/Protektor.png) bottom left no-repeat;
    padding-bottom: 5rem !important;
}

.red-arrow a {
    background: url(/wp-content/uploads/2023/09/red-arrow.png) top 1rem right 1rem no-repeat !important;
    transition: all 0.2s ease-out;
    color: #626262;
    text-decoration: none;
    padding: 0rem;
    border: 0px !important;
}
.red-arrow a:hover {
    background: url(/wp-content/uploads/2023/09/red-arrow.png) top 1rem right 0.8rem no-repeat !important;
}
.company-images h5 {
    font-size: 1.25rem;
    margin-top: 0 0 1rem 0;
    margin-block-end: 0;
    margin-block-start: 0;
}

@media screen and (max-width: 1400px) {
    #company .company-block {
        padding-right: var(--wp--style--root--padding-right) !important;
        padding-left: var(--wp--style--root--padding-left) !important;
    }
}

@media screen and (max-width: 980px) {
    .company-block .company-content {
        flex-direction: column !important;
    }
    .protektor-white-bg {
        margin-top: 20px;
        height: auto;
        margin-bottom: -7%;
    }
    #company .title-block-section {
        font-size: 5.75rem;
        bottom: -7.5rem;
    }
}

@media screen and (max-width: 600px) {
    .company,
    .project-carousel {
        background-size: contain;
    }
    .image-full-width img {
        object-fit: cover;
        height: 240px;
    }
    #company .title-block-section {
        font-size: 5rem;
        bottom: -7.5rem;
    }
}

@media screen and (max-width: 500px) {
    body .company-images .is-layout-flex {
        flex-direction: column;
    }
    body .company-images .wp-block-group {
        padding-top: 0px !important;
    }
    #company .title-block-section {
        font-size: 3.5rem;
        bottom: -7rem;
        left: -0.2rem;
    }
}
