.page-title {
    padding: 25px;
    background-color: #e9f1e9;
    text-align: center;
}
.page-title h1.title {
    color: #174e76;
}
.img-with-text-inner {
    display: flex;
    align-items: center;
    margin: 0 -20px
}
.img-with-text-inner .img-block,.img-with-text-inner .content-block {
    flex: 0 0 50%;
    padding: 0 20px
}
.img-with-text-inner .img-block {
    text-align: center
}
.right .img-with-text-inner {
    flex-direction: row-reverse;
}
section.img-with-text.full-fluid.right:after {
    right: 0;
    left: initial;
}
section.img-with-text.full-fluid:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    left: 0;
    right: initial;
    top: 0;
    bottom: 0;
    background-image: url(../../img/gettyImages.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
section.img-with-text.full-fluid.right .content-block {
    padding-left: 20px!important;
    padding-right: 50px!important
}
.img-with-text .subtitle,.subtitle {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 4px
}
.software-and-manuals-inner {
    max-width: 850px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.software-and-manuals-block {
    text-align: center;
    background-color: #e9f1e9;
    padding: 30px;
    width: 50%;
}
.software-and-manuals-block .img {
    max-height: 60px;
    display: inline-block;
    height: 60px;
    margin-bottom: 10px;
    width: 60px;
}
.software-and-manuals-block .title {
    font-size: 26px;
    font-weight: 600;
    margin: 10px 0 8px;
}
section.img-with-text.full-fluid {
    position: relative;
    background-color: #e9f1e9;
}
section.img-with-text.full-fluid.research:after {
    background-image: url(../img/ce-sam.webp);
}
section.img-with-text.full-fluid.revolution:after {
    background-image: url(../img/reuzeit-revolution-hero.webp);
}
.software-and-manuals-block .img img {
    width: auto;
    height: 100%;
}
.blog img {
    height: auto !important;
}
.img-with-text.blog {
    background-image: url(../img/background.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
}
.videos .img-block {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 26%!important;
}
.videos iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
section.collapse {
    background-color: var(--blue);
}
section.collapse .sec-top {
    text-align: center;
}
section.collapse .subtitle,section.collapse .title {
    color: #fff;
}
section.collapse .collapse-inner {
    text-align: center;
}
section.collapse .accordion-container {
    width: 100%;
    margin: 35px 0 25px
}
section.collapse .accordion-item {
    background-color: #FFF;
    margin-bottom: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1)
}
section.collapse .accordion-header {
    background-color: #f4f4f4;
    color: #000;
    padding: 15px;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 600;
}
section.collapse .accordion-header:hover {
    background-color: #e0e0e0;
}
section.collapse .accordion-content {
    background-color: #FAFAFA;
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease;
    text-align: left;
}
section.collapse .accordion-content p {
    margin: 15px 0;
    line-height: 1.5
}
section.collapse .icon {
    transition: transform 0.3s ease
}
section.collapse .active .icon {
    transform: rotate(45deg)
}
.software-and-manuals-block:last-child .img img {
    padding: 4px 0;
}
.software-and-manuals-block p {
    margin-bottom: 5px;
}

@media only screen and (max-width:767px ) {
    .img-with-text-inner {
        flex-wrap: wrap;
        gap: 30px;
        margin: 0
    }
    .img-with-text-inner .img-block,.img-with-text-inner .content-block {
        flex: 0 0 100%;
        padding: 0
    }
    section.img-with-text.full-fluid {
        padding: 0
    }
    section.img-with-text.full-fluid .img-block {
        position: relative;
        padding-bottom: 40%;
        background-image: url(../../img/gettyImages.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    }
    section.img-with-text.full-fluid .container {
        padding: 0
    }
    section.img-with-text.full-fluid:after,section.img-with-text.full-fluid:before {
        display: none
    }
    section.img-with-text.full-fluid .content-block {
        padding: 0 20px 40px 20px!important
    }
    .software-and-manuals-inner {
        flex-direction: column;
        gap: 20px;
    }
    .software-and-manuals-block {
        width: 100%;
    }
    .software-and-manuals-block .img {
        width: 50px;
        height: 50px;
        max-width: 60px;
    }
    .software-and-manuals-block .title {
        font-size: 22px;
        margin: 5px 0 5px;
    }
    .software-and-manuals-block p {
        margin-bottom: 5px;
    }
    .videos .img-block {
        padding-top: 56%!important;
    }
    section.img-with-text.full-fluid.research .img-block, section.img-with-text.full-fluid.revolution .img-block {
        position: relative;
        padding-bottom: 50%;
        background-image: url(../img/ce-sam.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    section.img-with-text.full-fluid.revolution .img-block {
        background-image: url(../img/reuzeit-revolution-hero.webp);
    }
    section.img-with-text.full-fluid.right .content-block {
        padding-right: 20px!important;
    }
}
@media only screen and (max-width:479px ) {
    section.collapse .accordion-header {
        font-size: 17px;
    }
    section.collapse .accordion-container {
        margin: 30px 0 20px;
    }
}