/* Press Page Specific Styles */

.sec1 {
    background: white;
    height: auto;
    padding-top: 30px;
}

/* Press-specific gallery styles */
.press-gallery img.imgBx {
    width: 100%;
    height: 130px;
    border-radius: 3px;
    object-fit: cover;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.press-gallery img.imgBx:hover {
    transform: scale(1.03);
    opacity: 0.8;
}

.press-gallery .caption {
    padding-top: 6px;
    color: var(--text-color);
}

.box {
    margin: 0;
    padding: 0;
    height: auto;
    background-color: rgb(255, 255, 255);
}

.box ul {
    margin: 0;
    padding: 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.box ul li {
    position: relative;
    list-style: none;
    padding: 15px;
    color: #262626;
    text-decoration: none;
    transition: 0.5s;
    z-index: 1;
    cursor: pointer;
    box-sizing: border-box;
}

.box ul li:hover {
    color: var(--primary-color);
}

/* Press grid columns */
.col-lg-2.col-md-2 {
    margin-bottom: 25px;
}

/* Responsive press layout */
@media (max-width: 700px) {
    .col-md-2 {
        -ms-flex: 0 0 16.6666667%;
        flex: 0 0 33.3333333%;
        max-width: 33.33333333%;
    }
}

@media (min-width: 300px) {
    .sec2 a li {
        font-size: 1rem;
    }

    .sec2 .container {
        padding: 0 30px;
    }
}

@media (min-width: 410px) {
    .sec2 .container {
        padding: 0 50px;
    }

    .sec2 a li {
        font-size: 1.2rem;
    }
}

@media (min-width: 700px) {
    .col-md-2 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .container {
        max-width: 700px;
    }
}

@media (min-width: 770px) {
    .sec2 a li {
        font-size: 1.4rem;
    }

    .sec2 .container {
        padding: 0 70px;
    }
}

@media (min-width: 900px) {
    .col-md-2 {
        -ms-flex: 0 0 16.6666667%;
        flex: 0 0 16.6666667%;
        max-width: 16.6666667%;
    }

    .container {
        max-width: 1020px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 900px;
    }
}