.exporters-section {
    padding-top: 67px;
	padding-bottom: 67px;
}

.exporters-section .exporters-content h2 {
    font-weight: 400;
    font-size: 69px;
    line-height: 88px;
    letter-spacing: -0.05em;
    color: #212121;
    margin-bottom: 24px;
    word-break: break-word;
}

.exporters-section .exporters-content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 27px;
}

.exporters-section .exporters-images {
    max-width: 561px;
    width: 100%;
    float: right;
}

.exporters-section .exporters-images img {
    width: 100%;
    height: auto;
}

/* membership-section */
.membership-section {
    padding: 90px 0px;
}

.membership-section .membership-title h2 {
    font-weight: 400;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -0.05em;
    text-align: center;
    color: #212121;
    margin-bottom: 20px;
    word-break: break-word;
}

.membership-section .membership-title p {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #000000;
    text-align: center;
    margin-bottom: 25px;
}

.membership-section ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.membership-section ul li {
    list-style: none;
}
/* map-section */
.map-section img {
    width: 100%;
}

/* chart-section */
.chart-section {
    padding: 20px 0px;
}

.chart-section .chart-div {
    margin-bottom: 33px;
}

.chart-section .chart-div img {
    margin: 0 auto;
    display: block;
}

/* exporters-table-section */
.exporters-table-section {
    padding: 70px 0px;
}
.exporters-table-section .container-sizing-content {
    margin-bottom: 0;
}
.exporters-table-section .container-sizing-content h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #212121;
    margin-bottom: 17px;
}
.exporters-table-section .container-sizing-content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    color: #212121;
    margin: 0;
}

.exportTruck {
	overflow: hidden;
}
.exportTruck .truckWrap {
	position: relative;
	width: 1090px;
	margin: 0 auto;
	padding-bottom: 85px;
	background-image: url(../images/truckShadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}
.exportTruck .truckWrap img {
	display: block;
}
.exportTruck .truckWrap .truckMain {
	width: 100%;
	padding-top: 170px;
}
.exportTruck .truckWrap .containerWrap {
	width: 79%;
	display: block;
	position: absolute;
	bottom: 207px;
	right: 0;
	z-index: 2;
}
.exportTruck .truckWrap .containerWrap img {
	width: 100%;
	display: block;
}
.exportTruck .truckWrap .containerWrap img.containerMain {
	bottom: 0;
	right: 0;
	position: absolute;
}
.exportTruck .truckWrap .containerHook {
	position: absolute;
	width: 130px;
	top: -24%;
	right: 33%;
	z-index: 1;
}

.exporters-table-section .container-images img {
    width: 70%;
}
.exporters-table-section .floor-tiles-table {
	margin-top: 30px;
    margin-bottom: 70px;
}
.exporters-table-section .floor-tiles-table:last-child {
    margin-bottom: 0;
}
.exporters-table-section .floor-tiles-table h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #212121;
    margin-bottom: 40px;
}
.exporters-table-section .floor-tiles-table .table-responsive table thead tr th {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #6A6D74;
    padding: 7px;
    background-color: #F4F6F9;
    border: none;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
.exporters-table-section .floor-tiles-table .table-responsive table thead tr th:first-child {
    text-align: left;
    width: 230px;
    padding-left: 30px;
}
.exporters-table-section .floor-tiles-table .table-responsive table thead tr th:nth-last-child(7) {
    width: 160px;
}
.exporters-table-section .floor-tiles-table .table-responsive table thead tr th:nth-last-child(8) {
    width: 120px;
}
.exporters-table-section .floor-tiles-table .table-responsive table tbody tr td {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    padding: 16px 8px;
    border-color: #DEE2E6;
    text-align: center;
}
.exporters-table-section .floor-tiles-table .table-responsive table tbody tr td:first-child {
    text-align: left;
    padding-left: 30px;
}
.exporters-table-section .floor-tiles-table .table-responsive table tbody tr:nth-child(even) td {
    background-color: #F4F6F9;
}
