.main-content-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 6px;
    color: #000000;
   
}
.main-content-wrapper h1 {
    color: #521D6C;
    font-size: 24px;
    margin: 0;
}

.main-content-wrapper p {
    font-size: 16px;
    margin: 0;
    margin-bottom: 4px;
}
.top-section .preview, 
.top-section .builupMi {
    padding: 0;
    margin: 1rem 0;
}
.top-sub-secion {
    display: flex;
    align-items: center;
}
.top-sub-secion .logo-column {
    width: 150px;
    min-width: 120px;
    margin-right: 24px;
}
.top-sub-secion .logo-column img {
    width: 100%;
}
.last-section {
    margin-top: 2rem;
    color: #22577D;
    font-weight: bold;
}
.last-section a {
    color: inherit;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .top-sub-secion {
        display: block;
    }
    .top-sub-secion .logo-column {
        margin-bottom: 1rem;
    }
}

/* Dynamic display section */
.dynamic-section {
    margin: 2rem 0;
}
.milestone-wrapper {
    max-width: 600px;
    margin: 0 auto;
    border: 4px solid;
    display: flex;
    padding: 32px;
    padding-top: 54px;
    position: relative;
}
.milestone-2months {
    display: none;
    color: #D6426E;
}
.milestone-4months {
    display: none;
    color: #D44127;
}
.milestone-6months {
    display: none;
    color: #E06A26;
}
.milestone-9months {
    display: none;
    color: #E69225;
}
.milestone-12months {
    display: none;
    color: #079D5E;
}
.milestone-2years {
    display: none;
    color: #57B3A1;
}
.milestone-3years {
    display: none;
    color: #1787A5;
}
.milestone-4years {
    display: none;
    color: #3971B5;
}
.milestone-5years {
    display: none;
    color: #735592;
}
.milestone-wrapper .close-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.milestone-duration {
    width: 30%;
    text-align: center;
}
.duration {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.milestone-content {
    width: 70%;
    color: #000000;
}
.content-list .item {
    display: flex;
    align-items: center;
    padding: 4px 0;
}
.content-list .item .text{
    font-size:16px;
}
.content-list .item .item-img {
    width: 40px;
    min-width: 40px;
    margin-right: 2rem;
}
.content-list .item .item-img img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .milestone-wrapper {
        display: block;
    }
    .milestone-duration {
        width: 100%;
        padding-bottom: 2rem;
    }
    .milestone-content {
        width: 100%;
    }
}

/* Milestone cards */
.milestone-cards-section {
    padding-bottom: 2rem;
    width: 100%;
}
.milestone-cards {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.milestone-card {
    color: #FFFFFF;
    cursor: pointer;
    width: 200px;
    height: 200px;
    margin: 10px;
    display: inline-block;
}
.milestone-card .milestone-crd {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#month2 {
    color: #D23261;
    border: 4px solid #D6426E;
}
#month4 {
    color: #D44127;
    border: 4px solid #D44127;
}
#month6 {
    color: #CA4B02;
    border: 4px solid #E06A26;
}
#month9 {
    color: #9D6E00;
    border: 4px solid #E69225;
}
#month12 {
    color: #068851;
    border: 4px solid #079D5E;
}
#year2 {
    color: #3B8274;
    border: 4px solid #57B3A1;
}
#year3 {
    color: #16809C;
    border: 4px solid #1787A5;
}
#year4 {
    color: #3971B5;
    border: 4px solid #3971B5;
}
#year5 {
    color: #735592;
    border: 4px solid #735592;
}
@media screen and (max-width: 885px) {
    .milestone-card {
        width: 28.5%;
        height: 22.21vw;
        margin: 1%;
        margin-bottom: 2%;
    }
    .milestone-card .duration {
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .milestone-card {
        width: 45%;
        height: 34.85vw;
    }
}