.why-choose-our-house-section{
  padding:100px 0px;
}
.why-choose-our-house-section .head-title {
    font-family: Graphik;
    font-weight: 600;
    font-size: 40px;
    line-height: 53px;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0;
    color: #0E130C;
}
.why-choose-our-house-section .full-container{
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 30px
}
.why-choose-our-house-section .full-single-container{
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap:38px;
}

.why-choose-our-house-section .full-single-container .two-colume-box{
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap:38px;
}
.why-choose-our-house-section .full-single-container .single-item {
    background: rgba(0, 0, 0, 0.04);
    padding: 40px 40px 25px;
    min-height: 328px;
}

.why-choose-our-house-section .full-single-container .left-colume-box {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
}
.why-choose-our-house-section .full-single-container .right-colume-box{
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
}

.why-choose-our-house-section .full-single-container .single-item .single-title {
  font-family: Graphik;
  font-weight: 500;
  font-size: 26px;
   line-height: 100%;
   letter-spacing: 0;
   margin:0 0 15px 0;
   padding:0;
   color:#000000;
}
.why-choose-our-house-section .full-single-container .single-item p{
  font-family: Graphik;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color:#000000;
}

.why-choose-our-house-section .full-single-container .single-item .content-box-des {
    margin-top: 28px;
}
.why-choose-our-house-section .full-single-container .single-item .image-icon-box img{
  width:auto;
  height:38px;
}
.why-choose-our-house-section .full-single-container .single-item .image-icon-box{
  min-height:46px;
}
.why-choose-our-house-section .full-single-container .single-item .single-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}
.why-choose-our-house-section .choose-bottom-content{
  text-align:center;
  max-width:800px;
  margin: 30px auto 0;
}
.why-choose-our-house-section .choose-bottom-content p{
  font-family: Graphik;
  font-weight: 400;
  font-style: Regular;
  font-size: 17px;
  line-height: 34px;
  letter-spacing: 0;
  text-align: center;
  color:#000000;
}