.figma-banner-3 {
    width: 100%;
    min-width: 100%;
    height: 558px;
    background: #151E30;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}

.figma-banner-content {
    position: absolute;
    width: 724px;
    left: 50%;
    top: 135px;
    transform: translateX(-50%);
    z-index: 2;
    box-sizing: border-box;
}

.figma-banner-title-container {
    width: 716px;
    margin: 0 auto 15px auto;
    text-align: center;
}

.figma-banner-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

.figma-banner-text-1,
.figma-banner-text-2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: white;
    line-height: 18px;
    width: 724px;
    margin: 0 auto;
    text-align: center;
    white-space: pre-line;
    box-sizing: border-box;
}

.figma-banner-text-1 {
    margin-bottom: 15px;
}

.figma-banner-text-2 {
    margin-bottom: 40px;
}

.figma-banner-button-container {
    width: 724px;
    margin: 0 auto;
    text-align: center;
}

.figma-banner-button {
    width: 244px;
    height: 54px;
    background: white;
    border: 2px solid white;
    border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #151E30;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1;
    vertical-align: middle;
    padding: 0;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;

    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.figma-banner-button:hover {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.8);
    color: white;
    text-decoration: none;
}

.figma-banner-button:active {
    transform: translateY(1px);
}

.figma-banner-image-left {
    position: absolute;
    width: 405px;
    height: 405px;
    left: 228px;
    top: 84px;
    box-sizing: border-box;
}

.figma-banner-image-right {
    position: absolute;
    width: 378px;
    height: 378px;
    right: 228px;
    top: 90px;
    transform: rotate(0deg);
    box-sizing: border-box;
}

.figma-banner-image-left img,
.figma-banner-image-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-sizing: border-box;
}

@media (max-width: 1919px) {
    .figma-banner-3 {
        height: 558px;
    }
}

@media (max-width: 1799px) {
    .figma-banner-image-left img,
    .figma-banner-image-right img {
        opacity: 0.4;
    }
}

@media (max-width: 1439px) {
    .figma-banner-3 {
        height: 500px;
    }

    .figma-banner-content {
        width: 650px;
        top: 120px;
    }

    .figma-banner-title-container {
        width: 650px;
    }

    .figma-banner-title {
        font-size: 38px;
    }

    .figma-banner-text-1,
    .figma-banner-text-2 {
        width: 650px;
        font-size: 14px;
        line-height: 17px;
    }

    .figma-banner-button-container {
        width: 650px;
    }

    .figma-banner-button {
        width: 230px;
        height: 52px;
        font-size: 17px;
    }

    .figma-banner-image-left {
        width: 360px;
        height: 360px;
        left: 160px;
        top: 80px;
    }

    .figma-banner-image-right {
        width: 340px;
        height: 340px;
        right: 160px;
        top: 85px;
    }
}

@media (max-width: 1279px) {
    .figma-banner-3 {
        height: 480px;
    }

    .figma-banner-content {
        width: 580px;
        top: 100px;
    }

    .figma-banner-title-container {
        width: 580px;
    }

    .figma-banner-title {
        font-size: 34px;
    }

    .figma-banner-text-1,
    .figma-banner-text-2 {
        width: 580px;
        font-size: 14px;
    }

    .figma-banner-text-2 {
        margin-bottom: 30px;
    }

    .figma-banner-button-container {
        width: 580px;
    }

    .figma-banner-button {
        width: 220px;
        height: 50px;
    }

    .figma-banner-image-left {
        width: 320px;
        height: 320px;
        left: 100px;
        top: 90px;
    }

    .figma-banner-image-right {
        width: 300px;
        height: 300px;
        right: 100px;
        top: 95px;
    }
}

@media (max-width: 1023px) {
    .figma-banner-3 {
        height: 420px;
    }

    .figma-banner-content {
        width: 500px;
        top: 60px;
    }

    .figma-banner-title-container {
        width: 500px;
    }

    .figma-banner-title {
        font-size: 30px;
    }

    .figma-banner-text-1,
    .figma-banner-text-2 {
        width: 500px;
        font-size: 13px;
        line-height: 16px;
    }

    .figma-banner-button-container {
        width: 500px;
    }

    .figma-banner-button {
        width: 210px;
        height: 48px;
        font-size: 16px;
    }

    .figma-banner-image-left {
        width: 280px;
        height: 280px;
        left: 50px;
        top: 120px;
    }

    .figma-banner-image-right {
        width: 260px;
        height: 260px;
        right: 50px;
        top: 125px;
    }
}

@media (max-width: 767px) {
    .figma-banner-image-left img,
    .figma-banner-image-right img {
        opacity: 1;
    }

    .figma-banner-3 {
        height: 600px;
    }

    .figma-banner-content {
        width: 90%;
        max-width: 450px;
        top: 50px;
    }

    .figma-banner-title-container {
        width: 100%;
    }

    .figma-banner-title {
        font-size: 28px;
        white-space: normal;
    }

    .figma-banner-text-1,
    .figma-banner-text-2 {
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        white-space: normal;
    }

    .figma-banner-text-2 {
        margin-bottom: 30px;
    }

    .figma-banner-button-container {
        width: 100%;
    }

    .figma-banner-button {
        width: 220px;
        height: 48px;
        font-size: 16px;
    }

    .figma-banner-image-left {
        width: 200px;
        height: 200px;
        left: 50%;
        top: 350px;
        transform: translateX(-120%);
        opacity: 1;
    }

    .figma-banner-image-right {
        width: 180px;
        height: 180px;
        right: 50%;
        top: 360px;
        transform: translateX(120%);
        opacity: 1;
    }
}

@media (max-width: 479px) {
    .figma-banner-3 {
        height: 550px;
    }

    .figma-banner-content {
        top: 40px;
        width: 90%;
        max-width: 350px;
    }

    .figma-banner-title {
        font-size: 24px;
    }

    .figma-banner-text-1,
    .figma-banner-text-2 {
        font-size: 13px;
        line-height: 16px;
    }

    .figma-banner-text-2 {
        margin-bottom: 25px;
    }

    .figma-banner-button {
        width: 200px;
        height: 46px;
        font-size: 15px;
    }

    .figma-banner-image-left {
        width: 160px;
        height: 160px;
        top: 320px;
        transform: translateX(-140%);
    }

    .figma-banner-image-right {
        width: 140px;
        height: 140px;
        top: 330px;
        transform: translateX(140%);
    }
}

@media (max-width: 374px) {
    .figma-banner-3 {
        height: 360px;
    }

    .figma-banner-content {
        top: 30px;
        max-width: 300px;
    }

    .figma-banner-title {
        font-size: 22px;
    }

    .figma-banner-text-1,
    .figma-banner-text-2 {
        font-size: 12px;
        line-height: 15px;
    }

    .figma-banner-button {
        width: 180px;
        height: 44px;
        font-size: 14px;
    }

    .figma-banner-image-left,
    .figma-banner-image-right {
        display: none;
    }
}