.acct-works-container {
    height: fit-content;
    padding: 6% 5%;
    background-color: #78f1ef;
}

.acct-work-flexbox {
    display: flex;
    flex-direction: column;
    row-gap: 3.4rem;
}

.acct-title-bar {
    align-self: center;
    font-weight: 550;
    font-size: 2.5rem;
}

.acct-cards-flexbox-g {
    display: flex;
    align-items: center;
    gap: 1.4rem;
}

.acct-card-g-con {
    width: 100%;
    flex: 1;
    padding: 2.6rem 2rem;
    background-color: white;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    border-radius: 28px;
    height: 430px;
    position: relative;
}

.acct-card-g-con::after {
    content: "1";
    width: 40px;
    height: 40px;
    background-color: white;
    font-size: 18px;
    font-weight: 550;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 0px 3px #78f1ef;
}

.acct-card-g-con1::after {
    content: "2";
}

.acct-card-g-con2::after {
    content: "3";
}

.acct-card-g-con-flex {
    align-self: center;
    width: 85%;
    background-color: #78f1ef;
    padding: 10px 1.4rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.acct-card-t {
    font-size: 11px;
    padding: 2px 0;
    border-bottom: 1.2px solid white;
    font-weight: 500;
}

.acct-card-md-text {
    font-size: 28px;
    font-weight: 550;
    width: 60%;
    line-height: 1.3;
}

.acct-card-ft-text {
    font-size: 14.5px;
    color: rgba(0, 0, 0, 0.6);
}

.acct-card-sec-con {
    position: relative;
    width: 100%;
    z-index: 1;
}

.acct-card-box {
    width: 130px;
    background-color: #78f1ef;
    position: absolute;
    top: 0;
    z-index: -1;
    backdrop-filter: blur(4px);
    padding: 12px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
}

.acct-card-box:nth-child(1) {
    height: 90px;
}

.acct-card-box:nth-child(2) {
    left: 30%;
    background-color: #78f1ef80;
    z-index: 99;
    height: 60px;
    top: 30px;
}

.acct-card-box:nth-child(3) {
    left: 60%;
    background-color: #78f1ef60;
    z-index: 99;
    height: 30px;
    top: 60px;
}

.acct-card-md-sec {
    width: 100%;
    margin-top: 6.2rem;
}

.acct-card-md-thr {
    width: 100%;
}

.acct-card-g-con-box {
    align-self: center;
    width: 55%;
    height: 90px;
    background-color: #78f1ef;
    display: flex;
    border-radius: 15px;
    padding: 13px 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.acct-plus-text-box {
    align-self: flex-end;
    width: 75px;
    padding: 0 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 25px;
}

.acct-plus-text-box .fa-plus {
    font-weight: bold;
    width: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #78f1ef;
    border-radius: 50%;
    font-size: 13px;
}

.acct-plus-text {
    font-weight: 550;
}

.footer-container {
    width: 100%;
    height: fit-content;
    background-color: #78f1ef;
}

.footer-first-row {
    padding: 20px;
    padding: 1% 4%;
}

.footer-flexbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    align-items: center;
}

.footer-image {
    width: 100%;
}

.footer-image img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
}

.footer-content {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
}

.footer-sec-row {
    margin-top: 16px;
    width: 100%;
    background-color: #000;
    padding: 12px;
    box-shadow: 0px -10px 0px white;
}

.footer-sec-row img {
    width: 100%;
    object-position: center;
    object-fit: contain;
    height: 100px;
}

.footer-third-row {
    width: 100%;
    padding: 3% 4% 0.6%;
    background-color: #000;
    border-bottom: 1.9px solid white;
}

.footer-mid-flexbox {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.footer-lists-arranger {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-arranged-list {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.footer-arrange-header {
    font-size: 21px;
    font-weight: bold;
    color: #78f1ef;
}

.footer-list-menu {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.footer-list a {
    color: white;
    text-decoration: none;
}

.footer-lists-btm-arranger {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-joint-flexbox {
    display: flex;
    column-gap: 6rem;
    align-items: center;
}

.footer-btn-first p {
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.footer-btm-link a {
    text-decoration: none;
    color: #78f1ef;
    font-weight: bold;
}

.footer-fourth-row {
    padding: 2% 4%;
    background-color: #000;
}

.footer-fourth-first {
    text-align: center;
    color: white;
    font-size: 14.5px;
}

.footer-fourth-first :is(a) {
    color: #78f1ef;
    font-weight: bold;
}

.footer-fourth-sec {
    text-align: center;
    margin-top: 15px;
    font-variant: small-caps !important;
    font-size: 13px;
    letter-spacing: 1.4px;
    color: white;
}

.footer-fourth-sec :is(a) {
    text-decoration: none;
    color: white;
    font-size: 12px;
}

@media screen and (max-width: 865px) {
    .investments-card-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .acct-cards-flexbox-g {
        flex-direction: column;
    }
}

@media screen and (max-width: 720px) {
    .footer-image img {
        height: 130px;
    }

    .footer-content {
        width: 100%;
        font-size: 13px;
    }

    .footer-sec-row img {
        height: 70px;
    }
}

@media screen and (max-width: 610px) {
    .footer-arranged-list {
        align-items: flex-start;
    }
    .acct-card-md-text {
        font-size: 17px;
        font-weight: 550;
        width: 60%;
        line-height: 1.3;
    }
    .acct-title-bar {
        font-size: 22px;
        align-self: center;
        font-weight: 550;
    }
    .investment-title,
    .invest-card-title {
        font-size: 19px;
    }
    .footer-arrange-header,
    .invest-card-subtitle {
        font-size: 14px;
    }

    .investments-subtitle {
        font-size: 14.5px;
    }

    .footer-list a {
        font-size: 12px;
    }

    .footer-btn-first p {
        font-size: 11px;
    }

    .footer-btm-link a {
        font-size: 11px;
    }

    .footer-fourth-first {
        font-size: 11px;
    }

    .footer-fourth-sec {
        font-weight: bold;
        font-size: 11px;
    }

    .footer-lists-btm-arranger {
        align-items: center;
        flex-direction: column;
    }

    .footer-joint-flexbox {
        column-gap: 10px;
    }

    .footer-mid-flexbox {
        transform: scale(0.9);
    }
}

@media screen and (max-width: 510px) {
    .footer-third-row {
        padding: 0;
    }
}
