.about-section {
    padding: 60px 0;
}

.about-img {
    position: sticky;
    top: 0;
}

.about-img img {
    height: 600px;
    object-fit: cover;
}

.custom-agents-header {

    margin-bottom: 30px;

}

.custom-agents-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.custom-join-agents-link {
    color: #475569;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 1px;
}

.custom-agent-profile {
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    border-radius: 8px;
}

.custom-agent-img {
    border-radius: 8px;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    margin-bottom: 20px;
}

.custom-agent-name {
    font-weight: 700;
    font-size: 18px;
    color: var(--dark);
    margin-bottom: 5px;
}

.custom-agent-role {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 20px;
}

.custom-social-icons {
    display: flex;
    gap: 10px;
}

.custom-social-icons a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    color: white;
}

.social-fb {
    background: #3b5998;

}

.social-ig {
    background: #111111;
}

.social-in {
    background: #0077b5;
}

.social-yt {
    background: #ff0000;
}

.custom-agent-profile:hover {
    background-color: var(--dark);

}

.custom-agent-profile:hover .custom-agent-name {
    color: var(--white);
}

.custom-agent-profile:hover .custom-agent-role {
    color: var(--white);
}

.custom-agents-section {
    padding-bottom: 60px;
}

@media (max-width: 767px) {

    .about-img img {
    height: 100%;
    object-fit: cover;
}
.about-section {
    padding: 35px 0;
}

}
@media (max-width: 567px) {
    .about-desc {

    text-align: justify;
}
}