/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 29 2023 | 21:36:20 */
/* Add your CSS code here.

@media (min-width: 768px){
.stats1 {
    margin: 0;
}

@media (max-width: 425px){
    .stats1 .stats__row {
    row-gap: 50px;
}
.stats1 {
    padding: 50px 36px 50px 36px!important;
}
}

.stats1 {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 25px 36px 25px;
    color: #fff;
    background-color: #06f;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.stats1 .stats__message .stats__title {
    color: #fff!important;
font-size: 32px;
font-weight:700;
}
.stats1 .stats__message .stats__text {
text-transform:none;
font-size: 12px;
color: #fff!important;
    margin-bottom: 0px!important;
}


.stats1 .stats__message {
    display: flex;
    margin-bottom: 0px;
    justify-content: center;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

