.text h2{
    font-weight: bold;
    font-size: 35px;
    padding-bottom: 25px;
}
.inner .info_text:last-child{
    border-bottom: 1px solid #b58e6f;
}
.inner .info_text{
    padding-bottom: 50px;
}
.inner .info_text p{
   color: #000;
}


.text{
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
}
.inner .about-sections .about-sections-section{
    width: 25%;
    min-height: 400px;
}

.about-sections .about-sections-section__inner{
    margin: 20px;
}
.about-sections .about-sections-section__title{
    font-size: 13px;

}
.about-sections .about-sections-section__title::after{
    top: 0;
}

.about-sections--block .title--black h2{
    font-size: 46px;
    font-weight: 300;
}
.select-house-2 .genplan-title{
    position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 999;
    text-align: center;
    padding-top: 20px;
}
.select-house-2 .genplan-title .h1 {
    margin: 45px 0;
    font-size: 6rem;
    font-weight: 700;
    text-shadow: black 1px 0 10px;
    text-align: center;
    line-height: 1.3em;
}
.select-house-2 .genplan-title span {
    text-shadow: black 1px 0 10px;
    font-size: 6rem;
    line-height: 1.3em;
}
.arrow_2{
   /* position: absolute;*/
   /*top: 85%;*/
   /* left: 50%;*/
   /* margin-right: -50%;*/
   /* transform: translate(-50%, -50%);*/
   /* font-size: 60px;*/
   /* z-index: 999;*/
    margin-top: 60px;

}
.arrow_2 img{
    width: 100px;
}

.select-house-2, .select-floor{
    margin-bottom: 0px;
}

.select-house-2 .plan-map--genplan::after{
    background: rgba(0,0,0,.5);
}
@media screen and (max-width: 1240px){
    .select-house-2 .genplan-title span{
        font-size: 4rem;
    }
    .select-house-2 .genplan-title .h1{
        font-size: 5rem;
    }
    .arrow_2{
        margin-top: 40px;
    }
    .arrow_2 img{
        width: 80px;
    }

}
@media screen and (max-width: 780px){
    .inner .about-sections .about-sections-section{
        width: 100%;
    }
    .about-sections--block .title--black h2{
        font-size: 25px;
    }
    .select-house-2 .genplan-title span{
        font-size: 3rem;
    }
    .select-house-2 .genplan-title .h1{
        font-size: 4rem;
    }
    .select-house-2 .genplan-title .h1{
        margin: 16px 0;
    }
    .arrow_2 img{
        width: 60px;
    }
    .arrow_2{
        margin-top: 20px;
    }
}
@media screen and (max-width: 600px){
    .arrow_2 img{
        width: 30px;
    }
    .select-house-2 .genplan-title span{
        font-size: 2rem;
    }
    .select-house-2 .genplan-title .h1{
        font-size: 3rem;
    }
}
@media screen and (max-width: 460px){
    .arrow_2 img{
        width: 30px;
    }
}
@media screen and (max-width: 400px){
    .select-house-2 .genplan-title span{
        font-size: 2rem;
        line-height: 0.9em;
    }
    .select-house-2 .genplan-title .h1{
        font-size: 3rem;
        line-height: 0.9em;
        margin: 16px 0;
    }

    .arrow_2 img{
        width: 30px;
    }
    .arrow_2{
        margin-top: 10px;
    }
}
@media screen and (max-width: 320px){
    .arrow_2 img{
        display: none;
    }
}
