.contact-box{
    border-radius: 10px;
    position: relative;
    height: 604px !important;
}
.mask{
    position: absolute;
    left: 0;
    border-radius: 10px;
    overflow: hidden;
    top: 0;
    height: 604px;
    bottom: 0;
    background-color: #00000096;
    width: 100%;
}
.text-white{
    color: #fff;
}
.text-white-80{
    color: 
    rgba(255, 255, 255, 0.8);
}
.contact-box__item:not(:last-child){
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}