
.pt-20{
    padding-top: 20px;
}
.pt-15{
    padding-top: 15px;
}
.bg-white{
    background-color: #fff;
}
.pb-50{
    padding-bottom: 50px;
}
.quote-v3-container {
    width: 1300px;
    min-width: 1300px;
    margin: 0 auto;
    display: flex;
    min-height: 600px;
    gap:20px;
}

.quote-v3-main {
    width: 850px;
}

.quote-v3-card {
    flex: 1;
    position: sticky;
    top: 95px;
    height: 100%;
    overflow-y: auto;
}