

.line{
    width: 182px;
    height: 3px;
    background-color: green;
    transform: rotate(90deg);
    margin-top: 30px;
    position: absolute;
    left: 34px;
}
.about-container{
    width: 80%;
    margin: 88px auto;
}
.about-content{
    display: flex;
    justify-content: space-between;
    
}

.nav a{
    text-decoration: none;
    color: black;
}
.head{
    font-size: 23px;
}
.line-head span{
    position: relative;
    left: 16px;
    font-size: 49px;
    top: -17px;
    line-height: 39px;
    font-weight: bold
}
/* about post */
.about-post{
    position: relative;
    width: 100%;

}
.about-img{
    width: 100%;
    height: 454px;
}
.about-img img{
    width: 94%;
    height: 454px;
    margin-left: 6%;;
}
.ab-box{
    position: absolute;
    width: 385px;
    height: 208px;
    background-color: #2eca6a;
    z-index: 1;
    top: 221px;
    left: 0;
    
}
.ab-content {
    line-height: 43px;
    
}
.ab-content h3{
    font-size: 43px;
    
}
/* exclusive-property section */
.ab-content-right{
    
    display: flex;
    margin-left: 105px;
    position: relative;

}
.exclusive-property{
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 144px;
}
.ab-img-left {
    width: 26rem;
    height: 463px;
    margin-right: 134px;
}
.ab-img-left img{
    width: 26rem;
    height: 463px;
}

.rotated-content{
    position: absolute;
    transform: rotate( 
270deg
 );
    height: 60px;
    left: -125px;
    text-align: right;
    top: 9px;
    min-width: 154px;
    color: #555555;
}
.normal-content{
    text-align: justify;
}
.normal-content > h3{
    color: gray;
    font-size: var(--font-s);
}