.square {
  margin-top: 5px;
  padding: 20px;
  background-color: rgb(242, 242, 242, 0.3);
}

/* Cards */

.card-text {
  text-align: start;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 143.5%;
  color: white;
}

.card-heading {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 98.7%;
  align-items: center;
  color: #FFF;
  padding: 10px;
  background-color: rgb(235,39,42);
}

.colsolution {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .headingfont {
    font-family: 'Ubuntu';
    font-size: 5.5vmin;
  }
}

.headingfont {
  color: rgb(235,39,42);
}

@media (max-width: 767px) {
  .cardoverflow {
    overflow: hidden !important;
  }
}

.Custom-Section2 {
  background-image: url("../../assets/img/Background/header-solutions-bg-img.png");
  background-size: 100%;
  margin-top: -50px;
}

.Custom-Section3 {
  min-height: 100vh;
  background: url("../../assets/img/Background/restoration-n.png") no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -50px;
}

@media (min-width: 992px) {
  .Custom-Section {
    padding: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .Custom-Section {
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.containerRestoration {
  /*margin-top: 50px;*/
}

.colcolor {
  color: white;
}

.pargsolutions {
  font-size: 15px;
  font-family: 'Ubuntu';
  margin-top: 16px;
}

.rowsolutions {
  display: flex;
  flex-direction: column;
}

.containerRestoration2 {
  max-width: 800px;
}

.colstyle {
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 5px;
}

.col1property {
  margin-top: 20px;
  height: 100%;
  padding-top: 0px;
}

/* Section Height */

.min-vh-75-center {
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

