* {
    margin: 0;
    padding: 0;
    position: relative;
}

body {
    background: #e5eff5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.card {
    width: 600px;
    background: #ffffff;
    border-radius: 8px;
}

.top {
    padding: 40px;
    text-align: left;
}

.top-title {
    color: #2ab2af;
    margin-bottom: 15px;
}

.top-guarantee {
    color: #c0df34;
    font-weight: bold;
    margin-bottom: 10px;
}

.top-desc {
    color: #9aa7b8;
    line-height: 1.6;
    max-width: 90%;
}

.bottom {
    display: flex;
}

.left {
    width: 50%;
    padding: 30px;
    color: #fff;
    background: #2ab2af;
}

.left-title {
    margin-bottom: 15px;
}

.price {
    font-size: 32px;
    font-weight: bold;
    margin-top: 30px;
}

.span {
    font-size: 14px;
    font-weight: normal;
    margin-top: 40px;
}

.small {
    margin: 10px 0 25px 0;
}

.sign-up-btn {
    width: 100%;
    padding: 14px;
    background: #c0df34;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    margin-top: 80px;
}

.right {
    background: #48c4c1;
    width: 50%;
    padding: 30px;
    color: #fff;
}

.right-title {
    margin-bottom: 15px;
}

.links {
    list-style: none;
    line-height: 1.7;
}