.brief-block {
    position: relative;
    background: var(--grey-bg);
    padding: 180px 0;
    overflow: hidden;
}

.brief-block .circle {
position: absolute;
width: 1391.89px;
height: 346px;
left: -527.12px;
top: 578.02px;
background: radial-gradient(50% 50% at 50% 50%, #FF5E32 0%, #FF9575 100%);
filter: blur(150px);
transform: rotate(1.22deg);
flex: none;
order: 2;
flex-grow: 0;
z-index: 2;
}

.brief-block img{
    position: absolute;
    right: 100px;
    top: 0;
}

.brief-block .title-2{
    margin-bottom: 24px;
}

.brief-block .subtitle{
    padding-bottom: 60px;
    color: var(--grey);
}

.brief-block .primary-btn-large{
    display: inline-block;
}

@media (max-width: 1919px) {
    .brief-block{
        padding: 100px 0;
    }

    .brief-block .title-2{
        max-width: 507px;
    }

    .brief-block .subtitle{
        max-width: 507px;
        padding-bottom: 40px;
    }

    .brief-block img{
        height: 100%;
        right: 40px;
    }
}

@media (max-width: 1439px) {
    .brief-block{
        padding: 80px 0;
    }
    .brief-block .title-2 {
        margin-bottom: 20px;
    }
    .brief-block .subtitle{
        padding-bottom: 32px;
    }

    .brief-block img{
        right: -103px;
        bottom: -96px;
        height: 436px;
        top: auto;
    }

    .brief-block .circle {
    position: absolute;
    width: 1391.89px;
    height: 346px;
    left: -533.62px;
    top: 372px;
    background: radial-gradient(50% 50% at 50% 50%, #FF5E32 0%, #FF9575 100%);
    filter: blur(150px);
    transform: rotate(1.22deg);
    flex: none;
    order: 2;
    flex-grow: 0;
    z-index: 2;

    }
}

@media (max-width: 1279px) {
    .brief-block{
        padding: 60px 0;
    }

    .brief-block .title-2 {
        margin-bottom: 16px;
        max-width: 424px;
    }

    .brief-block img{
        right: -134px;
        bottom: 0;
        height: 287px;
    }

    .brief-block .circle {
    position: absolute;
    width: 1391.89px;
    height: 346px;
    left: -579.62px;
    top: 376px;
    background: radial-gradient(50% 50% at 50% 50%, #FF5E32 0%, #FF9575 100%);
    filter: blur(150px);
    transform: rotate(1.22deg);
    flex: none;
    order: 2;
    flex-grow: 0;
    z-index: 2;
    }

    .brief-block .subtitle{
        max-width: 424px;
    }
}

@media (max-width: 767px) {
    .brief-block {
        padding-top: 40px;
        padding-bottom: 60px;
        background: linear-gradient(180deg, #EFEFF4 81.33%, #FF5E32 125.13%);

    }

    .brief-block .container{
        display: flex;
        flex-direction: column;
    }

    .brief-block img{
       position: static;
       order: 0;
       width: 100%;
       height: auto;
    }
    .brief-block .title-2 {
        order: 1;
        margin-top: 40px;
        text-align: center;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .brief-block .subtitle{
        order: 2;
        text-align: center;
        max-width: 100%;
        }

    .brief-block .primary-btn-large{
        order: 3;
        width: fit-content;
        margin: 0 auto;
    }

    .brief-block .circle {
        display: none;
    }
}

@media (max-width: 579px) {
    .brief-block .title-2 {
        max-width: 323px;
    }
}