* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
html, body {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
p {
    font-weight: 400;
    line-height: 2.15;
    font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif;
}
.container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: space-around;
    flex-wrap: wrap;
    width: 600px;
    min-height: 400px;
    font-size: 0.9em;
    position: relative;
    top: -40px;
}
.image {
    width: 150px;
    height: 150px;
    padding: 30px;
}
.Svgimg {
    width: 100%;
}
.text {
    max-width: 300px;
    padding: 30px;
}
@media (max-width: 569px){
    .text {
        text-align: center;
    }
}
.text h2 {
    color: #737373;
    font-size: 20px;
    margin-bottom: 10px;
}
.text h2:before {
    content: "[";
    margin-right: 5px;
    color: #ff6d6d;
    font-size: 25px;
}
.text h2:after {
    content: "]";
    margin-left: 5px;
    color: #ff6d6d;
    font-size: 25px;
}
.text p {
    color: #565656;
    line-height: 25px;
}
.text a {
    color: #72C5A6;
    text-decoration: none;
}
.text a:hover {
    color: #72C5A6;
}