main {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.press-header {
    background: linear-gradient(rgba(0, 4, 7, 0.2), rgba(3, 0, 14, 0.9)), url('/static/img/rh/warehouse-barrels-wide.jpeg');
    background-position: center;
    background-size: cover;
    width: auto;
    padding:150px 0px 150px 0px;
}

.carousel img {
    max-height: 600px;
    width: auto;
}

.container-fluid {
    height: auto;
    width: 100%;
}

.press-header h1 {
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    color:white;
}

.press-title-container {
    text-align: center;
    margin-bottom: 50px;
}

.press-title-container h1 {
    font-weight: 700;
    font-size: 100px;
    text-transform: uppercase;
    text-align: center;
}

.content-wrapper-press .row {
    margin-bottom: 30px;
}

.card {
    border-radius: 0px !important;
    border-left: none;
    border-right: none;
    padding: 0px !important;
    border-top: none;
    height: auto;
    border:solid 1px rgb(230, 230, 230);
    display: inline-block
}

.card-text {
    font-weight:300;
    font-size:14px;
    line-height: 1.5rem;
}

.content-wrapper-press {
    margin-bottom: 100px;
    padding:0px;

}

.content-wrapper-press .col-lg {
    letter-spacing: 1px;
    background: white;
    margin: 0px;
    padding:1.25rem;
}

.col-lg p {
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 120px;
    /* margin-bottom: 30px; */
    color: rgb(0, 0, 0);
}

.card-body {
    padding:1.25rem;
}

.card-body a {
    padding:10px 50px;
    border:solid black 2px;
    text-decoration: none;
    color:black;
}

.card-body h5 {
    letter-spacing: 0px;
}

.card img {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
}
.card-body {
    padding-bottom:50px;
}
.card-body a {
    border:1px solid black;
    font-weight: 300;
    font-size:14px;
    text-transform: uppercase;
}
.card-text {
    margin-bottom:50px;
}
.content-wrapper-press button {
    background: white !important;
    border: solid rgb(0, 0, 0) 1px !important;
    border-radius: 0px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    padding-top: 10px;
    padding-bottom: 10px;
    width: 175px;
    outline: none !important;
    text-transform: uppercase;
    transition: .1s ease;
    letter-spacing: 2px !important;
    font-weight: 100;
}

.card-body button:hover {
    background: black;
    color: white;
}

.content-wrapper-press button a,
a:visited {
    color: black;
    text-decoration: none;
}

footer .col-lg p {
    margin-bottom:1rem;
}
@media only screen and (max-width: 1199.98px) {
  
    .content-wrapper-press {
        text-align: center;
        overflow-x: hidden;
        /* padding: 0px; */
    }
    .card {
        width: 100%;
        margin-bottom: 50px;
    }
    .col-lg {
        width: 100%;
        margin-bottom: 30px;
    }
    .card {
        padding: 10px;
    }
    .content-wrapper-press .row {
        margin-bottom: 30px;
    }
    footer .row {
        margin-bottom:20px;
    }
    footer .col-lg {
        margin-bottom:0px !important;
    }
}
@media (max-width: 897.98px){
    .card-columns .card {
        width: 100% !important;
    }
}