body {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: column nowrap;
    place-items: center;
    place-content: center;
    text-align: center;
    height: calc(var(--vh, 1vh)*100);
    margin: 0;
    padding: 0;
    overflow: hidden;
}
body:before {
    content: " ";
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}
.profile {
    margin-bottom: 20px;
    z-index: 5;
    
.profile {
    margin-top: 30px;
    margin-bottom: 30px;
    filter: invert(0);
    width: 68%;
    margin-left: auto;
    margin-right: auto;
};
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 23%;
    padding-right: 23%;
    padding-bottom: 35px;
    border-bottom: 1px solid #d8d1c7;
}
.link {
    display: flex;
    flex-flow: column;
    min-width: 400px;
    width: 450px;
}
.link_contain{
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.link_contain:before{content:'';height: 100%;width: 1px;background: #d8d1c7;position: absolute;left: 50%;transform: translateX(-50%);z-index: 1;}
.link_contain-left{
    width: 45%;
    display: flex;
    flex-direction: column;
}
.link_contain-right{
    width: 45%;
    display: flex;
    flex-direction: column;
}
.link_contain-right a:last-child, .link_contain-left a:last-child{border-bottom: 0px;}
.link svg {
    width: 190px;
    height: 67px;
}
.link a {
    color: #000;
    text-decoration: none;
    padding: 1rem;
    border-bottom: 1px solid #d8d1c7;
    transition: all .3s;
    z-index: 2;
    backdrop-filter: blur(4px);
    font-size: 16px;
    font-weight: 600;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    gap: 9px;
}
.link a:hover {
    transition: all .3s;
}

.link a i {
    font-size: 22px;
}

.link a:hover {
    background: #f9f3ea;
}

@media screen and (max-width: 768px)
{
    .link_contain {
    padding: 0px 10px;
    box-sizing: border-box;
}
.link {
    width: 100%;
    min-width: auto;
}
.link a {
}
.link_contain-left a:last-child,.link_contain-right a:last-child{}
.link_contain-right a{}
body:before {
}
.link svg text{
    fill:#000;
    color: black;
}
body {
    height: auto;
    overflow: auto;
}
.profile {
    margin-top: 30px;
    margin-bottom: 30px;
            max-width: 40%;
}
.link a i {
    font-size: 22px;
    color: #000 !important;
}

}