/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 11 2026 | 10:40:50 */
.ctm-about-image {
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.ctm-guide-lbpn-image{
	position: absolute;
    bottom: 32px;
    right: 66px;
}

.ctm-box-term .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-start.fusion-content-layout-column,
.ctm-box-term{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 16px;
}

@media only screen and (max-width: 1024px) and (min-width: 767px){
	.ctm-about-image {
    	right: 0px;
	}
	
	.ctm-guide-lbpn-image {
    	right: 50px;
    	width: 60px;
	}
}

@media screen and (max-width: 767px){
	.ctm-about-image {
    	right: 0px;
		width: 80px;
	}
	.ctm-guide-lbpn-image {
    	width: 50px;
	}
}

@media only screen and (max-width: 500px) and (min-width: 380px){
	.ctm-about-image {
    	right: 0px;
	}
	
	.ctm-guide-lbpn-image {
    	width: 50px;
	}
}