/* Add custom CSS styles below */ 
.copyright-text p {
    color: #fff !important;
}
.Text_field_side_img ,.Img_beneath_video {
    display: none;
}
.SH-hero-0 .container > div:nth-of-type(2){
    display:none;
}
.SH-hero-0{
    display:flex;
    align-items:center;
    justify-content:center;
}
.SH-hero-0 .container{
    justify-content:center;
}
.SH-hero-0 .container > div:nth-of-type(1){
    text-align:center;
    width:100%;
}
.SH-hero-0 h1{
    font-size:35px;
}
.SH-hero-0 p{
    font-size:20px;
    max-width:500px;
    margin:auto;
}
.SH-categories {
        margin-top:50px;
}
main#main-content{
    background-image:url('https://raw.githubusercontent.com/themiifyHG/uploavideos/main/uploads/1789457322510_lohom__1_.png');
    background-size:cover;
}
.SH-categories > .background-image {
    background-image:url('https://cdn.files.salla.network/other/2013938873/f74d2d93-463f-4036-a89d-a0c473af0abf-original.webp')!important;
    background-size:cover;
    z-index:0;
} 
.index section{
    margin-bottom:50px;
}
@media(max-width:768px) {
    .main_tittle h2 {
        font-size: 29px;
    }
    .SH-hero-0 h1{
        font-size:20px;
        max-width:250px;
        margin-top:50px !important;
        margin:auto;
    }
    .SH-hero-0 p{
        font-size:15px;
        max-width:300px;
        margin:auto;
    }
    /* .SH-hero-0{
        min-height:300px !important;
    } */
.SH-hero-0{
    display:flex;
    align-items: start;
}
}