.premierblu-advisors-wrapper-85996370 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 0 auto;
    background-color: #ffffff;
    gap: 50px;
    padding: 20px 0;
}

.pa-left-col-85996370 {
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    align-items: center;
}

.pa-right-col-85996370 {
    flex: 0 0 calc(60% - 50px);
    max-width: calc(60% - 50px);
    display: flex;
    align-items: center;
}

.pa-content-vertical-center-85996370 {
    width: 100%;
}

.pa-section-label-85996370 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pa-main-headline-85996370 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    max-width: 450px;
    margin: 0 0 20px 0;
}

.pa-subheading-85996370 {
    font-size: 18px;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 0 30px 0;
}

.pa-primary-btn-85996370 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 220px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.pa-primary-btn-85996370:hover, .pa-contact-btn-85996370:hover {
    filter: brightness(1.1);
    color: #ffffff;
}

.pa-cards-container-85996370 {
    display: flex;
    gap: 20px;
    width: 100%;
}

.pa-card-85996370 {
    flex: 1;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    transition: border-color 0.3s ease;
    display: flex;
    flex-direction: column;
}

.pa-card-inner-85996370 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pa-photo-wrapper-85996370 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.pa-advisor-photo-85996370 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pa-card-85996370:hover .pa-advisor-photo-85996370 {
    transform: scale(1.03);
}

.pa-advisor-info-85996370 {
    text-align: center;
    flex-grow: 1;
    margin-bottom: 20px;
}

.pa-advisor-name-85996370 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.pa-designation-85996370 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.pa-statement-85996370 {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pa-contact-btn-85996370 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    margin-top: auto;
    transition: background-color 0.3s ease;
}

@media (max-width: 1024px) {
    .premierblu-advisors-wrapper-85996370 {
        flex-direction: column;
    }
    
    .pa-left-col-85996370,
    .pa-right-col-85996370 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .pa-left-col-85996370 {
        margin-bottom: 40px;
    }
    
    .pa-cards-container-85996370 {
        flex-wrap: wrap;
    }
    
    .pa-card-85996370 {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .pa-card-85996370 {
        flex: 0 0 100%;
    }
    
    .pa-main-headline-85996370 {
        font-size: 32px;
    }
}
