
.product-suite-banner {
    float: right;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    width: 50%;
    height: 100%;
}

.product-suite-banner-overlay {
    background-image: linear-gradient(to left, #8D094A00, white);
    float: right;
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    top: 0;
}

.full-screen-width {
    background-color: #F6F6F6;
}

.banner-title {
    font-size: 5.5rem;
}

.product-bullet-list {
    font-size: 2.2rem;
    font-family: system-ui;
    font-weight: 100;
    color: #004C87;
    margin-bottom: 20px;
}

.product-bullet-list-yellow {
    font-size: 2.2rem;
    font-family: system-ui;
    font-weight: 100;
    color: #5e5e5e;
    margin-bottom: 20px;
}
.dark-blue-list {
    color: #1D2D50;
}
.blue-list {
    color: #6BC4E8;
}
.red-list {
    color: #D9000D;
}
.yellow-list {
    color: #F5D93F;
}
.purple-list {
    color: #A368C1;
}
.orange-list {
    color: #E29054;
}
.product-bullet-list:before {
    content: "·";
    font-size: 230px;
    vertical-align: middle;
    line-height: 20px;
    position: relative;
    top: -19px;
}
.product-bullet-list-yellow:before {
    content: "·";
    font-size: 230px;
    vertical-align: middle;
    line-height: 20px;
    position: relative;
    top: -19px;
    color: #36d3c0;
}


@media (max-width: 1000px) {
    .product-suite-banner {
        width: 100%;
    }

    .product-suite-banner-overlay{
        width: 100%;
    }
}

@media (min-width: 1320px) {
    .full-screen-width {
        right: 50%;
        left: 50%;
        margin-right: -50vw;
        margin-left: -50vw;
    }
}

@media (max-width: 940px) {
    .laptop-img{
        display: none;
    }
}

@media (max-width: 585px) {
    .banner-title {
       font-size: 4rem;
    }
}

@media (max-width: 430px) {
    .banner-title {
        font-size: 3rem;
    }
}
