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

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

#content .design{
    position: absolute;
}

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

#content .left{
    left:-30px;
    bottom: -60px;
}
#content .right{
    right: -30px;
    bottom: -60px;
}

#content .left-rectangle{
    left:-30px;
    bottom: -40px;
}

#content .right-rectangle{
    left: 25%;
    top: 21px;
}
#content .right-rectangle-2{
    right: -20px;
    top: -5px;
}

#content .design .rectangle{
    height: 424px;
    width: 100vw;
    background-color: #DFEDF4;
    border-radius: 16px;
}
#content .design .rectangle-2{
    height: 470px;
    width: 70vw;
    max-width: 1150px;
    background-color: #DFEDF4;
    border-radius: 16px;
}

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

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

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

#content .detail .image .rectangle{
    margin: 50px 0;
}

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

.section-bg-2{
    background: rgba(67, 67, 67, 0.04);
}

#about .title h2{
    font-weight: 400;
    font-size: 30px;
    color: #5E6666;
    letter-spacing: -0.00021em;
    line-height: 52px;
}

@media(max-width:991px){
    #about .title h2{

        font-size: 23px;
        line-height: 32px;
    }
}

#certificate .box{
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 0px;
    gap: 32px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
}

#certificate .box .content{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

#certificate .box .content img{
    height: 100px;
}
#certificate .box .content .iso{
    height: 180px;
}