.contact_form_col3{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mt-20{
    margin-top: 20px;
}
ul.contact_form_col3 li{
    width: 33.333333333%;
    margin-top: 20px;
}

.contact_form_col3 li::before {
    top: 0.725em;
    left: 0.375em;
    width: 0.25em;
    height: 0.25em;
    border: 0.125em solid var(--textGray);
    background-color: var(--textGray);
}

.set-right{
    text-align: right;
}