.section_7_mainContainer
{
    /* margin: 10% auto; */
    width: 100%;
    /* background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/banner2.jpg); */
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    
    object-position: center;
    object-fit: cover;
}
.section_7_mainContainer h1
{
    color: #fff;
    margin-bottom: 4%;
    padding: 0;
}
@media(max-width: 700px)
{
        .section_7_mainContainer h1
    {
        font-size: 3.5vw;
    }
}

.section_7_itemTextContainerBlur
{
    width: 100%;
}

.section_7_mainContainer_BoxContentTextCont
{
    /* background: rgba(226, 0, 0, 0.7); */
    /* background: rgb(1 1 1 / 64%); */
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* transition: 0.5s; */
    text-align: center;
    border-radius: 10px;
}
.section_7_mainContainer_BoxContentText
{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 2vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    /* opacity: 1;
    transition: 0.5s; */
}
.section_7_mainContainerDiv
{
    margin: 2% 10% 2% 10%;
    width: 80%;
    border-radius: 10px;
    /* padding: 16% 0; */
    position: relative;
}
.section_7_headerline
{
    font-size: 3.5vw;
    font-weight: 600;
    margin-bottom: 2%;
}
.section_7_mainContainer
{
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
}