.inner-protection-section{
   padding:80px 0px 80px;
   background-color:#EDF1F6;
   margin:0 -50px;
}
.inner-protection-section .inner-protection-container{
    display: flex;
    max-width: 1510px;
    margin: 0 auto;
    padding: 0 60px;
    gap: 0 130px;
    align-items: center;
}
.inner-protection-section .inner-protection-container .mc-left-image .left-img-box {
   max-height:514px;
   overflow:hidden;
   border-radius:16px;
}
.inner-protection-section .inner-protection-container .mc-left-image {
    width: 50%;
}
.inner-protection-section .inner-protection-container .right-content {
    width: 50%;
    padding: 0 30px 0 0;
}
.inner-protection-section .inner-protection-container .mc-left-image .left-img-box img{
  width:100%;
  height:100%;
  border-radius:16px;
}
.inner-protection-section .inner-protection-container .head-title {
    margin: 0 0 20px 0;
    padding: 0;
    font-family: Manrope;
	font-weight: 700;
	font-size: 40px;
	line-height:58px;
    letter-spacing: -0.02em;
    color: #000000;
    display: flex;
    gap: 0 33px;
}
.inner-protection-section .inner-protection-container .number-list{
   color:#567FBB;
}
.inner-protection-section .inner-protection-container .content-description p {
    font-family: Manrope;
	font-weight: 400;
	font-size: 16px;
	line-height:30px;
	letter-spacing: 0;
    color:rgba(0, 0, 0, 0.90);
      margin: 0 0 20px 0;
     padding: 0;
}
.inner-protection-section .inner-protection-container .content-description {
    padding-left: 85px;
}

.inner-protection-section .inner-protection-container ul li::before {
    content: "";
    background: transparent;
    background-image: url(/template/2fcf5207/images/list-icon.svg);
    width: 21px;
    height: 21px;
    position: absolute;
    border-radius: 50px;
    top: 9px;
    left: 0;
}

.inner-protection-section .inner-protection-container ul li {
    margin: 0;
    padding: 8px 0 8px 42px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0;
     color:rgba(0, 0, 0, 0.86);
}
