.heroBanner {
    padding: 150px 0;
}

section.financialVictorySection {
    padding: 120px 0;
}

.financialVictorySection .sectionHeading {
    text-align: center;
    margin-bottom: 70px;
}

.financialVictorySection .sectionHeading p {
    max-width: 645px;
    margin: 30px auto 0;
}

.finVictoryRow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.finVictoryRow:nth-child(odd) {
    flex-direction: row-reverse;
    margin: 80px 0;
}

.finVictoryText {
    width: 60%;
    padding-right: 30px;
}

.finVictoryRow:nth-child(odd) .finVictoryText {
    padding-right: 0;
    padding-left: 40px;
}

.finVictoryText p {
    margin: 25px 0 0;
    font-size: 18px;
    line-height: 28px;
}

.finVictoryText table {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #ddd;
    margin: 20px 0 0;
}

.finVictoryText table thead th {
    background-color: #4AB53E;
    color: #fff;
    font-weight: 600;
}

.finVictoryText table th, .finVictoryText table td {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 15px;
    text-align: left;
    border-bottom: solid 1px #ddd;
    font-weight: 600;
}

.finVictoryImage {
    width: 40%;
    display: flex;
}

.finVictoryImage img {
    width: 100%;
    object-fit: cover;
    height: 350px;
}

.finVictoryText ul {
    list-style: disc;
    padding-left: 20px;
}

.finVictoryText ul li {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
    color: #7A7A7A;
}

section.impOfTaxPlanning {
    background-color: #F8F8F8;
    padding: 100px 0;
}

.impOfTaxPlanning .sectionHeading {
    text-align: center;
    margin-bottom: 70px;
}


@media only screen and (max-width:991px){
    .finVictoryRow:nth-child(odd) .finVictoryText {
        padding-right: 0;
        padding-left: 0;
    }
    
    .finVictoryText {
        width: 100%;
        padding-right: 0;
    }

    .finVictoryImage {
        width: 100%;
        margin-bottom:30px ;
    }

    .finVictoryText table th, .finVictoryText table td {
        display: block;
    }
    
    .finVictoryRow {
        flex-direction: column-reverse;
    }

    .finVictoryRow:nth-child(odd) {
        flex-direction: column-reverse;
        margin: 40px 0;
    }

    section.financialVictorySection {
        padding: 60px 0;
    }

    .heroBanner {
        padding: 80px 0 130px;
    }

    section.impOfTaxPlanning {
        padding: 40px 0;
    }
}