@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap");
/*.counter{*/
/*    width: 100%;*/
/*    background: #f9f9f9;*/
/*    padding-top: 20px;*/
/*    padding-bottom: 100px;*/
/*    font-family: "Poppins", sans-serif;*/
/*}*/
.count_box {
    padding: 15px 15px;
    border: 2px solid #002f4b;
    border-radius: 10px;
    text-align: center;
}
.count_box .timer {
    font-size: 40px;
    font-weight: 600;
    color: #222;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin: 5px 0;
}
.count_box .positions {
    line-height: 2;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #313131;
    padding-top: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.box_hover:hover {
    background: linear-gradient(to bottom right, #002f4b, green);
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box_hover:hover h3,
.box_hover:hover h4 {
    color: #fff;
}
@media (max-width: 768px) {
    .col-md-4 {
        margin-bottom: 15px;
    }
}
