.about_sponsor_area {
    padding-top: 10rem;
}
.about_sponsor_row {
    display: flex;
    column-gap: 2rem;
    justify-content: space-between;
}
.about_sponsor_right {
    width: 50%;
}
.about_sponsor_left {
    width: calc(50% - 15rem);
}
.about_sponsor_left h2 {
    font-size: 4rem;
    line-height: 5.6rem;
    margin-bottom: 2.4rem;
}
.about_sponsor_left .about_spnr_text p {
    font-weight: 500;
}
.about_spnr_text {
    margin-bottom: 2.4rem;
}
.about_spnr_text ul {
    margin-top: 2rem;
    margin-left: 1.8rem;
}

.about_spnr_text ul li {
    list-style: disc;
    margin-bottom: .3rem;
}
.about_sponsor_left h3 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 2.4rem;
}
.about_sponsor_counter {
    width: 100%;
    max-width: 57.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 1rem;
    row-gap: 2.4rem;
}
.about_sponsor_counter .single_counter_item {
    width: 100%;
    max-width: 27.5rem;
    background-color: #F5F5F5;
    border-radius: 1.6rem;
    padding: 1.2rem 2.4rem;
    height: 13.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about_sponsor_counter .single_counter_item h4 {
    font-size: 4rem;
    line-height: 5.6rem;
    margin-bottom: .8rem;
}
.about_sponsor_counter {
    width: 100%;
    max-width: 57.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 1rem;
    row-gap: 2.4rem;
}
.about_sponsor_counter .single_counter_item {
    width: 100%;
    max-width: 27.5rem;
    background-color: #F5F5F5;
    border-radius: 1.6rem;
    padding: 1.2rem 2.4rem;
}
.about_sponsor_counter .single_counter_item h4 {
    font-size: 4rem;
    line-height: 5.6rem;
    margin-bottom: .8rem;
}
.about_sponsor_right img {
    width: 100%;
    max-width: 73.8rem;
}
.about_sponsor_btn {
    display: flex;
    width: 100%;
    max-width: 45.7rem;
    justify-content: space-between;
    align-items: flex-end;
}
.about_sponsor_btn.for-repots_btn {
    max-width: 100%;
    column-gap: 1.5rem;
    justify-content: flex-start;
}
.jtcommunity-page-sec .about_sponsor_right {
	width: 63.5rem;
}
.jtcommunity-page-sec .about_sponsor_left {
	width: calc(100% - 69.5rem);
}
.jtcommunity-page-sec .about_spnr_text p:not(:last-child) {
	margin-bottom: 1.3rem;
}
.jtcommunity-page-sec .about_spnr_text h4 {
	margin: 2rem 0;
}
.jtcommunity-page-sec .about_spnr_text ul li {
	padding-left: 2rem;
	position: relative;
	margin-bottom: 12px;
}
.jtcommunity-page-sec .about_spnr_text ul li::before {
	content: '';
	width: 1.2rem;
	height: 1.2rem;
	background-color: #51BAB2;
	position: absolute;
	top: .6rem;
	left: 0;
	border-radius: 50%;
}
.jtcommunity-page-sec .about_spnr_text ul li {
    list-style: none;
}
.jtcommunity-page-sec .about_sponsor_counter {
	width: 100%;
	max-width: 100%;
	justify-content: flex-start;
	column-gap: 2.4rem;
}
.jtcommunity-page-sec .about_sponsor_row {
	align-items: center;
}

.about_sponsor_right .home-slider-img {
    position: relative;
}

.about_sponsor_right .home-slider-img img {
    position: absolute;
    top: 0;
	width: 100%;
    max-width: 70rem;
}

.about_sponsor_right .home-slider-img .home-slider-video {
    width: 100%;
	max-width: 70rem;
    padding: 1.5rem;
}
@media only screen and (max-width: 1050px){
    .about_sponsor_left {
        width: calc(50% - 20px);
    }
    .about_sponsor_area {
        padding-top: 60px;
    }
    .about_sponsor_right {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about_sponsor_left h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .about_sponsor_left h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .about_sponsor_counter .single_counter_item h4 {
        font-size: 24px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 991px){
    .about_sponsor_row {
        flex-direction: column;
    }
    .about_sponsor_left, .jtcommunity-page-sec .about_sponsor_left {
        width: 100%;
        margin-bottom: 50px;
    }
    .about_sponsor_counter {
        max-width: 100%;
    }
    .about_sponsor_right, .jtcommunity-page-sec .about_sponsor_right {
        width: 100%;
    }
    .about_sponsor_right img {
        max-width: 400px;
    }
}
@media only screen and (max-width: 768px){
    .about_sponsor_area{
        padding-top: 40px;
    }
}
@media only screen and (max-width: 540px){
    .about_sponsor_counter .single_counter_item {
        max-width: 100%;
        height: auto;
    }
    .about_sponsor_btn {
        margin-top: 14px;
    }
    .about_sponsor_counter {
        row-gap: 10px;
    }
    .about_sponsor_btn_shape svg {
        width: 100px;
    }
    .jtcommunity-page-sec .about_sponsor_btn_shape {
        display: none;
    }
    .about_sponsor_btn.for-repots_btn {
        margin-top: 30px;
        flex-wrap: wrap;
        row-gap: 15px;
    }
    .about_sponsor_btn.for-repots_btn .about_sponsor_btn_shape {
        display: none;
    }
}