.container.sct_double .doubleSectionPart {
    max-width: 100%;
}
.contentTypeContent:empty {
   display: none !important;
}
.DoubleSSectionSingleMain.doubleSectionPart {
    height: fit-content;
}
header h2, header h1 {
    flex-direction: column !important;
}
.container.sct_double.withButton {
    padding-bottom: 115px !important;
}
.block.DoubleSSection{
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}
.contentTypeContent br{
    display: none;
}
.contentTypeVideoItem {
    height: 100%;
    min-height: 100%;
    width: 100%;
    max-width: 100%;
    margin: auto;
}
.DoubleSSectionSingleMain {
    height: fit-content;
    display: flex;
}
.DoubleSSection .contentTypeContent * {
    text-align: left !important;
}
.DoubleSSectionSingleMain.doubleSectionPart .contentTypeContent, .mediaContentPosition, .contentTypeInfoLines {
   padding-left: 35px !important;
   padding-right: 35px !important;
}
.container.sct_double {
    flex-direction: column;
}