@charset "UTF-8";
.content .col2 > div p {
    text-align: left;
    margin: 0;
}
    .content .col2 > div {
		text-align: left;
    }
@media screen and (max-width: 1050px) {
    .content .col2 > div {
        width: 48.5%;
        margin: 0 auto 40px;
    }
	
}
@media screen and (max-width: 1050px) {
    .content .col2 > div:nth-child(2n+2) {
        margin-left: 3%;
    }
}
.content .col2 > div p {
		margin-top: 10px;
}
@media screen and (max-width: 1050px) {
    .content .col2 > div p {
		line-height: 1.6;
        font-size: 12px;
    }
    .content .col2 > div p strong{
		line-height: 1.3;
        font-size: 16px;
    }
}