﻿.container {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 40px;
    text-align: center;
    font-family: Arial, sans-serif;
}
		
.card {
    width: 320px;
}

.card img {
    width: 100%;
    height: auto;
    border: none;
    cursor: pointer;
}

.card .subtitle {
    margin-top: 8px;
    font-size: 14px;
    color: #003366; 
}

.card .title {
    font-weight: bold;
    font-size: 16px;
    margin: 4px 0 12px 0;
    color: #004080;
}

.carousel-small-inner-a {
    font-size: 14px;
    color: #0078d7;
    text-decoration: underline;
    cursor: pointer;
    font-weight: normal;
}

.carousel-small-inner-a:hover {
    color: #005a9e;
}