.content-price {
    font-weight: 800;
    font-size: 24px;
    background: #eef9ff;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 1rem;
    color: #379eff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: 0 !important;
}
.content p{
    font-size: 18px;
}
.content p span{
    font-weight: 800;
    font-size: 20px;
}

/* .content h5{
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5;
    color: #081F46;
} */

.content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 30px;
}

p.content-text {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    color: #081F46;
    margin: 0 !important;
}

.content p:not(.content-text) {
    width: 100%;
    margin: 0;
    display: inline-block;
    border-radius: 8px;
    background: #eef9ff;
    padding: 30px;
}

.zoomWindow {
    background-color: white !important;
}

#zoomImg {
    object-fit: contain;
}