@import url('common.css');

h2{
    font-size: 24px;
    line-height: 26px;
}

.line1{
    margin: 100px 0 30px 0;
}

.line{
    margin: 0px 0 100px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 50px;
    flex-wrap: wrap;
}

.line img{
    height: 48px;
}