.p-section__inner{
    padding: 0;
}

.p-contentblock__dummy{
    text-align: center;
}

.p-contentblock__content{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 600px;
}

.p-beauty_services__box_item--img{
    background-color: rgb(230, 169, 185);
    height: 100px;
    align-content: center;
}

.p-contentblock__title img{
    width: 240px;
    height: 60px;
}

.loading_message{
    flex: 2;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    font-size: 18px;
}

.mcodg0120_loading {
    flex: 8;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #ffffff;
	opacity: 0.5;
}

.mcodg0120_screen {
    width: 100%;
    height: 100%;
    text-align: center;
}

.mcodg0120_loading img {
	height: 50px;
    width: 50px;
    margin: auto;
}

.loadding_message_dummy{
    font-size: 30px;
}

.revieve_loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index:99999;
    background-color: #ffffff;
    opacity: 0.5;
    display: none;
  }
  
  .revieve_screen {
    width: 100%;
    height: 100%;
    display: flex;
  }
  
  .revieve_loading img {
    height: 120px;
    width: 120px;
    margin: auto;
  }