.pcs-welcome-box{
    margin-bottom: 40px;
}
.wp-sec .pcs-kettle.vas{
  	position: relative;
  	flex-wrap: nowrap;
  	align-items: center;
    margin-top: 60px;
    border: 4px solid #30b68c;
  	background-color: #f3f3f3;
    border-radius: 10px;
    padding: 25px;
}
.kl-important{
    background: #30b68c;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    border-radius: 0 0 10px;
}
.pcs-kettle img{
 	 margin: 0 auto;
  	display: block;
}
.pcs-welcome-box img{
    width: 800px;
    margin: 0 auto;
    display: block;
}
.wp-sec h3 {
    font-size: 18px;
}
.wp-sec .vas{
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}
.wp-sec{
    padding: 35px;
}
.wp-sec span{
	color: #30b68c;
  	font-weight: 700
}
.wp-sec .pcs-mailto span:last-child:hover{
	text-decoration: underline;
}
.wp-sec p{
    margin-bottom: 15px;
}
.wp-block-image{
    position: relative;
    min-height: 288px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}
.pcs-wp-block{
    width: calc(33% - 11px);
}
.wp-sec picture{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.wp-sec picture img {
    position: absolute;
    object-fit: cover;
    object-position: 50%;
    width: 100%;
    height: 100%;
    user-select: none;
    transition: .25s ease-in-out;
}
@media screen and (max-width: 1170px){
  .pcs-wp-block {
     width: calc(50% - 10px);
    }
    .wp-sec .pcs-kettle.vas{
   	flex-wrap:wrap; 
  }
}
@media screen and (max-width: 760px){
    .pcs-wp-block {
     width: 100%
    }
  .wp-sec{
	padding: 20px;
  }
}