.matrons .section3 .box {
    background: #e6e8ea;
}
.matrons .section3 .box img {
    margin: 0 auto;
    margin-bottom: 0.5rem;
}
.matrons .section3 .box p {
    color: #333;
}
.matrons .section4 .left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background: var(--bg-second-color);
    z-index: -1;
}
.matrons .section5 .box {
	position:relative;
	padding-top:60px;
}
.matrons .section5 .box .ico {
	position:absolute;
	top:0px;
	left:30px;
}
@media screen and (min-width: 1200px) {
    .matrons .section4 .left img {
        transform: translateX(125px);
    }
}
@media screen and (max-width: 1024px) {
    .matrons .section4 .left {
        padding: 2rem;
    }
    .matrons .section4 .left::before {
        width: 100%;
    }
    .matrons .section4 .left .text {
        text-align: center;
        margin-bottom: 2rem;
    }
    .matrons .section4 .left img {
        width: 80%;
        margin: 0 auto;
    }
    .matrons .section4 .right img {
        margin: 0 auto;
    }
}