.u-section-1 .u-sheet-1 {
  min-height: 3431px;
}

.u-section-1 .u-text-1 {
  font-size: 3rem;
  font-weight: 700;
  margin: 60px auto 0 0;
}

.u-section-1 .u-text-2 {
  line-height: 1.8;
  margin: 40px 0 39px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-2 {
    width: auto;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
  }
}.viber-float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 40px;
  right: 40px;
  background-color: #7360f2;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.viber-float:hover {
  background-color: #7360f2;
  transform: scale(1.1);
}
.viber-icon {
  width: 85px;
  height: 85px;
}
/* Mobile Responsiveness */
@media screen and (max-width: 767px) {
  .viber-float {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
}