.container {
    display: flex;
}

.col {
    display: flex;
    flex-direction: column;
}

.w-100 {
    width: 100%;
}

.text-box {
    position: absolute;
    width: calc(100vw - var(--side-padding) - var(--side-padding)) ;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.text-box:before {
    display: block;
    content: '';
    /* display: inline-block; */
    /* height: 100%; */
    /* vertical-align: middle; */
}

.bg-circle {
    max-width: 70%;
}

.get-in-touch a+a {
    margin-left: 56px;
}