:root {}

.col-home {}
.col-home .content {}
.col-home .content .logo {}
.col-home .content .logo svg { 
    width: 300px;
}
.col-home .content .baseline {
    color: #f23e13;
    font-weight: bold;
}
.col-home .content .mail {
    padding: 12px;
}
.col-home .content .mail svg {
    background: #F0F4F7;
    padding: 8px;
    width: 40px;
    height: 40px;
}
.col-home .content .mail a {
    color: #022041;
    font-weight: bold;
}
.col-home .deco {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: calc(50vh - 300px);
}
.col-home .deco svg {
    height: 100%;
}