.newcontent {
    color: #7E7E7E
}

.cardnew {
    background: linear-gradient(180deg, #1F2024 0%, #2C2D32 100%);
}

.center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn-white {
    background-color: #FFFFFF;
    color: #1D88D0;
    border: 2px solid #FFFFFF;
}

.btn-white:hover {
    background-color: #1D88D0;
    color: #FFFFFF;

}

section.range svg {
    opacity: 0;
    transition: 0.5s ease;
}

section.range .item:hover svg {
    opacity: 1;
}

section.range {
    transition: 0.5s ease;
}

section.range .item:hover {
    background: #1F2024 !important;
    text-white
}

section.range .item:hover .text-darkgrey {
    color: white !important;
}


.tick li {
    position: relative;
    list-style: none;
}


.tick li:before {
    position: absolute;
    content: url('data:image/svg+xml; utf8, <svg  fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg> ');

  
    width: 20px;
    height: 20px;
}

.small-image img{
    width: 50px;
}

section.footer-logos .awards:after{
    content: none
}




@media only screen and (max-width: 768px) {


  .range .item .h4{
	font-size: 22px;
  }

.range .item .h6{
	font-size: 16px;
  }
}