.about_container { display: flex; justify-content: space-between; }

.about_container .desc_text { display: flex; flex-direction: column; justify-content: space-between; width: 65%; }

.about_container .desc_text h1 { font-size: 22px; color: #28318c; }

.about_item { display: flex; align-items: center; justify-content: space-between; }

.about_item .items { width: 70%; }

.about_item .desc_text { margin: 30px 0; }

.about_item .text_p { text-indent: 0; }

.about_item h1 { font-size: 22px; color: #28318c; }

.about_item h1, .about_country h1, .about_license h1  { font-size: 22px; color: #28318c; }
.about_license .license_pic { display: flex; justify-content: space-between; }
.about_license .license_pic img { width: 32%; margin: 25px 0; }


.about_country_img { height:auto;  min-width: 1200px; }

.about_country_img .about_country_bg {padding-top:50% ; width: 100%; height: 100%; min-width: 1200px; background-repeat: no-repeat; background-position: bottom; background-size: cover;
}