.our-viston-card-detail {
    width: 70%;
	margin-top: 0%;
}

.our-viston-cardimg-box {
    width: 30%;
}
.our-viston-cardimg-box img {
    width: 90%;
}
.our-viston-card-detail p {
    color: white;
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 0rem;
    font-family: verdana,geneva,sans-serif;
	line-height: 1.2;
}
.membership-card-detail hr {
   margin: 1rem auto;
    color: rgb(248, 94, 1);
    border: 2px solid;
    border-top: var(--bs-border-width) solid;
    opacity: 5.25;
    width: 70%;
}
.growth-top {
    background: #263039;
    color: white;
    padding: 8% 8%;
    font-size: 31px;
    font-weight: 400;
    font-family: verdana,geneva,sans-serif;
    text-align: left;
    border: none;
    border-radius: 10px;
}
.testimonial-text {
    padding-left: 4rem;
}

.start-today-box {
    border: var(--boder); 
}
.start-today-box h1 {
    font-family: verdana,geneva,sans-serif;
    font-weight: 400;
    color: white;
    font-size: 2.5rem;
	line-height:3.8rem;
}

.start-today-box2 {
    border:var(--boder);
}

.start-today-box h2 {
    font-size: 2.3rem;
}


@media (min-width: 953px) and (max-width: 1280px)
{
	.our-viston-card-detail p {
		font-size: 2.6rem;
		font-family: verdana,geneva,sans-serif;
		font-weight: 400;
		margin-bottom: 0rem;
	}
}