/* {
  border: 1px solid red;
  box-sizing: border-box;
}
/*must be pretty useful to see how blocks will be placed*/
.about-hero-logo img {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
}
.about-hero-text {
    text-align: center;
    width: 70%;
}
.about-hero-text h1 {
    color: #7CBA42;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 40px;
}
.about-hero-text p {
    color: grey;
    font-size: 20px;
}
.logo-brand {
    width: 70%;
}
.logo-brand h3 {
    font-weight: 600;
    text-decoration: underline;
    font-size: 50px;
}
.logo-grid {
    margin-bottom: 25px;
    max-width: 90%;
}
.container-fixed-bkg-05 {
    width: 100%;
background-position: center;
background-size: cover;
background-image: url('../fixed-bg-05.jpg');
background-attachment: fixed;
padding-bottom: 100px;
height: 500px;
padding-top: 10%;
text-shadow: 1px 1px 10px rgb(84, 82, 82);
z-index: 0;
}
.container-fixed-bkg-06 {
    width: 100%;
background-position: center;
background-size: cover;
background-image: url('../fixed-bg-06.png');
background-attachment: fixed;
padding-bottom: 100px;
height: 500px;
padding-top: 10%;
text-shadow: 1px 1px 10px rgb(84, 82, 82);
}
.bg-black {
    background-color: black;
}
.about-services {
    padding-top: 100px !important;
    max-width: 570px;
}
.about-tnt-pic img {
    width: 100%;
}
.about-wheel-pic img {
    width: 85%;
    padding-bottom: 20px;
}
.text-22px {
    font-size: 22px;
}
.counting-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

.container-fixed-bkg-07 {
    width: 100%;
background-position: center;
background-size: cover;
background-image: url('../LP_011.jpg');
background-attachment: fixed;
padding-bottom: 100px;
height: 500px;
padding-top: 10%;
text-shadow: 1px 1px 10px rgb(84, 82, 82);
}
.container-fixed-bkg-08 {
    width: 100%;
background-position: center;
background-size: cover;
background-image: url('../fixed-bg-08.jpg');
background-attachment: fixed;
padding-bottom: 100px;
height: 500px;
padding-top: 10%;
text-shadow: 1px 1px 10px rgb(84, 82, 82);
}

.fa-play {
    font-size: 60px;
    color: white;
}

.box-shadow{
    box-shadow: 0 0.7rem 0.8rem rgba(0, 0, 0, 0.3);
    height: 20px;
    z-index: 2;
    position: relative;
}
.box-shadow-neg{
    box-shadow: 0 -0.7rem 0.8rem rgba(0, 0, 0, 0.3);
    height: 20px;
    z-index: 2;
    position: relative;
}
.box-shadow-neg-green{
    box-shadow: 0 -0.7rem 0.8rem rgba(0, 0, 0, 0.3);
    height: 20px;
    z-index: 2;
    position: relative;
    background-color: #7CBA42;
}
ul.no-bullet{
    list-style-type: none;
  margin: 0;
  padding: 0;
}

.about-span-01 {
    height: 20px;
}

.block-span-01 {
    /*border: 2px solid red;*/
    height: 20px;
}

/*<!-- ==================== Media screen adaptation ===========================-->*/
@media (width <= 1200px) {
    .about-wheel-pic img {
        width: 65%;
        padding-bottom: 40px;
        padding-left: 25%;
    }
    .about-services {
        padding-top: 50px !important;
        padding-left: 25% !important;
        padding-right: 25% !important;
        max-width: 500%;
    }
}
@media (width <= 520px){
    .container-fixed-bkg-07 {
        width: 100%;
    background-position: center;
    background-size: cover;
    background-image: none;
    background-attachment: fixed;
    padding-bottom: 100px;
    height: 500px;
    padding-top: 10%;
    text-shadow: 1px 1px 10px rgb(84, 82, 82);
    background-color: rgb(124, 186, 66);
    border-bottom: 2px solid black;
    }
    .container-fixed-bkg-05 {
        width: 100%;
    background-position: center;
    background-size: cover;
    background-image: none;
    background-attachment: fixed;
    background-color: black;
    padding-bottom: 100px;
    height: 500px;
    padding-top: 10%;
    text-shadow: 1px 1px 10px rgb(84, 82, 82);
    z-index: 0;
    }
    .container-fixed-bkg-06 {
        width: 100%;
    background-position: center;
    background-size: cover;
    background-image: none;
    background-attachment: fixed;
    background-color: black;
    padding-bottom: 100px;
    height: 500px;
    padding-top: 10%;
    text-shadow: 1px 1px 10px rgb(84, 82, 82);
    }
    .container-fixed-bkg-08 {
        width: 100%;
    background-position: center;
    background-size: cover;
    background-image: none;
    background-attachment: fixed;
    background-color: grey;
    padding-bottom: 100px;
    height: 500px;
    padding-top: 10%;
    text-shadow: 1px 1px 10px rgb(84, 82, 82);
    }
}