.welcome-image {
    background-image: url('/home/img/4.png'); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 700px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.welcome-font {
    font-family: "Montserrat", Sans-serif, serif;
    font-size: 49px;
    font-weight: 700;
    line-height: 57px;
    color: rgb(105, 104, 104);
}

.welcome-font-2 {
    font-family: "Montserrat", Sans-serif, serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 40px;
    color: rgb(105, 104, 104);
}

.welcome-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none    ;
}