.why_us {
    background-color: var( --second-bg-color );
    padding-bottom: 100px;
}

.reference { 
    background-color: white;
    padding: 0px;
    margin: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
    max-width: 1080px;
    width: 80%;
    }

.nopad {
    padding: 0px;
}

.col-container {
  display: table;
  width: 100%;
  max-width: 1080px;
  margin: 0;
  padding: 0;
  border-spacing:0;
}

.why-header{
    text-align: center;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 150px;
    padding-bottom: 25px;
}

.why-header > h1 {
    color: var( --second-txt-color);
    font-size: 3em;
}

.why-header > h4 {
    color: var( --third-txt-color ) ;
    font-size: 1.5em;
}

div.why-header > hr {
margin-left: auto;
margin-right: auto;
}

.why-content{
    padding: 0px;
    padding-left: 25px;
}

.top-right p {
    margin-top: 25%;
    word-wrap: break-word;
    color: var(--second-txt-color);
    line-height: 2em;
    font-size: 1em;
    text-align: justify;
}

.txt-clone {
    margin-top: 5px;
    word-wrap: break-word;
    color: var(--second-txt-color);
    line-height: 2em;
    font-size: 1em;
    text-align: justify;
}

.why-footer{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 60%;
}

.h4-clone{
    line-height: 1.2em;
    letter-spacing: .5px;
    font-size: 1.3em;
    text-transform: uppercase;
    color: var(--second-txt-color);
    font-weight: 800;
}

.why-content  h4 {
    color: var(--second-txt-color);
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
}

#why-footer{
    width: 20%; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

#why-truck {
    max-height:100%; 
    max-width:100%;
    margin-top: 20px;
}

.mini-logo{
    max-width: 100%;
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 35px;
    }

.slide-why_us {
    margin-left:20%;
    margin-top: 80px;
    width: 160px;
}

.slide-why_us p{
    font-size: 1em;
    line-height: 1em;
}

.slide-why_us a{
    color: var(--second-txt-color);
    font-size: 1em;
    line-height: 1.3em;
}

.slide-why_us:hover .overlay {
    width: 160px;
}

/* Clear floats after the columns */
.reference:after {
  content: "";
  display: table;
  clear: both;
  }


.left, .right {
    background: var(--second-bg-color);
    padding: 0;
    float: left;
}

/* Clear floats after the columns */
.left:after {
  content: "";
  display: table;
  clear: both;
  }
  
.right:after {
  content: "";
  display: table;
  clear: both;
  }

.right {
    background-color: var(--second-bg-color);
}

.col {
  float: left;
} 

.col:after {
  content: "";
  display: table;
  clear: both;
  }

.trio {
    width:33.3333%;
}

.duo {
    width: 50%
}


#why_us-bottom-divider {
    margin-left: auto;
    margin-right: auto;
}



@media only screen and (max-width: 980px) {
    .reference {
        width: 95%;
    }
    .col-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .duo {
        width: 100%;
        }
    .trio {
        width: 100%;
        }
    .why-footer{
        width: 100%;
    }
    .why-content{
        padding: unset;
        padding-left: unset;
        margin-right: unset;
    }
    .why-header{
        padding-top: 100px;
        padding-bottom: 25px;
    }
    .top-right p{
        margin-top: unset;
    }
}
