#content{
    display: flex;
    position: relative;
}

#content .detail{
    z-index: 1;
}

#content .design{
    position: absolute;
    bottom: -60px;
}

#content .title h1{
    text-align: start;
}

#content .left{
    left:-30px
}
#content .right{
    right: -30px
}

#content .design img{
    width: 20vw;
    max-width: 140px;
    margin: 32px 0;
}

#content .detail .image{
    display: flex;
    align-items: center;
}

#content .detail .image img{
    border-radius : 16px;
    width: 100%;
    height: 350px
}

#content .detail .description{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#content .detail .description p{
    margin: 0;
}

#strength-contact{
    background-color: #121C45;
    
}

#strength-contact .description{
    padding: 64px 32px ;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
#strength-contact .title{
    margin: 0;
}

#strength-contact h1,#strength-contact p{
    color: white
}

#strength-contact .image{
    padding: 0;
    min-height: 300px;
    background-image: url("/assets/img/key/key-contact.png") ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
    
}
#strength-contact .image img{
    padding: 0;
    height: 100%;
    width: 100%;
}

#serve .Main {
    display: block;
    height: 575px;
    padding: 20px;
}

#serve .subMain {
    display: block;
    height: 560px;
    padding: 20px;
    gap: 17px;
}

#serve .subMain img{
    height: 375px !important;
}
#serve .content .title{
    gap: 0;
}
#serve .content .title h1{
    font-size: 55px;
}
@media(max-width:575px){
    #serve .content .title h1{
        font-size: 50px;
    }
    .img-main{
        height: 350px;
    }
    #serve .Main {
        padding: 10px;
    }
}

#serve img {
    width: 100% !important;
    height: 100% ;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transform-origin: top left;
}

#serve .serve-img {
    display: none !important;
}
#serve .transform{
    display: flex;
    gap: 60px;
}
#serve .transform button{
    padding: 24px;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    border: 0px;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
}

#header-serve,
#header-serve-mobile{
    color: #DFEDF4;
    -webkit-text-stroke: 2px rgba(18, 28, 69, 1);
}

#content .title{
    margin-bottom: 32px;
}