.sec1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sec1 a {
    font-weight: bold;
}

.sec2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
}

.sec2>div:first-child {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 30px;
}

.sec2>div:last-child {
    flex: 1;
    min-width: 300px;
}