
 .section_choose-news-tpl1 .why-section {
	 background: #f5f6f8;
	 padding: 0px 0px;
}
 .section_choose-news-tpl1 .why-container {
	 max-width: 1200px;
	 margin: auto;
	 display: flex;
	 gap: 50px;
	 align-items: center;
}
 .section_choose-news-tpl1 .why-left {
	 width: 50%;
}
 .section_choose-news-tpl1 .why-badge {
	 display: inline-block;
	 background: #e8f0ff;
	 color: #4a6cf7;
	 padding: 8px 16px;
	 border-radius: 20px;
	 font-size: 13px;
	 margin-bottom: 15px;
}
 .section_choose-news-tpl1 .why-title {
	 font-size: 28px;
	 font-weight: 700;
	 margin-bottom: 30px;
}
 .section_choose-news-tpl1 .why-item {
	 display: flex;
	 gap: 15px;
	 background: #fff;
	 padding: 18px;
	 border-radius: 10px;
	 margin-bottom: 15px;
	 border: 1px solid #eee;
}
 .section_choose-news-tpl1 .why-icon {
	 width: 45px;
	 height: 45px;
	 background: #fff4e5;
	 color: #f5a623;
	 border-radius: 10px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 font-size: 20px;
}
 .section_choose-news-tpl1 .why-item h4 {
	 font-size: 16px;
	 margin-bottom: 5px;
}
 .section_choose-news-tpl1 .why-item p {
	 font-size: 14px;
	 color: #666;
	 line-height: 1.6;
}
 .section_choose-news-tpl1 .why-right {
	 width: 50%;
	 display: flex;
	 justify-content: center;
}
 .section_choose-news-tpl1 .why-image {
	 width: 500px;
	 height: 500px;
	 border-radius: 50%;
	 overflow: hidden;
	 position: relative;
	 background: #f0dede;
}
 .section_choose-news-tpl1 .why-image img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 .section_choose-news-tpl1 .why-image::after {
	 content: "";
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 40%;
	 background: linear-gradient(to top, rgba(255, 255, 255, 0.9), transparent);
}
.section_choose-news-tpl1 {
    background: #f5f6f8;
    padding: 30px 0px;
}

@media (max-width: 992px) {
   .section_choose-news-tpl1 .why-container {
        flex-direction: column;
    }

   .section_choose-news-tpl1 .why-left,
    .section_choose-news-tpl1 .why-right {
        width: 100%;
    }

   .section_choose-news-tpl1 .why-image {
        width: 350px;
        height: 350px;
    }

   .section_choose-news-tpl1 .why-title {
        font-size: 22px;
    }
}