.module-04-template-wrap {
    padding: 40px 0;
}

.module-04-template-wrap .img {
    padding: 0 30px;
}
.module-04-template-wrap .content {
    padding: 10px 30px;
}
.module-04-template-wrap .content h2{
    margin-bottom: 30px;
}
.module-04-template-wrap .content p,
.module-04-template-wrap .content ul li{
    font-size: 18px;
}

.module-04-template-wrap .content ul {
    margin-top: 30px;
    padding-left: 0;
}

.module-04-template-wrap .content ul li{
    list-style: none;
    margin-bottom: 5px;
    padding: 5px 0 5px 40px;
    position: relative;
}

.module-04-template-wrap .content ul li span {
    display: flex;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1569ae;
    position: absolute;
    left: 10px;
    top: 10px;
    justify-content: center;
    align-items: center;
}

.module-04-template-wrap .content ul li span::after {
    content: ' ';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
}
.module-04-button-wrap {
    margin-top: 20px;
}
.module-04-button-wrap a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #1569ae;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #1569ae;
}
.module-04-button-wrap a:hover {
    background: #fff;
    color: #1569ae;
    transition: all 0.6s;
}

@media (max-width:729px) {
    .module-04-template-wrap {
        padding: 10px;
    }
    .module-04-template-wrap .img,
    .module-04-template-wrap .content {
        padding: 0;
    }
    .module-04-template-wrap .content h2 {
        margin-top: 15px;
        margin-bottom: 5px;
        text-align: center;
    }
    .module-04-template-wrap .content ul {
        margin-top: 10px;
    }
    .module-04-button-wrap {
        text-align: center;
    }
}