.bg-why-us {
    background: #c3dcff;
}

.card-choose {
    display: flex;
    height: 100%;
    align-items: center;
    border-radius: 8px;
    flex-direction: column;
}

.card-choose h1 {
    font-size: 1.3rem;
}

.card-choose h2 {
    font-size: 2.8rem;
    color: var(--primary-color);
}

/*.stepper-icons{*/
/*		height: 70px;*/
/*		width: 70px;*/
/*		border-radius: 100%;*/
/*		background: var(--primary-color);*/
/*		display: flex;*/
/*		color: #ffffff;*/
/*		align-items: center;*/
/*		justify-content: center;*/
/*		margin-bottom: 0.8rem;*/
/*}*/
