.list-row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1290px;
    margin: 0 auto;
    gap: 34px;
}

h2 {
    font-size: 48px;
    font-weight: 700;
    font-family: "Poppins", 'sans-serif';
}

h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Inter", 'sans-serif';
}

.list-lg-4 {
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 100%;
}

.pricing-title {
    line-height: 54px;
}

.pricing-wrapper .pricing-subtitle {
    color: #4637FF;
    text-transform: uppercase;
    margin-bottom: 26px;
    letter-spacing: .7px;
}

.pricing-wrapper {
    text-align: center;
    padding-top: 49px;
    padding-bottom: 51px;
    max-width: 850px;
    margin: 0 auto;
}

.list-main-content {
    background-color: #0A4B99;
    color: #fff;
    font-family: "Poppins", 'sans-serif';
    padding-top: 24px;
    padding-bottom: 24px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.list-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.list-sub-title {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.list-info {
    margin: 0 34px;
    border-top: 1px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.list-main-info-wrapper {
    border-bottom: 1px solid #D9D9D9;
}

.list-price {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding-top: 14px;
    line-height: 1.5;
}

.list-price-subtitle {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.pricing-list {
    padding: 0 15px;
}

body .pricing-list-hero {
    object-fit: cover;
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    max-height: 203px;
    height: 100%;
}

.pricing {
    padding-bottom: 112px;
}

@media (max-width: 1200px) {
    .list-info {
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 18px;
    }

    .pricing-title {
        line-height: 1.4;
    }
}

@media (max-width: 990px) {
    .list-row {
        flex-direction: column;
        gap: 54px;
    }

    .list-info {
        flex-direction: row;
    }

    .list-lg-4 {
        max-width: 375px;
        margin: 0 auto;
    }

    .pricing-wrapper {
        padding: 40px 15px;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 24px;
    }

    .pricing-wrapper .pricing-subtitle {
        margin-bottom: 5px;
    }

    .pricing {
        padding-bottom: 80px;
    }
}

@media (max-width: 500px) {
    h2 {
        font-size: 20px;
    }
}
