@media screen and (min-width:1200px) {
.community {
	width: 75%;
	margin: auto;
	padding: 30px 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
}
.community-left {
	width: 48%;
	padding-top: 55px;
}
.community-text {
	line-height: 2.5;
	font-size: 0.9rem;
	margin-top: 30px;
}
.community-right {
	width: 47%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}
.framework{
	width: 75%;
	margin: auto;
	padding: 30px 0px;
}
.framework-img{
margin-top: 40px;	
width: 100%;
}
}

@media screen and (min-width:960px) and (max-width:1200px) {
.community {
	width: 75%;
	margin: auto;
	padding: 30px 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
}
.community-left {
	width: 48%;
	padding-top: 55px;
}
.community-text {
	line-height: 2.5;
	font-size: 0.9rem;
	margin-top: 30px;
}
.community-right {
	width: 47%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}
.framework{
	width: 75%;
	margin: auto;
	padding: 30px 0px;
}
.framework-img{
margin-top: 40px;	
width: 100%;
}
}

@media screen and (max-width:960px) {
.community {
    width: 90%;
    margin: auto;
    padding: 30px 0px;
    display: block;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
}
.community-left {
    width: 100%;
}
.community-text {
    line-height: 2.5;
    font-size: 1rem;
    margin-top: 10px;
}
.community-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}
.framework {
    width: 90%;
    margin: auto;
    padding: 20px 0px;
}
.framework-img {
    margin-top: 20px;
    width: 100%;
}
}
body {
	padding: 0px;
	margin: 0px;
}

.entirety {
	width: 100%;
	margin: 0px;
}

.main-image {
	width: 100%;
	/* height: 28rem; */
}

.main-image img {
	width: 100%;
	height: 100%;
}

.title {
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 4px;
	padding-bottom: 10px;
}

.backgroundColor {
	background-color: #F8F8F8;

}

.community-text div {
	text-indent: 2rem;
}

.tag {
	background-color: #fff;
	border-radius: 3px;
	width: 100%;
	box-shadow: 2px 2px 2px #e0e0e0;
	border: 1px #f8f8f8 solid;
	margin-bottom: 30px;
	cursor: pointer;
}

.tag-img {
	padding: 25px 0px 15px 20px;
}

.blue {
	background-color: #024AC2;
	border-radius: 50%;
	width: 35px;
	height: 35x;
}

.blue img {
	margin: 1px 2px;
}

.tag-title {
	padding-left: 20px;
	font-size: 0.95rem;
	letter-spacing: 1px;
	font-weight: 600;
	padding-bottom: 10px;
}

.tag-text {
	padding-left: 20px;
	font-size: 0.8rem;
	color: #8e8c8c;
	padding-bottom: 30px;
}

.tag-left {
	width: 45%;
	position: relative;
	margin-top: 48px;
}

.tag-right {
	width: 45%;
	position: relative;
	float: right;
	right: 0;
}


.framework-img img{
	width: 100%;
	height: 100%;
}
.profile{
	text-indent: 2rem;
}
.profile h3{
	    font-size: 0.9rem;
	    line-height: 2;
	    text-align: center;
	    font-weight: 500;
	    color: #606060;
		padding: 10px;
}
.images{
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
}
.images-block{
	width: 45%;
}
.images-block img{
	width: 100%;
	height: 100%;
}