.FinancialForecastMain section, .WeclomeFinancialForecastSection .wrap{
    margin: 0 auto;
    text-align: center;
}

.FinancialForecastMain .btn{
    width: 100%;
    max-width: 320px;
    min-width: 75px;
    height: auto;
    text-align: center;
    align-self: center;
    align-items: center;
    align-content: center;
    padding: 20px; 
}
.FinancialForecastMain .WeclomeFinancialForecastSection{
    margin: 0 auto;
}
.FinancialForecastMain section{
    margin: 100px auto 100px;
}
.FinancialForecastMain h1, 
.FinancialForecastMain h2, 
.FinancialForecastMain h3, 
.FinancialForecastMain h4, 
.FinancialForecastMain p{
    margin: 0;
    color: #000;
}
.FinancialForecastMain p{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}
.FinancialForecastMain b{
    font-weight: 600;
}
.titleSection{
    font-family: "Source Sans Pro";
    font-size: 36px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.subtitleSection{
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

@media (min-width: 576px) {
    .FinancialForecastMain section, .WeclomeFinancialForecastSection .wrap,
    .BonusForYouContainer{
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .FinancialForecastMain section, .WeclomeFinancialForecastSection .wrap,
    .BonusForYouContainer{
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .FinancialForecastMain section, .WeclomeFinancialForecastSection .wrap,
    .BonusForYouContainer{
        max-width: 960px;
    }
}
@media (min-width: 1260px) {
    .FinancialForecastMain section, .WeclomeFinancialForecastSection .wrap,
    .BonusForYouContainer{
        max-width: 1200px;
    }
}


.WeclomeFinancialForecastSection{
    max-width: 100% !important;
    width: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), 
                      url('../img/WelcomeFinancialForecastBanner.jpeg');
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative;
    padding-bottom: 50px;
}

.WeclomeFinancialForecastSection .infoWelcomeText{
    margin: 300px 0 30px;
    max-width: 685px;
}

.WeclomeFinancialForecastSection .infoWelcomeText h1{
    font-family: "Source Sans Pro";
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
    max-width: 600px;
    margin-bottom: 20px;
}

.WeclomeFinancialForecastSection .infoWelcomeText h2 {
    font-family: "Source Sans Pro";
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}

.WeclomeFinancialForecastSection .infoWelcomeText h3{
    font-family: "Source Sans Pro";
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    margin-bottom: 20px;
}
.infoWelcomeText span{
    font-family: "Source Sans Pro";
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #f2a873;
}
.ulListWelcomeText li{
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-left: 40px;
    position: relative;
    margin-bottom: 20px;
}

.ulListWelcomeText li::before{
    content: "";
    background-image: url('../img/imagesLuckyCalendar/сheck.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 1.5rem;
    height: 2.5rem;
    left: -40px;
    box-sizing: border-box;
}
.ReviewsImgSection  .subtitleSection{
    font-size: 24px;
}
.WhyDoYouSection .subtitleSection{
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.BonusForYouSection{
    background-color: #F7F9F8;
    max-width: 100% !important;
    width: 100% !important;
}
.BonusForYouContainer{
    margin: 0 auto;
    padding: 40px 0;
}
.BonusForYouSection .titleSection{
    color: #F2A873;
    margin-bottom: 35px;
}

.infoBonusForYou{
    display: flex;
    flex-wrap: wrap;
}

.textBonusForYou{ 
    width: 65%;
    text-align: left;
}
.ulTitleBonusForYou{
    font-weight: 600 !important;
    margin-top: 45px !important;
}
.ulBonusForYou{
    list-style-type: disc;
    margin-left: 28px;
    margin-bottom: 45px;
}
.ulBonusForYou li{
    line-height: 30px;
}
.textBonusForYou h2{
    font-family: "Source Sans Pro";
    font-size: 28px;
    font-weight: 600;
    color: #F2A873;
}
.infoBonusForYou img{
    width: 35%;
    object-fit: cover;
}

.FinancialForecastMain .HowWorkSection .howWorkList{
    grid-template-rows: repeat(3, 150px);
}
.FinancialForecastMain .HowWorkSection .howWorkList p{
    margin-top: 20px;
    margin-right: 35px;
}
.FinancialForecastMain .ReviewsImgSection{
    margin-top: 50px;
}

.ReviewsImgSection .titleSection span{
    color: #F2A873;
}
.ReviewsImgSection .subtitleSection{
    margin: 30px auto;
}
.reviewsImgList{
    display: flex;
    column-gap: 60px;
    justify-content: center;
}

.reviewsImgList img{
    width: 200px;
    height: 350px;
}
.FinancialForecastMain .PriceInfoSection .subtitleSection{
    max-width: 670px;
    margin: 0 auto;
}
.FinancialForecastMain .pricing-card{
    width: 300px !important;
}

.FinancialForecastMain .pricing-card h2{
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.FinancialForecastMain .pricing-card h3{
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-weight: 600;
}

.FinancialForecastMain .pricing-card .price{
    font-size: 36px;
    padding: 20px;
}

.FinancialForecastMain .pricing-card .old-price{
    font-size: 16px;
}

.FinancialForecastMain .pricing-card .description{
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 30px;
}

.FinancialForecastMain .pricing-card  .pricing-grey{
    padding-top: 30px;
}
@media (max-width: 1260px) {
    .ReviewsImgSection .titleSection{
        max-width: 745px;
        margin: 0 auto;
    }
}
@media (max-width: 1100px) {
    .reviewsImgList{
        flex-wrap: wrap;
        gap: 50px;
    }
    .reviewsImgList img{
        width: 30%;
        height: auto;
    }
}
@media (max-width: 995px) {
    .textBonusForYou {
        width: 50%;
    }
    .infoBonusForYou img{
        width: 45%;
        margin-left: auto;
    }
}
@media (max-width: 770px) {
    .WeclomeFinancialForecastSection {
        background-position: right;
    }
    .textBonusForYou {
        width: 100%;
    }
    .infoBonusForYou img{
        display: none;
    }
    .reviewsImgList img{
        width: 45%;
        height: auto;
    }
    .textBonusForYou h2{
        text-align: center;
    }
}

@media (max-width: 700px) {
    .FinancialForecastMain section {
      padding: 0 40px;
    }
    .FinancialForecastMain .WeclomeFinancialForecastSection {
        padding-bottom: 50px;
    }
    .FinancialForecastMain p{
        font-size: 18px;
    }
    .WeclomeFinancialForecastSection .infoWelcomeText h1,
    .WeclomeFinancialForecastSection .infoWelcomeText h3{
        font-size: 24px;
    }
    .WeclomeFinancialForecastSection .infoWelcomeText h2{
        font-size: 32px;
    }
    .ulListWelcomeText li{
        font-size: 18px;
    }
}

@media (max-width: 580px) {
    .reviewsImgList img{
        width: 65%;
        height: auto;
    }
}

@media (max-width: 510px) {
    .FinancialForecastMain .PriceInfoSection .titleSection,
    .FinancialForecastMain .PriceInfoSection .subtitleSection{
        padding: 0 30px;
    }
    .FinancialForecastMain .howWorkItemsNone{
        display: none;
    }
    
    .FinancialForecastMain .HowWorkSection .howWorkList {
        grid-template-columns: 50px 1fr;
        grid-template-rows: repeat(3, auto);
        row-gap: 40px;
      }


    .FinancialForecastMain .howWorkList .line{
        display: none;
    }
    .FinancialForecastMain #howWorkItemsP_1, .FinancialForecastMain #howWorkItemsP_3{
        grid-column-start: 2;
        text-align: left;
        margin-left: 35px;
    }
    .FinancialForecastMain #howWorkItemsNodeLine_1{
        grid-row-start: 1;
        grid-column-start: 1;
    }
    .FinancialForecastMain #howWorkItemsNodeLine_3{
        grid-row-start: 3;
        grid-column-start: 1;
    }
    .FinancialForecastMain .PriceInfoSection{
        padding: 0;
    }
}

@media (max-width: 400px) {
    .reviewsImgList img {
        width: 80%;
        height: auto;
    }
    
}