.support-that-understand .title-section {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.support-that-understand .column-left {
    width: 23.5%;
}

.support-that-understand .column-right {
    width: 23.5%;
}

.support-that-understand .column-middle {
    width: 44.75%;
}

.support-that-understand .column-left .top-star {
    display: inline-block;
    height: 48px;
    width: 48px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.info-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10.613px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 -2.123px rgba(255, 255, 255, 0.10) inset, -2.123px -2.123px 1.061px -2.123px #FFF inset, 2.123px 2.123px 1.061px -2.123px #FFF inset;
    padding: 11px 10px;
}

.info-card-left {
    display: flex;
    align-items: center;
    font-size: 14.859px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #FFF;
}
.info-card-left img {
    height: 25px;
    width: 25px;
    object-fit: contain;
    margin-right: 5px;
}
.info-card:not(:last-child) {
    margin-bottom: 16px;
}
.info-card-right {
    border-radius: 8.491px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 -2.123px rgba(255, 255, 255, 0.10) inset, -2.123px -2.123px 1.061px -2.123px #FFF inset, 2.123px 2.123px 1.061px -2.123px #FFF inset;
    font-size: 12.736px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #FFF;
    padding: 9px;
}
.none-today {
    background: transparent;
    box-shadow: unset;
}
.mood-card-row{
    margin-top: 180px;
}
.mood-card {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 -2px rgba(255, 255, 255, 0.10) inset, -2px -2px 1px -2px #FFF inset, 2px 2px 1px -2px #FFF inset;
    width: 256px;
    height: 260px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 20px;
}
.mood-card .icon {
    height: 70px;
    width: 70px;
    display: inline-block;
    position: relative;
    margin-bottom: 60px;
}

.mood-card .icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mood-card .icon:before {
    content: "";
    display: block;
    height: 210px;
    width: 210px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: -1;
    background-image: url(../images/mood-gradient.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.mood-card p {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #FFF;
}
.mood-card-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mood-card-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.suppors-items-wraper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.suppors-items-wraper:before {
    content: "";
    display: block;
    background: var(--grd-5, linear-gradient(316deg, #FFC738 20.35%, #CB00DD 67.25%));
    filter: blur(250px);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 900px;
    max-height: 900px;
    border-radius: 50%;
    z-index: -1;
}
.suppors-items-iner {
    width: 50%;
}

.suppors-items {
    position: relative;
    background-image: url(../images/mobile-black-mask.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 826px;
}

.suppors-items img {
    -webkit-mask-image: url(../images/trasparent-mask.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    mask-image: url(../images/trasparent-mask.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center;
    width: 100%;
    object-fit: cover;
    position: absolute;
    height: calc(100% - 26px);
    width: calc(100% - 30px);
    object-fit: cover;
    left: 15px;
    top: 13px;
    border-radius: 60px;
}
.suppors-items-iner:nth-child(1) {
    transform: rotate(-3.403deg);
    position: relative;
    left: 40px;
}

.suppors-items-iner:nth-child(2) {
    transform: rotate(4.8deg);
    position: relative;
    z-index: -1;
    right: 40px;
}
.energy-card {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 -2px rgba(255, 255, 255, 0.10) inset, -2px -2px 1px -2px #FFF inset, 2px 2px 1px -2px #FFF inset;
    width: 256px;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.energy-card h3 {
    font-size: 70.017px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #FFF;
    position: relative;
    margin-bottom: 58px;
}

.energy-card h3:before {
    content: "";
    display: block;
    height: 210px;
    width: 210px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: -1;
    background-image: url(../images/energy-shape.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.energy-card-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.activity-card-row {
    margin-top: 224px;
}
.energy-card p {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #FFF;
}
.activity-card {
    border-radius: 10.632px;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 -2.126px rgba(255, 255, 255, 0.10) inset, -2.126px -2.126px 1.063px -2.126px #FFF inset, 2.126px 2.126px 1.063px -2.126px #FFF inset;
    padding: 8px 60px 8px 8px;
    position: relative;
    background-image: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
}

.activity-card:not(:last-child) {
    margin-bottom: 16px;
}

.activity-content .icon-with-text {
    display: flex;
    align-items: center;
}

.activity-content .icon-with-text img {
    height: 25px;
    width: 25px;
    object-fit: contain;
    margin-right: 15px;
}

.activity-content .icon-with-text  span {
    color: #FFF;
    font-size: 14.885px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
}

.activity-content .icon-with-text span.time {
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
}

.activity-content .icon-with-text span.time:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    color: #F1CDB5;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 1;
    border-radius: 50%;
}
.activity-bottom-star {
    margin-top: 45px;
}
.activity-title {
    border-radius: 10.632px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 -2.126px rgba(255, 255, 255, 0.10) inset, -2.126px -2.126px 1.063px -2.126px #FFF inset, 2.126px 2.126px 1.063px -2.126px #FFF inset;
    display: inline-block;
    padding: 8px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 12.759px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 8px;
}

@media only screen and (max-width:1699px){
  .support-that-understand .column-middle {
        width: 52%;
    }
    .energy-card {
        width: 226px;
        height: 230px;
    }
    .mood-card {
        width: 226px;
        height: 230px;
    }
    .mood-card .icon {
        height: 50px;
        width: 50px;
    }
    .mood-card .icon:before {
        height: 150px;
        width: 150px;
    }
    .energy-card h3 {
        font-size: 34px;
    }
    .energy-card h3:before {
        height: 150px;
        width: 150px;
    }
    .energy-card p {
        font-size: 26px;
    }
    .mood-card p {
        font-size: 26px;
    }
}
@media only screen and (max-width:1399px){
    .support-that-understand .column-left .top-star {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mood-card {
        width: 180px;
        height: 180px;
    }
    .energy-card {
        width: 180px;
        height: 180px;
    }
    .mood-card-row {
        margin-top: 120px;
    }
    .activity-card-row {
        margin-top: 120px;
    }
    .suppors-items img {
        border-radius: 40px;
    }
    .suppors-items {
        min-height: 600px;
    }
    .mood-card .icon {
        margin-bottom: 40px;
    }
    .energy-card h3 {
        margin-bottom: 40px;
    }
    .activity-card {
        padding: 8px 50px 8px 8px;
    }
}
@media only screen and (max-width:1199px){
    .mood-card .icon {
        margin-bottom: 20px;
    }
    .energy-card h3 {
        margin-bottom: 20px;
    }
    .mood-card {
        width: 140px;
        height: 140px;
    }
    .energy-card {
        width: 140px;
        height: 140px;
    }
    .mood-card-row {
        margin-top: 60px;
    }
    .activity-card-row {
        margin-top: 60px;
    }
    .mood-card .icon:before {
        height: 100px;
        width: 100px;
    }
    .energy-card h3:before {
        height: 100px;
        width: 100px;
    }
    .suppors-items {
        min-height: 500px;
    }
    .suppors-items img {
        border-radius: 30px;
    }
}
@media only screen and (max-width:991px){
.suppors-items-iner:nth-child(1) {
    transform: unset;
    position: relative;
    left: 0;
}
.suppors-items-iner:nth-child(2) {
    transform: unset;
    position: relative;
    z-index: -1;
    right: 0;
}
.suppors-items-wraper {
    display: block;
}
.suppors-items {
    min-height: 550px;
    max-width: 265px;
    margin: auto;
}
.suppors-items-wraper:before {
    filter: blur(150px);
}
.support-that-understand .column-left {
    width: 100%;
}
.support-that-understand .column-middle {
    width: 100%;
    margin: 40px 0;
}
.support-that-understand .column-right {
    width: 100%;
}

}
@media only screen and (max-width:767px){
    .suppors-items {
        min-height: 550px;
        max-width: 265px;
        margin: auto;
    }
}