﻿.tick {
    display: inline-block;
    width: 146px;
    height: 146px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.tickCircle {
    position: absolute;
    width: 146px;
    height: 146px;
    background-color: inherit;
    border-radius: 73px;
    left: 0;
    top: 0;
    border: solid 1px #878787;
}

.tickStem {
    position: absolute;
    width: 2px;
    height: 75px;
    background-color: #96be0f;
    left: 90px;
    top: 22px;
}

.tickKick {
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #96be0f;
    left: 40px;
    top: 95px;
}

.tickBox {
    margin: 105px 0 13px 0;
}

@media (max-width: 768px) {
    .tickBox {
        margin: 40px 0 13px 0;
    }
}
