/* Desktop or laptop view */
@media only screen and (min-width: 1024px) {
	.read__more__content {
		background-color: #FFFFFF;
		font-size: 1.04vw;
		margin-top: 5px;
	}
	.read__more__content > .read__more__title__area {
		width: 100%;
		/* height: 6.13vh; */
		background: transparent linear-gradient(268deg, #C2FFF0 0%, #C9C5FF 100%) 0% 0% no-repeat padding-box;
		display: flex;
		align-items: center;
		padding-top: 2.1vh;
		padding-bottom: 1.7vh;
	}
	.read__more__content .rm__page__title {
		font-family: "BT Beau Sans Regular";
		font-size: 0.83vw;
		color: #000000;
		padding-left: 30px;
	}

/* read more box*/
	.blank__image {
		width: 43.13vw;
		height: 29.25vh;
		background-color: #EEEEEE;
		margin-top: 7.43vh;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4.64vh;
	}
	.blank__image img {
		width: 43.13vw;
		height: 29.25vh;
		margin-left: auto;
		margin-right: auto;
	}

	
/* read more content */
	.text__wrap {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.text__wrap >div {
		max-width: 58vw;
	}
	.block__content {
		display: block;
		padding-top: 4.64vh;
	}
	#blog__content__title {
		text-align: center;
		font-size: 2.6vw;
		color: #404040;
		letter-spacing: 1.5px;
		font-family: "BT Beau Sans Medium";
	}
	#blog__content__author {
		font-size: 1vw;
		color: gray;
		letter-spacing: 1.5px;
		text-align: center;
	}
	.text__wrap .section {
		color: #404040;;
		font-family: "BT Beau Sans Regular";
		opacity: 100%;
	}
	.bullet, .bullet__title {
		width: 100%;
		margin-top: 0.93vh;
		margin-bottom: 0.93vh;
	}
	.bullet__outline {
		width: 100%;
		margin-top: 0.93vh;
		margin-bottom: 0.93vh;
		margin-left: 1.5	vw;
	}
	.bullet div, .bullet__title div, .bullet__outline div {
		display: inline-block;
		vertical-align: top;
	}
	.bullet > div:first-child {
		margin-top: 0.56vh;
		/* margin-top: 0.75vh; */
		background-color: #D4D9F3;
		border-radius: 100%;
		width: 0.89vw;
		height: 0.89vw;
		margin-right: 1.15vw;
	}
	.bullet__title > div:first-child {
		margin-top: 1.0vh;
		background-color: #D4D9F3;
		border-radius: 100%;
		width: 0.89vw;
		height: 0.89vw;
		margin-right: 1.15vw;
	}
	.bullet__outline > div:first-child {
		margin-top: 0.56vh;
		/* background-color: #D4D9F3; */
		border-radius: 100%;
		border: 2px solid #D4D9F3;
		width: 0.89vw;
		height: 0.89vw;
		margin-right: 1.15vw;
	}
	.bullet > div:last-child {
		width: calc(100% - 3.04vw);
	}
	.bullet__outline > div:last-child {
		width: calc(100% - 3.04vw);
	}
	.blog__subtitle {
		color: #4A3BF1;
		padding-top: 6.5vh;
		font-size: 1.3vw;
		letter-spacing: 0.75px;
		font-family: "BT Beau Sans Medium";
	}
	.blog__link {
		color: #1592E6;
	}
	.last__subtitle {
		font-size: 1.3vw;
		font-family: "BT Beau Sans Bold";
		color:#736BD1;
		padding-top: 6.5vh;
		letter-spacing: 0.75px;
	}
	.blog__line {
		border-bottom: 1px solid #A5DBCE;
		width: 100%;
		margin-left: 0.89vw;
		padding-top: 13.93vh;
	}

/* related articles: blog section */
	.related__articles {
		margin-bottom: 3.53vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		display: none;
	}
	.related__article__blog {
		font-size: 1.25vw;
		letter-spacing: 0.72px;
		margin-top: 10.45vh;
		margin-bottom: 3.53vh;
	}
}

/* Mobile view */
@media only screen and (max-width: 1023px) {
	.read__more__content {
		font-size: 1.04vw;
	}
	.read__more__content > .read__more__title__area {
		width: 100%;
		height: 44px;
		margin-top: 7.11vh;
		background: transparent linear-gradient(268deg, #C2FFF0 0%, #C9C5FF 100%) 0% 0% no-repeat padding-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.read__more__content .rm__page__title {
		font-family: "BT Beau Sans Regular";
		font-size: 14px;
		color: #000000;
		overflow-x: hidden;
		display: block;
	}
	.rm__page__title u {
		text-overflow: ellipsis;
	}

/* read more box*/
	.blank__image {
		width: 100%;
		height: 17.54vh;
		background-color: #EEEEEE;
		margin-bottom: 3.55vh;
	}
	.blank__image img {
		width: 100%;
		height: 17.54vh;
		margin-bottom: 3.55vh;
	}

/* read more content */
	.text__wrap {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.text__wrap >div {
		margin-left: 7.69vw;
		margin-right: 7.69vw;
	}
	.block__content {
		display: block;
		padding-top: 3.55vh;
		font-size: 4.10vw;
	}
	#blog__content__title {
		text-align: center;
		font-size: 5.13vw;
		color: #404040;
		letter-spacing: .6px;
		font-family: "BT Beau Sans Bold";
	}
	.text__wrap .section {
		color: #404040;;
		font-family: "BT Beau Sans Regular";
		opacity: 100%;

	}
	.bullet {
		width: 100%;
		margin-top: 2.37vh;
	}
	.bullet div {
		display: inline-block;
		vertical-align: top;
	}
	.bullet > div:first-child {
		margin-top: 0.56vh;
		background-color: #D4D9F3;
		border-radius: 100%;
		width: 4.36vw;
		height: 2.01vh;
		margin-right: 1.15vw;
	}
	.bullet > div:last-child {
		width: 74.62vw;
	}
	.blog__subtitle {
		color: #4A3BF1;
		padding-top: 8.29vh;
		font-size: 5.13vw;
		letter-spacing: 0.75px;
		font-family: "BT Beau Sans Medium";
	}
	.blog__link {
		color: #1592E6;
	}
	.last__subtitle {
		font-size: 5.13vw;
		font-family: "BT Beau Sans Bold";
		color:#736BD1;
		padding-top: 6.5vh;
		letter-spacing: 0.75px;
	}
	.blog__line {
		border-bottom: 1px solid #A5DBCE;
		width: 84.62vw;
		margin-left: 7.69vw;
		padding-top: 13.93vh;
	}

/* related articles: blog section */
	.related__articles {
		margin-bottom: 3.53vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		display: none;
	}
	.related__article__blog {
		font-size: 5.13vw;
		letter-spacing: 0.72px;
		margin-top: 10.45vh;
		margin-bottom: 3.53vh;
		color: #404040;
		padding-left: 7.69vw;
		padding-right: 7.69vw;
		font-family: "BT Beau Sans Regular";
	}
}
