.card{
    box-shadow: none !important;
    background: transparent !important;
}

img.card-img-top{
    min-height: 250px !important;
}

/*
.card .card-body{
    margin: 0  auto;
    padding: 0;
    margin-top: 5%
}
*/
.card-body{
    padding: 0% !important;
}
.card .btn{
    margin: 0% !important;
}
.card .card-body h5{
    font-size: 1em;
}
.card .btn-action{
    width: 100% !important;
    text-align: center !important;
    font-size: 1.2em !important;
    padding:4% !important;
    font-weight: bold;
    letter-spacing: .1em;
    background-color: #B73D5E !important;
}

@media(min-width: 992px) and (max-width: 1200px) {
    .card a.btn {
        width: 43% !important;
        padding: 4%;
        height: 3rem;
        font-size: .7em;
        vertical-align: bottom;


    }


}

@media(min-width:769px) and (max-width: 991px) {

    .card {
        float: clear;
        margin-bottom: 10px !important;
    }

    header #headerCarouselIndicators,
    header #aboutHeaderCarouselIndicators {
        margin-top: 80px;
        height: 350px;
    }
    
      header #headerCarouselIndicators img,
    header #aboutHeaderCarouselIndicators img{
        height: 350px;
    }
}

@media(min-width:576px) and (max-width: 768px) {
    .card .btn{
        width:42%;
        padding: 5%;
        font-size: .5em;
    }
    
    header #headerCarouselIndicators,
    header #aboutHeaderCarouselIndicators {
        height:300px;
        margin-top:80px;
    }
    
     header #headerCarouselIndicators img,
    header #aboutHeaderCarouselIndicators img{
        height: 300px;
    }
    
}

@media(max-width:575px){
      header #headerCarouselIndicators,
    header #aboutHeaderCarouselIndicators {
        height:250px;
        margin-top:100px;
    }
    
    header #headerCarouselIndicators img,
    header #aboutHeaderCarouselIndicators img{
        height: 250px;
    }
    .card{
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media(max-width: 410px) {
    .card .btn{
        width: 41%;
        padding:4%;
    }
}