.logistics_wrap>div:first-of-type img{
    width: 90%;
    max-width: 884px;
}
.active{
    box-shadow: 0rem 0rem 0.63rem 0rem rgba(45, 69, 249, 0.35);
	opacity: 0.96;
}
@media (max-width:577px) {
    .logistics_wrap>div:first-of-type img{
        width: 100%;
    }
}