.why-us {
    margin-top: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why-us-info {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;

}

.why-us-info h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0em;
    color: #056DFA;
}

.why-us-info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #13307E;
    opacity: 0.5;
}

.why-us-tabs {
    width: 45%;
    display: flex;
    height: 100%;
    align-items: center;
    gap: 10px;
}

.why-us-tab1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;

}

.why-us-tab2 {
    width: 50%;
    display: flex;
    gap: 15px;
    flex-direction: column;
    margin-top: 40px;
}

.why-us-tab-info {
    width: 100%;
    height: 340px;
    height: 235px;
    display: flex;
    align-items: flex-end;

}

.why-us-tab-background {
    height: 162px;
    width: 100%;
    background-color: white;
    border-radius: 16px;
    position: relative;
    box-shadow: 0px 6px 35px 0px #829DBC26;

}

.why-us-tab-content {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: -73px;
    transform: translate(-50%);
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}

.why-us-tab-text {
    color: #13307E;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}