.first-loading-wrp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height:100vh;
  min-height: 90vh;
}
.first-loading-wrp .loading-img{
  width:240px;
}

.first-loading-wrp > h1 {
  font-size: 24px;
  font-weight: bolder;
}