.bg4 {background:/bundles/portalsimplebox/images/a2.jpg}
.bg-box4 {padding: 0 16px; margin-top: 80px;}
.box4-first {display: flex; margin-bottom: 60px;}
.box4-first .content { margin-left: 40px; flex-basis: 50%;}
.box4-first .content h2 {
    font-weight: 900;
    font-size: 38px;
    line-height: 44px;
    letter-spacing: 0.2px;
}
.box4-first .img {
    flex-basis: 50%;
    position: relative;
}
.box4-first .img .img1 {
    border-radius: 20px;
}
.box4-first .img .img2 {
    position: absolute;
    top: 57%;
    left: 52%;
    border-radius: 8px;
    box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.15);
}
.box4-first .content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
}
.box4-first ul li {
    list-style: none;
    background: url('/bundles/portalsimplebox/images/check.svg') no-repeat 0 5px;
    padding: 0 0 25px 30px;
    font-size: 15px;
    line-height: 24px;
}
.box4-second { display: flex; margin-bottom: 60px; }
.box4-second .content { margin-right: 16px; flex-basis: 50%; }
.box4-second .content h2 {
    font-weight: 900;
    font-size: 38px;
    line-height: 44px;
    letter-spacing: 0.2px;
}
.box4-second .img {
    flex-basis: 50%;
    position: relative;
}
.box4-second .img .img3 {
    width: 100%;
    max-width: 483px;
    position: absolute;
    right: 0;
}
.box4-second .img .img4 {
    position: absolute;
    top: 58%;
    right: 58%;
    width: 100%;
    max-width: 221px;
    border-radius: 8px;
    box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.15);
}
.box4-second .content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
}
.box4-second ul li {
    list-style: none;
    background: url('/bundles/portalsimplebox/images/check.svg') no-repeat 0 5px;
    padding: 0 0 25px 30px;
    font-size: 15px;
    line-height: 24px;
}
@media screen and (max-width: 800px) {
    .box4-first {
        flex-direction: column;
    }
    .box4-second {
        flex-direction: column;
    }
    .box4-first img,
    .box4-second img { width: 50%; margin-left: 30px;}
    .box4-first .img .img1,
    .box4-first .img .img2 {display: none}
    .box4-second .content { margin-right: 0; margin-left: 40px; }
    .box4-second .img .img3,
    .box4-second .img .img4 {display: none}
}