.agree-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 50px;
}

.agree-header .header-column {
    display: flex;
    align-items: center;
    justify-content: center;
}

.agree-header .header-column .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b9b9b9;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px;
}

.agree-header .header-column .image-wrapper img {
    display: block;
    height: 50%;
}

.agree-header .header-column div {
    color: #707070;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .agree-header .header-column {
        flex-direction: column;
    }

    .agree-header .header-column .image-wrapper {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
