.content-section{
    margin-bottom: 5%;
}

.content-section h1, .content-section label{
    text-align: center;
}

.content-section h1{
    margin-top: 5%;
    color: #002670;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 0px;
}

.content-section label{
    width: 100%;
    color: #757575;
    font-size: 12px;
    margin-bottom: 5%;
}

.content-section .col-md-4{
    margin-bottom: 20px;
}

.content-section .content-image{
    padding-left: 0px;
    padding-right: 0px;
    /*background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    object-fit: scale-down;*/

}

.content-section .content-caption{
    background-color: #ed1c24;
    color: #fff;
    padding: 15px;
}

.content-caption label{
    color: #fff;
    text-align: left;
}

.content-caption span{
    font-size: 11px;
}

.content-button{
    text-align: center;
}

.content-button .btn-primary{
    margin-top: 50px;
    background-color: #002670;
    border-color: #002670;
    background-image: none;
    border-radius: 0px;
    font-size: 12px;
    padding: 12px 40px;
}

@media(max-width:550px){
    .content-section .content-image{
        /*height: 200px;*/
    }
}
