.camp-image img{
    object-fit: cover;
    object-position: center;
}


.camp-content-info{
    height: auto;
    /* background-color: orange; */
}

/* .camp-content-info .camp-info-container{
    height: 100%;
    background-color: deepskyblue;
} */

.camp-content-info .heading-container{
    height: 10%;
    /* background-color: yellow; */
}

.camp-content-info .dtp-container{
    height: auto;
    /* background-color: yellow; */
}

.camp-content-info .location-container{
    height: auto;
    /* background-color: yellow; */
}
.camp-content-info .services-container{
    height: 30%;
    /* background-color: yellow; */
}
.camp-content-info .special-instructions-container{
    height: 30%;
    /* background-color: yellow; */
}


@media only screen and (min-width:320px) and (max-width:1024px)
{
    .camp-content-info .services-container{
        height: auto;
        /* background-color: yellow; */
    }
}