.cate-image {
    width: 100px;
}

.btn-width {
    width: 30px !important;
}

.bg-water {
    z-index: 100;
    background-size: cover;

}

.css-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: arial;
    color: #000;
}

.css-card .title {
    color: grey;
    font-size: 18px;
}

.css-card button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

.css-card a {
    text-decoration: none;
    font-size: 22px;
    color: black;
}

.css-card button:hover,
a:hover {
    opacity: 0.7;
}

.vh-70 {
    height: 100vh !important
}

.min-vh-70 {
    min-height: 100vh !important
}


html {
    height: 100%;
    background-color: white;
}

.my-body {
    height: 70%;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)), url('../image/med.png');
    background-repeat: repeat-x;
    height: 400px;
}

.bg-1 {
    background-color: #660066;
}

.bg-2 {
    background-color: #065535;
}

.bg-3 {
    background-color: #b4eeb4;
}

/* CARD */
.prolist .card {
    flex-direction: row;
    width: 100%;
    border: 0;
    background-color: #FFFFFF;
    color: #000000;
}

.prolist .card img {
    max-width: 40%;
    margin: auto;
    padding: 5px;
}

.prolist .card .card-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.prolist .card .card-body .text-section {
    width: 100%;
}

.prolist .card .card-body .cta-section {
    max-width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.v-text {
    color: #1c284e;
    text-decoration: none;
}

.v-bg {
    background-color: #1c284e;
}