
/** advice-section **/

.advice-section{
  position: relative;
}

.advice-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(50% - 30px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.advice-section .content-box{
  position: relative;
  display: block;
}

.advice-section .content-box .lower-content{
  position: relative;
  display: flex;
  align-items: center;
}

.advice-section .content-box .lower-content .theme-btn{
  padding: 17px 22px 16px 22px;
}



































