#hero p{
    text-align: justify;
    /*font-size: 25px;*/
}

#hero h2{
    font-size: 70px;
}

h4{
    text-align: center;
    font-size: 40px;

}


article {
    box-shadow: 0 5px 90px 0 rgba(110, 123, 131, 0.1);
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: justify;
}

.service-description {
    padding: 10px;
}

section {
    padding: 20px 0;
}

img{
    width: 100%;
}

.liner {
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.liner::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.liner::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #5cb874;
    bottom: 0;
    left: calc(50% - 20px);
}

.intro {
    padding-top: 15px;
}

.contact-button {
    width: 100%;
    text-align: center;
}

