#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-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
    
}
#strength-contact .image img{
    padding: 0;
    height: 100%;
    width: 100%;
}