
.property-content{
    margin: 0;
}




.property-content .text-img{
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    margin-top: -60px;
    margin-left: 10px;
    color: #112967;
}
.property-content .icon-top{
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}
.property-content .content-btn{
    text-align: center;
    margin-bottom: 50px;

}

.property-content .icon-top > div{
    flex:0 0 50%;
    display: flex;
}
.property-content .icon-bot{
    display: flex;
    justify-content:center;
    margin-bottom: 10px;
}

.property-content .img{
    width: 100%;
    margin-bottom: 15px;
}
.property-content .icon img{
    width: 44px;
}
.property-content .icon{
    margin-right: 10px;
}
.property-content .text div{
    font-weight: bold;
}
@media (min-width: 991px) {
    .property-content{
        margin: 0 150px;
    }
    .property-content .text-img{
        font-size: 60px;
        margin-top: -82px;
    }
}