
.content-text .col-b h4 {
    color: rgba(253, 111, 34, 1);
}

.upper-money-cards{
    margin-top: 140px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.text-above-cards {
    margin-left: -750px;
    /* margin-left: -1070px; */
}
.upper-money-cards h2{
    color: rgba(253, 111, 34, 1);
    font-weight: 800;
}
.upper-money-cards.main-card-container {
    margin-top: 50px;
}
.below-card-content {
    background-color: rgba(250, 250, 250, 1);
    width: 1,170px;
    height: 120px;
    padding: 28px, 0px, 28px, 0px;
    border-radius: 8px;
    gap: 10px;
    padding-top: 3px;
    margin-bottom: 70px;
    margin-top: 70px;
    display: grid;
    place-items: center;
    font-size: 20px;
}
.middle-text-left {
    margin-top: 310px;
}
.right-text {
    margin-top: 310px;
}
.below-card-content ul{
    justify-content: center;
    text-align: left;
    /* margin-left: 170px; */
    margin-top: 30px;
    font-size: 20px;
}


.btn-color {
    color: #fff;
}

.btn-color {
    background: #EC661A;
    font-size: 16px;
    font-weight: 700;
    font-family: Pretendard;
    /* Moved font-family to here */
    word-wrap: break-word;
}

.submit-btn {
    padding: 12px 60px;
}

.btn-color:hover {
    color: #fff !important;
}


#footer-container{
    display: none !important;
}


/* mobile view */

@media  (max-width: 768px) {

    .upper-money-cards {
        margin-top: -250px;
        flex-direction: column;
        align-items: center;
    }
    .upper-money-cards h5 {
        display: none;
    }

    .text-above-cards {
        margin-left: 0;
    }

    .upper-money-cards h2 {
        font-size: 24px;
    }

    .main-card-container img{
        width: 290px;
        height:280px
    }

    .below-card-content {
        width: 100%;
        height: auto;
        padding: 10px;
        margin-top: -250px;
    }

    .below-card-content ul {
        margin-left: 0;
        margin-top: 10px;
        font-size: 16px;
    }
    .container-inner .buttons {
        display: none;
    }

    .container-inner {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        justify-content: center;
    }
    .container-inner img {
        margin-top: 5px;
        width: 150px;
        height: 18px;
    }
    .container-inner .content-text {
        display: none;
    }
    .container-inner .buttons {
        display: none;
    }
    .container-inner.content-text h4 {
        color: rgba(253, 111, 34, 1);
    }
    .container-inner.buttons {
        text-align: center;
    }
    .btn.btn-outline-secondary {
        font-size: 14px;
        border-radius: 4px;
    }
    .button-small-screens {
        margin-left: 70px;
    }
    .content-text {
        width: 100%;
        padding-left: 0;
    }
    .content-text .col-a {
        margin-top: 0;
        margin-left: 0;
    }
    .content-text .col-b {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }
}


@media (min-width: 768px) {
    .button-small-screens {
      display: none;
    }
  }
