.finance-firstscreen {
    position: relative;
}

.finance-firstscreen::after,
.finance-firstscreen::before{
    content: '';
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(52, 220, 162, 0.66) 0%, rgba(52, 220, 162, 0) 100%);
    border-radius: 50%;
    z-index: 1;
}



.finance-firstscreen .tg-container {
    position: relative;
    z-index: 2;
}

.finance-firstscreen__row {
    display: flex;
}

.finance-firstscreen__title {
    margin-bottom: 10px;
}

.finance-firstscreen__title p{
    margin-bottom: 0;
}

.finance-firstscreen__title strong{
    font-weight: 700;
    color: #34DCA2;
}

.finance-firstscreen__text {
    max-width: 555px;
    font-weight: 600;
    line-height: 150%;
    color: #10173C;
}

.finance-firstscreen__list ul{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.finance-firstscreen__list ul li{
    list-style: none;
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #10173C;

}

.finance-firstscreen__list ul li::before{
    content: '';
    width: 8px;
    height: 8px;
    background: #34DCA2;
    border-radius: 50%;
}
.finance-firstscreen .finance-firstscreen__button {
    display: inline-flex;
    min-width: 192px;
    margin-bottom: 30px;
    box-shadow: 0px 17px 26px rgba(52, 220, 162, 0.19);
}
.finance-firstscreen__bottom-text {
    font-weight: 500;
    font-size: 11px;
    line-height: 150%;
    color: #9296A6;
}

.finance-firstscreen__item-right {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.finance-firstscreen__item-right img {
    position: relative;
    z-index: 2;
}

.finance-firstscreen__decor {
    position: absolute;
    bottom: -118px;
    left: -96px;
    z-index: 1;
    background: center/ contain no-repeat url("/wp-content/uploads/2023/02/first-screen-decor.svg");
}

.finance-firstscreen__image {
    position: relative;
}

.finance-firstscreen__image::after,
.finance-firstscreen__image::before{
    content: '';
    position: absolute;
}

.finance-firstscreen__image::after {
    background:center/ contain no-repeat url("/wp-content/uploads/2023/02/fs-circle-1.svg");
    right: -100px;
    bottom: 125px;
    width: 40px;
    height: 40px;
}

.finance-firstscreen__image::before {
    background:center/ contain no-repeat url("/wp-content/uploads/2023/02/fs-circle-2.svg");
    left: 10px;
    top: 40px;
    width: 60px;
    height: 60px;
}

@media screen and (min-width: 1200px) {

}

@media screen and (min-width: 768px) and (max-width: 1200px){
    .finance-firstscreen__image {
        margin-bottom: -25px;
    }
}
@media screen and (min-width: 991px) {

    .finance-firstscreen__decor {
        width: 641px;
        height: 641px;
    }
}

@media screen and (max-width: 991px) {
    .finance-firstscreen__title {
        font-size: 36px;
    }

    .finance-firstscreen__decor {
        width: 341px;
        height: 341px;
    }
}

@media screen and (min-width: 768px) {
    .finance-firstscreen {
        padding-top: 170px;
        padding-bottom: 100px;
    }

    .finance-firstscreen__item-left {
        flex-basis: 720px;
    }

    .finance-firstscreen__item-right {
        flex-basis: 400px;
    }

    .finance-firstscreen__image {
        margin-top: -40px;
    }

    .finance-firstscreen__row {
        gap: 10px;
    }

    .finance-firstscreen__text {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .finance-firstscreen__button {
        margin-top: 40px;
    }

    .finance-firstscreen__bottom-text {
        max-width: 381px;
    }

    .finance-firstscreen__title {
        max-width: 550px;
    }

    .finance-firstscreen::after {
        top: 105px;
        right: -155px;
    }

    .finance-firstscreen::before {
        bottom: -48px;
        right: 400px;
    }

    .finance-firstscreen::after,
    .finance-firstscreen::before{
        width: 240px;
        height: 240px;
    }
}


@media screen and (max-width: 768px) {
    .finance-firstscreen {
        padding-top: 128px;

    }

    .finance-firstscreen .tg-container {
        padding: 0;
    }

    .finance-firstscreen__text {
        font-size: 16px;
    }

    .finance-firstscreen__button {
        margin-top: 30px;
    }

    .finance-firstscreen__row {
        flex-direction: column;
        gap: 10px;
    }

    .finance-firstscreen__list{
        display: none;
    }

    .finance-firstscreen::after,
    .finance-firstscreen::before{
        width: 83px;
        height: 83px;
    }

    .finance-firstscreen::before {
        width: 100px;
        height: 100px;
        right: -20px;
        top: 359px;
    }

    .finance-firstscreen::after {
        width: 120px;
        height: 120px;
        bottom: 220px;
        left: -60px;
    }

    .finance-firstscreen__image::before {
        left: 5px;
        top: 78px;
        width: 44px;
        height: 44px;
    }

    .finance-firstscreen__image::after {
        right: -23px;
        bottom: 84px;
        width: 29px;
        height: 30px;
    }

    .finance-firstscreen__image {
        max-width: 287px;
    }

    .finance-firstscreen__decor {
        bottom: -38px;
        left: -65px;
        width: 400px;
        height: 400px;
    }
}