.project-detail-info img{
    width:100% !important
}

.right{
    display: flex;
    flex-direction: column;
    gap:20px;
    max-width: 30%;
}

.related-project img{
    width:30% !important;
}

.related-info{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}

.related-project{
    display:flex;
    flex-direction: row;

}

.title{
    font-weight: bold;
    text-wrap: wrap;
    color: black;
}

p{
    line-height: 2rem !important; 
}

iframe{
    height:493px!important;
}

@media only screen and (max-width:1000px){
    .right{
        max-width: unset !important;
    }
}