:root {
    --primary-color: #435e45;
    --secondary-color: #198c3a;
}

section.experience-section.section-padding {
    padding-bottom: 40px;
    padding-top: 30px;
}

section.experience-section {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-content h1 {
        font-size: 30px;
    }
}

.env-services {
    margin: 20px 0px;
    font-family: 'Raleway', sans-serif;
}

.about {
    margin: 20px 0px;
}

@media only screen and (min-width: 300px) and (max-width: 499px) {
    .img1 {
        width: 100%;
        margin: 20px auto;
    }

    .img2 {
        width: 100%;
        margin: 20px auto;
    }

    .install {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .experience-content h1 {
        font-size: 25px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 30px;
        font-family: 'Raleway', sans-serif;
        ;
    }

    .experience-content p {
        font-size: 14px;
        line-height: 26px;
        color: #404040;
        font-family: 'Raleway', sans-serif;
    }

    .about h2 {
        color: var(--primary-color);
        text-align: center;
        font-family: 'Raleway', sans-serif;

        font-size: 25px;
        font-weight: 600;
    }

    .about p {
        font-size: 14px;
        margin: 15px 0px;
        font-family: 'Raleway', sans-serif;

    }

    .section-title h2 {
        color: var(--primary-color);
        font-size: 25px;
        margin-bottom: 40px;
        font-family: 'Raleway', sans-serif;
    }

    .carousel-caption h2 {
        font-size: 25px;
        font-family: 'Raleway', sans-serif;
    }

    .carousel-caption p {
        font-size: 12px;
        font-family: 'Raleway', sans-serif;
    }

    .carousel-item {
        height: 300px;
    }

    .carousel-img {
        height: 100%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 949px) {
    .img1 {
        width: 80%;
        margin: 20px auto;
    }

    .img2 {
        width: 100%;
        margin: 20px auto;
    }

    .install {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }

    .experience-content h1 {
        font-size: 30px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 30px;
        font-family: 'Raleway', sans-serif;
    }

    .experience-content p {
        font-size: 18px;
        line-height: 26px;
        color: #404040;
        font-family: 'Raleway', sans-serif;
    }

    .about h2 {
        color: var(--primary-color);
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-size: 30px;
        font-weight: 600;
    }

    .about p {
        font-size: 18px;
        margin: 15px 0px;
        font-family: 'Raleway', sans-serif;
    }

    .section-title h2 {
        color: var(--primary-color);
        font-size: 40px;
        margin-bottom: 50px;
        font-family: 'Raleway', sans-serif;
    }

    .carousel-caption h2 {
        font-size: 50px;
        font-family: 'Raleway', sans-serif;
    }

    .carousel-caption p {
        font-size: 20px;
        font-family: 'Raleway', sans-serif;
    }

    .carousel-item {
        height: 500px;
    }
}

@media only screen and (min-width: 950px) {
    .img1 {
        width: 80%;
        margin: 20px auto;
    }

    .img2 {
        width: 120%;
    }

    .install {
        display: flex;
        justify-content: space-between;
    }

    .experience-content h1 {
        font-size: 35px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 30px;
        font-family: 'Raleway', sans-serif;
    }

    .experience-content p {
        font-size: 18px;
        line-height: 26px;
        color: #404040;
        font-family: 'Raleway', sans-serif;
    }

    .about h2 {
        color: var(--primary-color);
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-size: 30px;
        font-weight: 600;
    }

    .about p {
        font-size: 18px;
        margin: 15px 0px;
        font-family: 'Raleway', sans-serif;
    }

    .section-title h2 {
        color: var(--primary-color);
        font-size: 40px;
        margin-bottom: 50px;
        font-family: 'Raleway', sans-serif;
    }

    .carousel-caption h2 {
        font-size: 50px;
        font-family: 'Raleway', sans-serif;
    }

    .carousel-caption p {
        font-size: 20px;
        font-family: 'Raleway', sans-serif;
    }

    .carousel-item {
        height: 500px;
    }
}

.img {
    width: 100%;
}

.single-services {
    margin-bottom: 50px;
}

.icon {
    background-color: #fff;
    text-align: center;
    float: left;
    margin-right: 20px;
    transition: .6s;
}

.content {
    padding-left: 100px;
}

.service_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.book-a-truck {
    margin-top: 50px;
    margin-bottom: 50px;
}

.truck-desc {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    padding: 10px;
    margin: 10px;
}

.truck_img {
    width: 70%;
    height: 70%;
    margin-left: auto;
}

.truck-desc h3 {
    margin-top: 30px;
    font-family: 'Raleway', sans-serif;
}

.btn {
    background-color: var(--primary-color);
    border: none;
}

.btn:hover {
    background-color: var(--secondary-color);
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    font-family: 'Raleway', sans-serif;
}

.carousel-img {
    opacity: 1;
    background-color: rgba(0, 5, 49, .55);
    height: 100%;
}

.slider {
    margin-bottom: 50px;
}

.blend {
    width: 100%;
    background-color: rgba(0, 5, 49, .55);
    position: absolute;
    height: 100%;
}