.welcome_inner{display: flex; flex-direction: column; align-items: center; justify-content: center;}
.welcome_inner h2{color: var(--navy); text-align: center; font-family: Eros; font-size: 60px; font-style: normal; font-weight: 400; }
.welcome_inner h5{color: var(--navy); font-family: "Work Sans"; font-size: 20px; line-height: 24px; font-style: italic; font-weight: 300; margin-top:10px; margin-bottom:50px;}
.welcome_inner .description{margin: 0; display: flex; flex-direction: column; gap:25px}
.welcome_inner .description p{text-align: center; color: var(--grey); font-size: 18px; font-style: normal; font-weight: 400; line-height: 28px; letter-spacing: -0.36px;}

.welcome_inner .image{margin-top:70px;}


@media all and (max-width:1599px)
{
.welcome_inner h2 { font-size: 50px; line-height: 60px;}
}

@media all and (max-width:1399px)
{

}

@media all and (max-width:1199px)
{
.welcome_inner h2{font-size: 50px;}
.welcome_inner .description p {font-size: 16px;  line-height: 26px;}

}

@media all and (max-width:991px)
{
 .welcome_inner h2 { font-size: 40px; }

}
@media all and (max-width:767px)
{
.welcome_inner h2 {font-size: 36px; }
 .welcome_inner .description p br{display:none;}
}