#territory {
    min-height: 600px;
    background-color: #f5f5f5;
    padding-top : 15px;
    padding-bottom: 30px;
}

#territory h1 {
    color: #330000;
    font-family: abel, sans-serif;
    font-size: 48px;
}

.territory-title {
    margin-bottom : 25px;
}

.territory-title p {
    color: #330000;
    font-size:14px;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

#slide-territory {
    background-image: url('../images/slides/slide-4.jpg');
    background-size: cover;
    height: 300px;
    background-position: center center;
}

.place-search {
    margin-bottom: 20px;
}

.place {
    margin-bottom: 20px;
}

.place-image {
    text-align: center;
    padding-bottom: 10px;
}

.place-right {
    min-height: 160px;
}

.place-body {
    min-height: 140px;
}

.place-body  p {
    color: #330000;
    font-size:16px;
    font-family: abel, sans-serif;
    text-align: justify;
}

.place-bottom {
    padding-bottom: 5px;
}

.place h2 {
    color: #330000;
    font-family: abel, sans-serif;
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 15px;
}



@media (max-width: 767px) {

    #slide-territory {
        display: none;
    }

    #territory {
        padding-top : 116px;
    }

    #territory h1 {
        font-size: 24px;
    }

}

@media (min-width: 768px) {

    #slide-territory {
        height: 300px;
    }

    #territory h1 {
        font-size: 36px;
    }
}


