*,
*::before,
*::after {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 15px;
    line-height: 16px;
    box-sizing: border-box;
}

.main {
    max-width: 1170px;
    margin: 0 auto;
}

#section-page-header {
    background-color: #ebfbee;
}

.page-header-box {
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heading-primary {
    font-size: 34px;
    color: #099268;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.paragraph {
    font-size: 17px;
    line-height: 28px;
}

.paragraph:not(:last-child) {
    margin-bottom: 15px;
}

.page-header-item-1 {
    flex: 0 0 46%;
}

.page-header-item-2 {
    flex: 0 0 46%;
}

.page-header-item-2 img {
    height: 300px;
}

.img-fluid {
    width: 100%;
    border-radius: 3px;
    display: block;
}

#section-trucks-fleet {
    padding: 70px 0;
}

.heading-secondary {
    color: #05a53a;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.img-row-box {
    max-width: 900px;
    display: block;
    margin: 30px auto;
}

.composition {
    display: flex;
    justify-content: space-around;
    padding: 40px 0;
}

.composition-item {
    flex: 0 0 48%;
}

.composition-item img {
    height: 250px;
}

.composition-col-1-of-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #47a557;
}

.composition-col-1-of-2-box-1 {
    display: flex;
    align-items: center;
}

.composition-col-1-of-2-box-2 {
    display: flex;
    align-items: center;
}

.composition-col-1-of-2-item {
    flex: 0 0 50%;
}

.composition-col-1-of-2-item img {
    height: 350px;
}

.composition-col-1-of-2-textbox {
    padding: 20px 40px;
    color: #fff;
}

.composition-col-1-of-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
    flex-wrap: wrap;
}

.trucks-fleet-bg {
    background-image: linear-gradient(105deg, rgba(0, 0, 0, 0, 1)0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, .7)50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
    margin: 20px 0;
}

#section-card-benefits {
    padding: 50px 0;
}

.row-bg {
    margin: 30px 0;
    display: block;
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.color-white {
    color: #FFFFFF;
}

#section-fuel-expenses {
    padding: 10px 0 50px;
}