.leader-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px;
	position:relative;
	background-attachment:fixed;
}
.leader-banner::after {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0px;
    -webkit-filter: blur(7px);
    filter: blur(0px);
    content: '';
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(360deg, #080712 0%, rgba(0, 0, 0, 0.00) 100%);
}
/* founder-section */
.founder-section {
    padding-bottom: 100px;
}

.founder-main p {
    color: #B4B2B2;
    font-family: var(--fontRoboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.founder-main h2 {
    margin-bottom: 16px;
}


/* team-section */

.team-main {
    text-align: center;
}

.team-record {
    margin-top: 44px;
}

.team-record img {
    width: 100%;
	border-radius: 8px;
}

.team-record {
    row-gap: 28px;
}

.team-record h6 {
    color: #F5F5F5;
    font-family: var(--fontRoboto);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 16px 0px 8px 0px;
}

.team-record p {
    color: #B4B2B2;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* partners-section */
.partners-section {
    padding: 80px 0px 100px 0px;
}

.partners-main h2 {
    margin-bottom: 44px;
}

.partners-main {
    text-align: center;
}

.partners-section .slick-slide {
    margin: 0 9px;
}

@media screen and (max-width:991px) {
	.leader-banner {
    	padding: 140px 0px;
		background-attachment:unset;
	}
    .founder-main>div:last-child {
        margin-top: 24px;
    }
}

@media screen and (max-width:767px) {
    .leader-banner {
        padding: 120px 0px 60px 0px;
    }

    .founder-main p {
        font-size: 14px;
        line-height: 22px;
    }

    .founder-section {
        padding-bottom: 50px;
    }

    .team-record {
        margin-top: 24px;
    }

    .team-record h6 {
        font-size: 16px;
        line-height: 22px;
        margin: 12px 0px 4px 0px;
    }

    .team-record p {
        font-size: 14px;
        line-height: 18px;
    }

    .team-record {
        row-gap: 24px;
    }

    .partners-section {
        padding: 40px 0px;
    }

    .partners-main h2 {
        margin-bottom: 24px;
    }
}