.hero-background {
    width: 100%;
    height: 587px;
    display: flex;
    background-image: url(../img/hero-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;

}

.hero-left {
    width: 41%;
    height: 100%;
    background-color: #FFFFFF1A;
    backdrop-filter: blur(20px);
    display: flex;
    justify-content: center;
    border-radius: 30px;
}

.hero-text {
    color: #FFFFFF;

}
.hero{
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid white;
    box-sizing: content-box;
}

.hero-text h2 {
    font-family: "Manrope", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;

}

.hero-text h3 {
    font-size: 42px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;
}

.hero-left-container {
    width: 90%;
    height: 100%;
    display: flex;
    gap: 36px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hero-links {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.hero-link {
    display: flex;
    justify-content: space-between;
    height: 100px;
    width: 239px;
    border-radius: 12.54px;
    background-color: #FFFFFF99;
    cursor: pointer;
}

.hero-link-left {
    padding: 10px 0px 10px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.hero-link-text {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #056DFA;
}

.hero-link-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.hero-link-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31.34px;
    height: 28.91px;
    border-radius: 15.67px 0px 12.54px 0px;
    background-color: #FFFFFF;
}

.hero-right {
    width: 59%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.hero-right-bottom {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;

}

.hero-tab {
    height: 197px;
    width: 100%;
    display: flex;
    justify-content: flex-end;

}

.hero-info{
    z-index: 1;
}
.hero-info {

    width: 82%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 38px;
}

.hero-info-item {
    display: flex;
    flex-direction: column;
    width: auto;
    gap: 20px;
}

.hero-info-item h4 {
    display: flex;
    justify-content: center;
    
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
    color: #056DFA;
}

.hero-info-item p {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: #056DFA;
}

.hero-info hr {
    opacity: 0.2;
    padding-top: 5px;
    height: 40%;
    width: 1px;
    color: #056DFA;
}

.mobile-hero-info {
    display: none;
}