.hero-body {
    margin-top: 10px;
}

.hero-body-desc {
    width: 313px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.28;
}

.hero-left {
    max-width: 313px;
}

.hero-text-italic {
    font-style: italic;
}

.short-icon {
    height: 53px;
}

.medium-icon {
    height: 67px;
}

.tall-icon {
    height: 76px;
}

.repair-bullets {
    display: none;
}

.finishing-bullets {
    display: none;
}

.icon-container {
    height: 88px;
    text-align: center;
}

#read-more1, #read-more2, #read-more3 {
    display: none;
}

.testimonials-section {
    background-color: #ecf3fa;
}


@media only screen and (min-width: 768px) {
    .hero {
        position: relative;
        padding-left: 4%;
        height: 425px;
    }

    .hero-left-content {
        position: absolute;
        z-index: 1;
        max-width: 181px;
        top: 50px;
    }
    .hero-left {
        max-width: none;
    }

    .services-desc {
        display: inline;
        line-height: 1.25;
        max-width: 239px;
    }

    .repair-bullets {
        display: inline;
        font-weight: 300;
        line-height: 1.25;
        color: #000000;
        margin-left: -14px;
    }
    
    .repair-bullets li {
        padding-left: 8px;
    }
    
    .finishing-bullets {
        display: inline;
        font-weight: 300;
        line-height: 1.25;
        color: #000000;
        margin-left: 20px;
    }

    .finishing-bullets li {
        padding-left: 8px;
    }
    
    #more1 {
        display: none;
    }

    .read-more {
        cursor: pointer;
        margin-top: 5px;
    }
    
    #read-more1 {
        display: inline;
        text-align: center;
    }
    
    #more2 {
        display: none;
    }
    
    #read-more2 {
        display: inline;
        text-align: center;
    }
    
    #more3 {
        display: none;
    }
    
    #read-more3 {
        display: inline;
        text-align: center;
    }
    
    .read-more-text {
        font-size: 16px;
        font-weight: 300;
        color: #18548d;
        display: inline;
        margin-right: 5px;
    }
    
    .read-more-arrow {
        width: 12px;
        height: 7px;
        object-fit: contain;
    }

    .services-section {
        padding: 0px 39px;
        margin: 68px auto;
    }

    .services-icon {
        margin-bottom: 0;
        position: relative;
    }

    .short-icon {
        top: 12px;
    }
    
    .medium-icon {
        top: 2px;
    }
    
    .tall-icon {
        top: -8px;
    }
}


@media only screen and (min-width: 1024px) {
    .hero {
        padding-left: 12%;
    }

    .hero-left {
        max-width: none;
    }

    .hero-left-content {
        position: relative;
        max-width: 300px;
        top: 0;
    }

    .hero-body-text {
        max-width: 311px;
    }

    .services-section {
        margin: 68px 186px;
        padding: 0;
    }
}