body {
   color: #6d6d6d;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 700;
    transition: .5s;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 11px;
    line-height: 1.2;
    font-weight: 700;
    transition: .5s;
}

h6 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.decorated-background {
    background-image: url('../img/background_2.jpg');
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    padding: 14px;
    border-radius: 16px;
}

.decorated-background-2 {
    background-image: url('../img/background_3.jpeg');
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    padding: 14px;
    border-radius: 16px;
}

.decorated-background-3a {
    background-image: url('../img/background_3a.jpg');
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    padding: 14px;
    border-radius: 16px;
}

.decorated-background-3b {
    background-image: url('../img/background_3b.jpg');
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    padding: 14px;
    border-radius: 16px;
}

.landing_area {
    margin-left: 30px;
    margin-right: 30px;
    /*padding-top: 25px;*/
}

.landing_area p {
    line-height: 38px;
    font-weight: bold;
    font-size: 32px;
}

.landing_area i {
    font-size: 12px;
}

.landing_items p {
    line-height: 20px;
    font-size: 14px;
}

.spacer {
    margin-top: 30px;
}

.button a:hover {
    color: green;
    text-decoration: none;
}

