﻿.banner-text p {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 20px;
    white-space: pre-wrap;
}

@media screen and (min-width: 1083px) and (max-width: 1238px) {
    .banner-text p {
        font-size: 1.1rem;
    }
}

.zoom-img {
    overflow: hidden;
}

    .zoom-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .3s ease;
        padding: 4px;
        border-radius: 12px;
    }

        .zoom-img img:hover {
            transform: scale(1.2);
        }

.card-background {
    margin: initial !important;
}

@media (min-width: 1084px) {
    .banner-text:nth-child(1) {
        max-width: 50% !important;
    }
}

.material-card {
    border-radius: 12px;
}

.section-bg {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px 0px;
    background-color: #e8edf4;
}

.btn-view-more {
    padding: 9px 13px;
    margin: 8px 12px;
    font-size: 1rem;
    border: 1px solid;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .16), 0 -1px 4px 0 rgba(0, 0, 0, .08);
    text-decoration: none;
    color: rgb(0, 120, 212);
}

a {
    text-decoration: none !important
}

.catsrow {
    color: black;
}
.center {
    text-align: center !important
}

.special-glyph {
    position: relative;
    top: -2px;
}

.cursor {
    cursor: pointer !important;
}

.h5 {
    color: black !important;
}

