.headerLayout.style7 .header {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.headerLayout.style7 .top {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
.headerLayout.style7 .image {
    float: left;
    width: 100%;
    aspect-ratio: 1244/500;
}
.headerLayout.style7 .image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.35;
}
.headerLayout.style7 .image img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.headerLayout.style7 .title {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    margin: 0;
    transform: translateY(-50%);
    font-size: 50px;
    line-height: 65px;
    color: #fff;
    text-transform: uppercase;
}
.headerLayout.style7 .text {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
}
.headerLayout.style7 .text p {
    float: left;
    width: 100%;
    margin: 0 0 25px;
}
.headerLayout.style7 .text p:last-child {
    margin-bottom: 0;
}

.articleId1179 .headerLayout.style7 .header {
        margin-bottom: 0px;
    } 

@media (max-width: 1280px) {
    .headerLayout.style7 .top {
        width: calc(100% + 40px);
        left: -20px;
    }
}
@media (max-width: 900px) {
    .headerLayout.style7 .image {
        aspect-ratio: 1000/500;
    }
    .headerLayout.style7 .title {
        top: 50%;
    }
}
@media (max-width: 500px) {
    .headerLayout.style7 .image {
        aspect-ratio: 360/300;
    }
}