.angantitle{display: flex;justify-content: center;}
.angantitle h2{font-size: 28px;color: #5d5d5d;border-bottom: #5d5d5d73 1px solid;padding: 1px 10px;letter-spacing: 0.10em;font-weight: 600;}
#covstion{display: flex;flex-wrap: wrap;}
#covstion .mabox{display: flex;width: 100%;margin: 25px 0;}
#covstion .mabox:nth-child(even){display: flex;justify-content: flex-end;}
#covstion .iimg{display: flex;flex-direction: column;width: 100px;justify-content: center;}
#covstion .iimg img{display: flex;flex-direction: column;background: #b2847b4a;border-radius: 200px;width: 90%;padding: 5%;}
#covstion .texxt{display: flex;}
#covstion .texxt p{position: relative;background: #4b4551;padding: 9px 28px;margin-left: 30px;font-size: 20px;color: #ffffff;border-radius: 8px;display: flex;align-items: center;margin-top: 20px;}
#covstion .mabox:nth-child(even) .texxt p{margin-right: 30px;background: #b2847b;}
#covstion .mabox:nth-child(even) .texxt p:before{left: auto;right: -22px;-moz-transform: rotate(3.14159rad);-webkit-transform:rotate(3.14159rad);-o-transform:rotate(3.14159rad);-ms-transform:rotate(3.14159rad);
transform:rotate(3.14159rad);border-color: transparent #b2847b transparent transparent;}
#covstion .texxt p:before{
content:'';
width:0;
height:0;
border-style:solid;border-width: 11px 11px;border-color: transparent #4b4551  transparent transparent;
position:absolute;top: 32px;left: -22px;}
#covstion .ttime{display: flex;align-items: flex-end;margin-left: 15px;opacity: 0.5;color: #828282;font-size: 12px;font-family: 'Noto Sans TC';}
@media screen and (max-width: 640px) {
	#covstion .mabox{flex-wrap: wrap;margin: 10px 0 0;}
	#covstion .texxt{width: calc(100% - 66px);}
	#covstion .mabox:nth-child(even) .texxt{display: flex;justify-content: flex-end;}
    #covstion .iimg{width: 65px;}
	#covstion .texxt p{padding: 5px 23px;font-size: 16px;}
	#covstion .ttime{font-size: 8px;width: 100%;display: flex;justify-content: center;margin-top: 16px;order: 3;}
	#covstion .mabox:nth-child(even) .ttime{/* justify-content: flex-start; */}
	#covstion .texxt p:before{top: 14px;}
}