.welcomeSection{padding:0;background-image:url("../../images/bg.webp");background-size:cover;background-position:center;}.welcomeSection .content{padding-top:70px;display:flex;flex-direction:row;justify-content:space-between;gap:0;}.welcomeSection .content .textContainer{width:100%;max-width:670px;padding-bottom:70px;display:flex;flex-direction:column;justify-content:space-between;gap:50px;}.welcomeSection .content .textContainer .infoContainer{display:flex;flex-direction:column;gap:22px;}.welcomeSection .content .textContainer .infoContainer h1,.welcomeSection .content .textContainer .infoContainer p{color:var(--totalwhite-color);}.welcomeSection .content .textContainer .infoContainer p{font-size:24px;font-weight:500;line-height:32px;}.welcomeSection .content .textContainer .infoContainer .mobile{display:none;}.welcomeSection .content .textContainer .btnBorder{max-width:335px;background:var(--accent-color);padding-bottom:5px;border-radius:10px;min-width:284px;}.welcomeSection .content .textContainer .btnBorder a{background-color:var(--lightgray-color);border:none;outline:none;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 50px;color:var(--primary-color);font-size:16px;font-weight:400;line-height:20px;align-items:center;}.welcomeSection .content .textContainer .btnBorder a span{color:var(--base-color);font-weight:700;}@media (max-width:800px){.welcomeSection .content{padding-top:30px}.welcomeSection .content .textContainer{padding-bottom:30px;gap:50px}.welcomeSection .content .textContainer .infoContainer{gap:30px}.welcomeSection .content .textContainer .infoContainer p{font-size:18px;line-height:24px}.welcomeSection .content .textContainer .btnBorder{max-width:100%;min-width:0;text-align:center}}