.manufacturers > .container {
	max-width: 1420px;
	padding: 0;
}
.manufacturers_top {
	margin-bottom: 20px;
}
.manufacturers h1 {
    font-size: 30px;
    font-family: Montserrat;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 10px;
}
.under_h1 {
    font-size: 15px;
    font-weight: 500;
    max-width: 600px;
    margin-bottom: 30px;
}
.manufacturers_mid1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 40px;
}
.manufacturers_mid1__left {
    max-width: 800px;
    box-shadow: 0 2px 8px #00000050;
    padding: 40px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 25px;
}
.manufacturers_mid1__left ul {
    list-style: disc;
    padding-left: 15px;
}
.manufacturers_mid2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 40px;
}
.manufacturers_mid2__left {
    margin-left: 30px;
}
.manufacturers_mid2__left img {
    width: 100%;
}
.manufacturers_mid2__right {
    max-width: 580px;
    font-size: 15px;
    line-height: 25px;
	text-align: right;
}
.manufacturers_mid2__right p {
    text-align: left;
}
.manufacturers_mid2__right a {
    text-align: right;
    background: #D79B1C;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
}
.manufacturers_mid2__right a:hover {
	background:#FFB415;
}
.manufacturers_bottom img {
    width: 100%;
}
.manufacturers_bottom {
    margin: 60px 0 100px;
}