.btn {
border-radius: 50px;
padding: 10px 30px;
}

#counter_1 .counterNumber::after,
#counter_2 .counterNumber::after {
content: '+';
}

.icon-section .icon-wrapper {
border-radius: 15px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

@media screen and (max-width: 768px) {
#icon-section-1 .icon-wrapper {
height: 271px;
}
}