@media (min-width: 992px) and (max-width: 1199.98px){
  .text-inside-readmore-right-first{
    padding-top: 8%;
  }

  
  .text-inside-consturction{
    font-size: 181.25%;
  }

  .text-inside-readmore-right-first{
    width: 47%;
  }

  .padding-right-side-first-read-more{
    padding-top: 0%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px){
  .padding-left-side-first-read-more{
    padding-top: 8%;
  }

  .text-inside-consturction{
    font-size: 181.25%;
  }
  
}

@media (min-width: 768px) and (max-width: 991.98px){

  .container-main-consturction {
    position: relative;
    width: 100%;
    height: 100%;
    
  }

  .overlay-main-consturction {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin-left: 0;
    background-color: #e74d57;
  }

  .text-inside-readmore-right-first {
    width: 59%;
  }

  .text-inside-consturction {
    font-size: 147%;
  }
  
  .mt-mobile{
    margin-top: 9rem!important;
  }
}


@media (min-width: 576px) and (max-width: 767.98px){

  .container-main-consturction {
    position: relative;
    width: 100%;
    height: 100%;
    
  }

  .overlay-main-consturction {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin-left: 0;
    background-color: #e74d57;
  }

  .text-inside-readmore-right-first {
    width: 86%;
  }

  .text-inside-consturction {
    font-size: 105%;
  }

  .mt-mobile{
    margin-top: 5rem!important;
  }

}

@media (max-width: 575.98px){
  .container-main-consturction {
    position: relative;
    width: 100%;
    height: 100%;
    
  }

  .overlay-main-consturction {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin-left: 0;
    background-color: #e74d57;
  }

  .text-inside-readmore-right-first {
    width: 54%;
    font-size: 100%;
  }

  .text-inside-consturction {
    font-size: 194%;
  }
  
  .mt-mobile{
    margin-top: 3rem!important;
  }

}

@media (max-width: 425px) {
  
  .container-main-consturction {
    position: relative;
    width: 100%;
    height: 100%;
    
  }

  .overlay-main-consturction {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin-left: 0;
    background-color: #e74d57;
  }

  .text-inside-readmore-right-first {
    width: 86%;
    font-size: 91%;
  }

  


  .text-inside-consturction {
    font-size: 105%;
  } 
  
  .mt-mobile{
    margin-top: 3rem!important;
  }

}

@media (max-width:320px){
  .overlay-main-consturction{
    height: 125%;
  }
  
  .mt-mobile {
    margin-top: 1rem!important;
    padding-bottom: 0;
  }

}



