.company_container { padding: 20px 0; display: flex; flex-direction: column; }

.company_container .top_box { min-width: 1200px; position: relative; }

.company_container .top_box .img { width: 100%; }

.company_container .top_box p { width: 25%; top: 10%; left: 25%; right: 0; position: absolute; }

.company_container .bottom_box { margin-top: 20px; display: flex; flex-direction: row; justify-content: center; min-width: 1200px; }

.company_container .bottom_box .img:nth-child(2) { margin: 0 20px; }
