@charset "windows-1252";

.section-title { color: white; font-weight: 300; font-size: 2.5rem; margin-bottom: 40px; text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px; }

.card-custom { border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 20px; box-shadow: rgba(0, 0, 0, 0.25) 0px 12px 25px; transition: 0.3s; }

.card-custom:hover { transform: translateY(-7px); box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 40px; }

.card-img-main { border-radius: 15px; height: 200px; object-fit: cover; width: 100%; cursor: pointer; }

.icon-logo { width: 40px; height: 40px; object-fit: contain; border-radius: 50%; }

.card-title-text { font-family: Verveine, cursive; font-weight: 700; font-size: 2.1rem; letter-spacing: 1px; color: rgb(51, 51, 51); text-transform: uppercase; margin-bottom: 0px; line-height: 1; }

.card-subtitle-text { font-size: 1.4rem; color: rgb(34, 34, 34); font-weight: 500; }