.my-points-container .my-points-above-circle {
    margin: 60px 0;
    position: relative;
}

.my-points-container .carbon-saved {
    font-size: 20px;
    margin-top: 15px;
}

.my-points-container .total-points-title {
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}

.img-circle {
    border-width: 12px;
    border-style: solid;
    text-align: center;
    position: relative;
    margin: 20px auto 0 auto;
    margin-top: 0;
    width: 260px;
}

.squarer {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40%;
}

#header-points {
    position: absolute;
    font-size: 60px;
    top: 50%;
    left: 0;
    line-height: 1;
    width: 100%;
    margin-top: -30px;
    text-align: center;
}

.total-points-subtitle {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin-bottom: 0;
    line-height: 1;
}

.my-points-container .group-name {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.my-points-container .group-name span {
    font-weight: bold;
    color: #000;
}

.home-how-it-works-link-1 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1.5em;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

#how-it-works-btn {
    border-color: #000;
    font-size: 18px;
    background-color: transparent;
    border-radius: 23px;
    padding: 10px 42px;
}

.my-points-above-circle .header-logo-img {
    top: 0;
    margin-top: 20px;
}

@media (min-width: 1600px) {
    #header-points {
        margin-top: -55px;
        font-size: 110px;
    }
}

/*Only for col-lg*/
@media (min-width: 1200px) and (max-width: 1600px) {
    .squarer {
        background-size: auto;
    }

    .my-points-container .total-points-title {
        font-size: 70px;
    }

    #header-points {
        margin-top: -45px;
        font-size: 90px;
    }

    .total-points-subtitle {
        font-size: 50px;
    }
}

/*Only for col-md*/
@media (min-width: 992px) and (max-width: 1200px) {
    #header-points {
        margin-top: -40px;
        font-size: 80px;
    }

    .total-points-subtitle {
        font-size: 46px;
    }
}

/*Only for col-sm*/
@media (min-width: 768px) and (max-width: 992px) {
    .my-points-container .carbon-saved {
        font-size: 15px;
    }

    #header-points {
        margin-top: -31px;
        font-size: 62px;
    }

    .total-points-subtitle {
        font-size: 40px;
    }

    .my-points-container .carbon-saved {
        font-size: 15px;
    }
}

/*Only for col-xs*/
@media (max-width: 767px) {
    .my-points-container .carbon-saved {
        font-size: 15px;
    }

    .total-points-subtitle {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .img-circle {
        width: 100%;
        margin-top: 0;
        min-width: 260px;
    }

    .squarer {
        background-size: 50%;
    }
}

@media (min-width: 992px) {
    .my-points-container .group-name {
        font-size: 18px;
    }
}
