﻿/*.press-main {
    height: 100vh !important;
    width: 100% !important;
    background-color: transparent !important;
}*/

.pressCap{
    text-align: center;
}

.pressCap h1 {
    color: #623015;
}

.press-wrapper {
    margin-top: 150px;
}

.press-wrap {
}

.press-main-card {
    margin: 20px 0;
}

.press-cont {
    height: 400px;
    background-color: #EFEFEF !important;
    border-radius: 2px;
    padding: 15px;
}

.press-img {
    width: 100% !important;
    height: 250px;
    object-fit: cover!important;
    overflow: hidden !important;
    
}

.press-desc {
    padding: 10px 0;
}

.press-title {
    font-weight: 600;
    color: #303030;
    font-size: 16px;
    margin: 0;
}

.press-date {
    color: #4D4D4D;
    font-size: 14px;
    padding-top: 0;
    margin-top: 0;
}

@media screen and (max-width: 768px){
    .pressCap h1 {
        font-size: 28px;
    }

    .press-wrapper {
        margin-top: 80px;
    }

    .press-title {
        font-size: 14px;
    }

    .press-date {
        font-size: 12px;
        margin-top: 5px;
    }

    .press-main-card {
        padding: 0!important;
    }
}