
.elementor-container {
	margin: 60px auto;
}
.elementor-heading-short-title {
    color: #387b6d;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
    word-spacing: 4px;
}

.elementor-heading-short-title,.elementor-size-default{
	text-align: center;
}
.elementor-heading-short-title{
	font-size: 18px;
	margin-bottom: 26px;
}

.elementor-size-default{
	font-size: 33px;
	font-weight: bold;
	margin-bottom: 26px;
}

.elementor-widget-container{
	margin: 7px 7px 7px 7px;
}

.qodef-e-item, .qodef-e-item-inner{
	position: relative;
}
.qodef-e-point-holder {
    left: 50%;
	bottom: 38%;
}
.qodef-e-item-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    flex-direction: row-reverse;
    width: 47%;
    padding: 0 0 0 3em;
}

.qodef-e-item-content.right {
	margin-left: 0;
	flex-direction: row;
	padding: 0 3em 0 0;
	
}
.qodef-e-point-holder {
    position: absolute;
    color: #fff;
    font-size: 1em;
    width: 1em;
    height: 1em;
    transform: translate(-50%,-50%);
}
.qodef-e-line-holder{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 1px;
}
.qodef-e-line-holder .qodef-e-line{
	background-color:#1A2F6A;
	height: 100%;
	display: block;
}
.qodef-e-point-holder .qodef-e-point{
	background-color: #1A2F6A;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
}
.qodef-e-side-holder{
	width: 241px;
	flex-shrink: 0;
	margin: 0 0 0 10%;
}

.qodef-e-item-content.right .qodef-e-side-holder{
	margin: 0 10% 0 0;
	flex-shrink: 0;
}
.qodef-e-side-holder img{
	width: 215px;
	height: 215px;
	border-radius: 40px;
}
.qodef-e-date{
	margin-bottom: 10px;
	font-size: 18px;
}

.qodef-e-title {
    color: #1A2F6A;
    font-size: 18px;
    margin-bottom: 14px;
	font-weight: bold;
}
.qodef-e-text{
	font-family: "Noto Sans HK", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
}
.qodef-e-content-holder{
	width: 241px;
}

@media screen and (max-width:900px) {
	.qodef-e-line-holder,.qodef-e-point-holder .qodef-e-point{
		display: none;
	}
	.qodef-e-item-content{
		width: 100%;
		display: block;
		padding: 0;
	}
	.qodef-e-side-holder,.qodef-e-content-holder{
		margin:20px auto;
	}
	.qodef-e-item-content.right .qodef-e-side-holder{
		margin: auto;
	}
	.qodef-e-item-content.right{
		padding: 0;
	}
	.qodef-e-image,.qodef-e-date,.qodef-e-title,.qodef-e-text{
		text-align: center;
	}
	.elementor-size-default{
		    font-size: 18px;
		}
}