.main {
  position: relative;
}

.el-1 {
  position: absolute;
  top: 180px;
  right: 180px;
}

.el-2 {
  position: absolute;
  bottom: 0;
  left: 220px;
}

.safety{
    padding: 64px 0;
    position: relative;
    z-index: 1000;
}

.safety__content{
    color: #222a35;
}

.safety__content .title {
    font-size: 32px;
    margin-bottom: 32px;
}

.safety__content .subtitle{
    font-size: 24px;
    margin-bottom: 16px;
}
.safety__content .list{
    font-size: 18px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 32px;
    padding-left: 20px;
    list-style: disc;
}

.safety__img{
    margin-bottom: 32px;
    border-radius: 15px;
}
.text{
    font-size: 18px;
    margin-bottom: 32px;
}