#why-choose-us .card {
    padding: 20px;
    border: 0;
    border-radius: 0px;
    background: transparent;
    color: #fff;
}
#why-choose-us .card .card-media {
    background-color: #fff;
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: #fff;
    transition: 400ms;
    overflow: hidden;
}
#why-choose-us .card .card-title {
    text-align: center;
    font-weight: 700;
    margin-top: 16px;
}
#why-choose-us .card .card-body {
    padding: 0;
    text-align: center;
    height: 220px;
    margin-bottom: 15px;
    overflow-y: auto;
    padding-right: 5px;
    text-align: justify;
}




#why-choose-us {
	background: var(--color-secondary);
	padding: 60px 0 45px;
	position: relative;
	overflow: hidden;
}
#why-choose-us .card:hover .card-media {
	background: var(--color-primary-ligth);
	transition: 400ms;
}
#why-choose-us .card:hover .card-media img {
	filter: brightness(0) invert(1);
	transition: 400ms;
}
#why-choose-us .card-media img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}
#why-choose-us h2 {
	color: #fff !important;
	text-transform: uppercase;
}


#why-choose-us h2 img {
	position: absolute;
	left: -50p;
	margin-left: -28px;
	margin-top: -22px;
	margin-left: -35px;
}


#why-choose-us .row {
	max-width: 1100px;
	margin: auto;
}

.figure-decoration-why-choose {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
}
.figure-decoration-why-choose .figure-left {
	position: absolute;
	left: 0;
	bottom: -110px;
}

.figure-decoration-why-choose .figure-right {
	position: absolute;
	right: 0px;
	top: -115px;
}
.figure-decoration-why-choose svg {
	width: 200px;
}






@media (max-width: 991px) {
    #why-choose-us .content {
        text-align: center;
        margin-bottom: 35px;
    }
    #why-choose-us .card {
        margin: 15px auto;
    }

    .figure-decoration-why-choose {
        opacity: 0.4;
    }

}
@media (max-width: 769px) {
    #why-choose-us .card-media img {
        width: 35px;
        height: 35px;
    }

    #why-choose-us .card-media {
        width: 60px;
        height: 60px;
    }
    #why-choose-us .card-body {
  
        height: auto;
 
    }

    #why-choose-us  .card .card-body {
            text-align: center;
    }
    #why-choose-us .card {
        border: 1px solid #ffffff36;
    }
        
    
}

