<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.card31 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    border: 1px solid #0f2443;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px; 
}
.card31 img {
    width: 250px;
    /* height: auto; */
    height:45vh;
    object-fit: cover;
    border-radius: 10px; 
}
.card-body31 {
    flex: 1;
    padding: 0 20px; 
}
.icon31 {
    width: 30px; 
    margin-right: 10px; 
    color: #4a4a4a;
}
.card-title31 h5 {
    margin-bottom: 0.5rem;
    font-size: 24px;
    font-weight: bold;        
    background-image: linear-gradient(to right, #ce9912 0%, #d9b24c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
   
}
.card-text31 p {
    margin-bottom: 1rem;
    font-size: 17px;
    font-weight: 400;
}

.team_card31{
    margin-bottom: 70px;
}

.team_card31 p{
    width: 100vh;
}


@media (min-width: 768px) {
    .team12{
   width: 228px;
}
}

@media (max-width: 768px) {
    .card31 {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .card31 img {
        width: 100%; 
        height: auto; 
    }
    .card-body31 {
        padding: 20px 0; 
    }
    .team_card31 {
        flex-direction: column;
        align-items: center;
    }
    .icon31 {
        width: 25px; 
    }
}</pre></body></html>