#sebrand{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: -240px;
}
#sebrand .tittlese{
    margin-bottom: 30px;
    padding: 6px 16px;
}
#sebrand .tittlese h2{
    font-size: 48px;
    text-transform: uppercase;
}
#sebrand .tittlese p{
    font-size: 38px;
    font-weight: 500;
    margin-top: -15px;
}
#sebrand .bagnbox{
    display: flex;
    flex-wrap: wrap;
}
#sebrand .bagnbox .mmilog{
    margin: 10px 10px;
    padding: 3px 8px;
    webkit-box-shadow: 0 5px 15px rgb(33 32 36 / 10%);
    box-shadow: 0 1px 10px rgb(211 211 211 / 29%);
}
#sebrand .matentdn{
    padding: 20px 10px;
}
#sebrand .matentdn p{
    font-size: 29px;
    color: #616161;
}
.maimg{
    position: relative;
    z-index: 5;
    margin-top: -140px;
}

@media only screen and (max-width: 980px){
    .maimg{
        margin-top: 0;
        margin-bottom: 40px;
        }
    #sebrand .tittlese h2{
        font-size: 39px;
    }
    #sebrand .tittlese p{
    font-size: 30px;
}
}

@media only screen and (max-width: 1480px){
    #sebrand .bagnbox .mmilog{
        width: calc(25% - 38px);
    }
    #sebrand .matentdn p{
        font-size: 24px;
    }
}
@media only screen and (max-width: 640px){
    #sebrand .bagnbox .mmilog{
        width: calc(50% - 38px);
    }
    #sebrand .matentdn p{
        font-size: 19px;
    }
}
@media only screen and (max-width: 480px){
    #sebrand .tittlese h2{
        font-size: 34px;
    }
    #sebrand .tittlese p{
        font-size: 25px;
    }
    #sebrand{
        margin-top: 0;
    }
    #sebrand .tittlese{
    margin-top: 25px;
}
}