.large-card {
    width: calc(100% + 24px * 2);
    left: -24px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.text-green {
    color: #00cd79;
}

.casino-images-flex{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:16px;
    margin-bottom: 50px;
}

.casino-card-second{
    width:300px;
    border-radius:14px;
    padding:4px;
    background:linear-gradient(135deg,#2aff7a,#00c853);
}

.casino-card-second img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:13px;
    background:#1d232a;
    margin: 0;
}

.trust-section{
    padding:0;
}

.section-title{
    margin-top:0;
    margin-bottom:20px;
    font-size:2rem;
    font-weight:700;
    text-transform:uppercase;
    color:#ffffff;
}

.section-subtitle{
    margin:32px 0 16px;
    font-size:1.4rem;
    font-weight:600;
    color:#ffffff;
}

.trust-section p{
    margin-bottom:14px;
    line-height:1.7;
    color:rgba(255,255,255,0.9);
}

.trust-section strong{
    color:#4ade80;
}

.prose a {
    text-decoration: none;
}