﻿.savings-account-stack-container {
    max-width: 436px;
    width: 100%;
}

    .savings-account-stack-container img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }


.savings-account-stack .saving-account-item:nth-child(1) {
    position: relative ;
    z-index: 3;
}

.savings-account-stack .saving-account-item:nth-child(2) {
    max-width: 401.743px;
    width: 100%;
    top: -20px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.savings-account-stack .saving-account-item:nth-child(3) {
    max-width: 363px;
    width: 100%;
    margin: auto;
    top: -40px;
    position: relative;
    z-index: 1;
}
.saving-account-item {
    border-radius: 15px;
    padding: 16px;
    background: #FFF;
    box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, 0.12);
}

.progress-bar .house-bar {
    position: absolute;
    height: 100%;
    border-radius: 10px;
    width: 70%;
    background-color: #6935D3;
}

.progress-bar .honey-moon-bar {
    position: absolute;
    height: 100%;
    border-radius: 10px;
    width: 50%;
    background-color: #6935D3;
}

.progress-text p {
    color: #535154;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}


@media (max-width: 880px) {
    
    
  

    

    .savings-account-stack .saving-account-item:nth-child(2) {
        max-width: 350.743px;
        width: 100%;
    }

    .savings-account-stack .saving-account-item:nth-child(3) {
        max-width: 300.743px;
        width: 100%;
    }

    .saving-account-item h6 {
        font-size: 9.213px;
    }
    .progress-text h5 {
        font-size: 9.213px !important ;
    }
    .progress-text  p {
        font-size: 9.213px !important;
    }
    .savings-account-stack .saving-account-item:nth-child(2) {
        max-width: 270px;
        width: 100%;
    }

    .savings-account-stack .saving-account-item:nth-child(3) {
        max-width: 250.743px;
        width: 100%;
    }

    .saving-account-item h5 {
        font-size: 13.819px;
    }
}