
.cpbox{
    display: flex;
	flex-direction: row;
    padding: 20px 0px;
    cursor: pointer;
  background-color: #a1b0c82e;
    margin-bottom: 20px;
}
.cptpbxom{
    height:200px;
    width:400px;
}   
.background{
	background-image: url('../images/backgroungImg.jpg');
}
.cpsmbox{
    padding: 10px 20px;
}
.cpsmtitle{
    font-family: PingFang-SC-Heavy;
    font-size: 28px;
    color: #041A49;
    letter-spacing: 0;
    line-height: 48px;
    font-weight: 400;
}
.cpsmlabel{
  font-family: PingFang-SC-Heavy;
  font-size: 18px;
  color: #041A49;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 400;
}
.jslabel{
	background-image: url('../images/line02.png');
	font-family: PingFang-SC-Heavy;
    font-size: 34px;
    color: #3764C7;
    letter-spacing: -0.78px;
    font-weight: 400;
  	text-align: center;
     background-repeat: no-repeat;
    background-position: center;
  margin-top:44px;
}

