.container-bg {
    background: url("../images/20220603_165713.jpg") no-repeat;
    position: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    width: 100%;
    height: 100%;
  
  }

  a {
    text-decoration: none;
    color: #000;
    vertical-align: text-bottom;
  }

  .ri-phone-line:before, .ri-time-line:before, .ri-mail-line:before, .ri-map-pin-line:before {
    color:red;
  }