.around-the-green__container {
    margin-top: 80px;
    margin-bottom: 100px;
    border: 1px solid #ececec;
    padding: 10px 40px 40px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
}


.atg__content-block {
    display: block;
    min-height: 100px;
    width: 100%;
    margin-bottom: 3rem;
    background: #005a5e;
}

.atg__content-wrapper {
    color: #fff;
    text-align: center;
    justify-content: center;
}

.atg__stats-header {
    display: block;
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}

.atg__desc-label {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}

.atg__course-label {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}

.atg__stats-success-header,
.atg__stats-attempts-header {
    display: block;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}

.atg__desc-success-label,
.atg__desc-attempts-label {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}

.atg__attempts-success-wrapper {
    display: flex;
    min-height: 50px;
    width: 100%;
}

    .atg__attempts-success-wrapper .atg__attempts-block,
    .atg__attempts-success-wrapper .atg__success-block {
        display: block;
        height: inherit;
        width: 50%;
    }

.atg__border-bottom {
    border-bottom: 1px solid #fff;
}

.atg__border-right {
    border-right: 1px solid #fff;
}

.zero-low-total-putts {
    font-size: 22px !important;
}