.jumpToWrapper {
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 20px;
    background: #d1e0f8;
    border: 1px solid #538ac6;
    border-radius: 10px;
}
.jumpToImg {
    width: 45px;
    height: 45px;
}
.jumpToImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.jumpToContent {
    display: flex;
    flex-direction: column;
}
.jumpToContent p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600 !important;
}
.jumpToContent a {
    font-size: 16px;
    text-decoration: none !important;
    color: #ea5104 !important;
}
