.ls-wrap {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ls-profile {
    display: flex;
    align-items: center;
    gap: 18px;
    background-image: url('../../../../../../content/dam/bagic/agent/images/leader-bg-image.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 21px 21px 0px 0px;
    padding: 22px 22px 22px 47px;
}

.ls-card {
    width: 48%;
    box-shadow: 0px 3px 30px #00000029;
    border-radius: 21px;
}

.ls-profile img {
    width: 91px;
    height: 91px;
}

.ls-content {
    margin-top: 30px;
    margin-left: 36px;
    margin-right: 28px;
    margin-bottom: 57px;
}

.profile-content h3 {
    font-family: 'Titillium-bold';
    font-size: 28px;
    line-height: 48px;
    color: #fff !important;
    margin-bottom: 0;
}

.profile-content p {
    font-family: 'Titillium-regular';
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.ls-content p {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-family: 'Titillium-regular';

}

.ls-contain h2 {
    font-family: 'Titillium-bold';
    font-size: 36px;
    line-height: 51px;
    margin-bottom: 36px;
    text-align: center;
    color: #000;
}

.leader-speak {
    margin-bottom: 60px;
}

.ls-profile {
    background-repeat: no-repeat;
}

@media (max-width:767px) {
    .ls-wrap {
        justify-content: center;
        row-gap: 30px;
        padding: 0 20px;
    }

    .ls-profile {
        max-width: 100% !important;
        width: 100% !important;
        padding: 25px 30px;
    }

    .ls-card {
        width: 100%;
    }

    .ls-contain h3 {
        font-size: 28px;
        line-height: 36px;
        text-align: left;
        margin-left: 26px;
    }

    .ls-profile img {
        width: 73px;
        height: 73px;
    }

    .leader-speak {
        margin-bottom: 34px;
    }
}

@media (max-width:400px) {
    .ls-profile {
        background-size: cover;
    }

    .profile-content h2 {
        line-height: 37px;
    }

    .leader-speak {
        margin-bottom: 38px;
    }
}