
.ar-vr {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: start;
    justify-content: start;
    margin: 20px 0px;
    flex-wrap: wrap;
    padding-left: 20px;

}
.ar-vr-image img {
    width: 100%;
    border-radius: 100px 0px 0px 0px;
    max-width: 500px;

flex-shrink: 0;
}

.ar-vr-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.ar-vr-details {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
    width: 50%;

}
.ar-vr-header {
    font-size: 18px;
    color: var(--text-001, #1D242B);
text-align: start;

font-family: Quicksand;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.ar-vr-details p {
    margin: 10px 0;
    line-height: 1.6;
}

.ar-vr-details li {
    margin: 10px 0;
    line-height: 1.6;
    list-style-type: circle;
}