section img {
    width: 100%;
    margin-bottom: 20px;
}

.bg1 h2 {
    font-size: 24px;
    margin-bottom: 14px;
}

.bg1 .txt1 {
    width: 100%;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.bg2 h2 {
    font-size: 24px;
    margin-bottom: 14px;
}

.bg2 .txt1 {
    width: 100%;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.bg2 {
    background-color: #f0f4f5
}