#top-section {
    background-image: url('../img/price1 webp.webp');
}
#free-section .single-free .title {
    margin-bottom: 25px;
}
#free-section .single-free .desc-li{
    list-style: disc;
}
#free-section .single-free .desc {
    width: 90%;
}
#free-section .single-free .desc-li li{
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    --XTwg7g: 0;
    color: rgb(18, 60, 105);
    font-kerning: none;
    text-decoration: none;
    width: 90%;
    margin-bottom: 15px;
    margin-left: 20px;
}
#free-section .single-free .img-abs {
    width: 90px;
    max-width: 20%;
    position: absolute;
    bottom: AUTO;
    TOP: 20PX;
    right: 25px;
}
#free-section  li b {
    font-weight: 700;
}
#free-section  li span {
    color: rgb(178, 56, 80);
    font-weight: 700;
}
#free-section .center-free .single-free img {
    width: 120px;
    max-width: 25%;
    position: absolute;
    bottom: auto;
    top: 20px;
    right: 20px;
}
#free-section .center-free .desc-li {
    margin-top: 80px;
    margin-bottom: 104px;
}
#free-section .right-free {
    max-height: 415px;
}
#free-section .single-free {
    max-height: 415px;
}
#free-section .single-free img {
    max-width: 70%;
}
#free-section .right-free .thumb {
    text-align: center;
}





.price-table {
    margin-bottom: 40px;
}
.price-table-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 40px;
}
.price-table-title h2 {
    font-size: 65px;
    font-weight: 700;
    font-style: normal;
    --XTwg7g: 0;
    color: #123c69;
    font-kerning: none;
    text-decoration: none;
    margin-right: 30px;


}
.price-table-title p {
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    --XTwg7g: 0;
    color: rgb(18, 60, 105);
    font-kerning: none;
    text-decoration: none;
    
}
.price-table table {
    border-bottom: 1px solid #123c69;
    min-width: 1260px;
}
.price-table thead {
    background: var(--blue-gradient);
    border-collapse: separate;
    border-radius: 10px;
    padding: 0px 30px;
}
.price-table tr {  
    border-collapse: separate;
    border-radius: 10px;
    padding: 0px 30px;
}
.price-table thead th {
    padding: 20px 0px;
    color: #ffffff;
    font-size: 18px;
    vertical-align: middle;
}
.price-table tbody td {
    padding: 20px 0;
    color: #123c69;
    font-size: 14px;
    padding-right: 20px;
    line-height: 1.2;
    vertical-align: middle;
    width: fit-content;
}
.price-table tbody td span {
    display: block;
    font-weight: 400;
    font-size: 13px;
}
.price-table tbody td p {
    margin-bottom: 12px;
}
.price-table tbody tr b {
    font-weight: 700;
}
.price-table thead th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 30px;
}
.price-table thead th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.price-table tbody td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 6px;
}
.price-table tbody td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 700;
    font-size: 22px;
    width: 120px;
}
tbody tr:nth-child(even) {
  background: var(--blue2-gradient); /* Light gray background for even rows */
}

tbody tr:nth-child(odd) {
  background-color: #ffffff; /* White background for odd rows (optional, as it's the default) */
}
.price-table > p {
    color: #123c69;
    font-size: 16px;
    padding-right: 20px;
    line-height: 1.2;
    vertical-align: middle;
    width: 490px;
    max-width: 100%;
    padding: 20px 0;
}
.price-table > p b {
    font-weight: 700;
}



@media(max-width: 768px)
{
    #free-section .single-free {
        max-height: fit-content;
    }
    #free-section .right-free {
        max-height: fit-content;
    }
    .price-table-title {
        flex-wrap: wrap;
    }
    .price-table-title h2 {
        margin-bottom: 12px;
        font-size: 46px;
    }
}

@media (max-width: 600px) {
    #top-section {
        background-position: center 210px;
        background-size: 300px;
    }
}


@media (max-width: 500px) {
    #top-section {
        background-position: center 180px;
        background-size: 300px;
    }
}

@media(max-width: 400px)
{
    .price-table-title h2 {
        margin-bottom: 12px;
        font-size: 40px;
    }
}



@media(max-width: 350px)
{
    .price-table-title h2 {
        margin-bottom: 12px;
        font-size: 35px;
    }
    #free-section .single-free .title {
        font-size: 20px;
    }
}