.comparison-tool {
    height: 100vh;
    width: 100%;
    padding-inline: 10vw;
    font-family: 'Montserrat';
    display: flex;
    position: relative;
    gap: 10%;
}

.comparison-tool-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-basis: 45%;
    justify-content: center;
}

.comparison-tool-title {
    font-size: 30px;
    line-height: 135%;
    text-align: right;
}

.comparison-tool-explanation {
    font-weight: 500;
    line-height: 155%;
    font-size: 16px;
    text-align: right;
}

.comparison-tool-illustration {
    display: flex;
    flex-grow: 1;
    position: relative;
    flex-direction: column;
    justify-content: center;
}

.comparison-tool-button-wrapper {
    display: flex;
    justify-content: center;
    z-index: 1;
}

.cta-comparison-tool {
    font-weight: 600;
    font-size: 18px;
    border-radius: 30px;
    background: var(--call-to-action-color);
    padding: 20px 30px;
    border: none;
    outline: none;
    font-family: inherit;
    color: #000;
}

.comparison-arrows-illustration {
    position: absolute;
    width: 19vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bar-chart-illustration {
    position: absolute;
    width: 13vw;
    left: -5%;
    bottom: 12%;
}

.A-B-illustration {
    position: absolute;
    width: 8vw;
    right: -5%;
    bottom: 22.5%;
}

.pie-chart-illustration {
    position: absolute;
    width: 9vw;
    left: 0%;
    top: 18%;
}

.tablet-6 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 13vw;
}

.coming-soon-comparison-tool {
    position: absolute;
    z-index: 2;
    left: 4%;
    top: 25%;
    width: 37vw;
}

@media only screen and (min-width: 1600px) {
    .comparison-tool-title {
        font-size: 37px;
    }

    .comparison-tool-explanation {
        font-size: 18px;
    }

    .cta-comparison-tool {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1600px) {
    .comparison-tool-title {
        font-size: 30px;
    }

    .comparison-tool-explanation {
        font-size: 16px;
    }

    .cta-comparison-tool {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1450px) {
    .comparison-tool {
        gap: 5%;
    }

    .comparison-tool-content {
        flex-basis: 55%;
    }
}

@media only screen and (max-width: 1200px) {
    .cta-comparison-tool {
        font-size: 16px;
    }

    .coming-soon-comparison-tool {
        left: 0;
        top: 30%;
    }
}

@media only screen and (max-width: 1100px) {
    .pie-chart-illustration {
        top: 23%;
        width: 10vw;
    }

    .A-B-illustration {
        width: 9vw;
        bottom: 25%;
    }

    .bar-chart-illustration {
        position: absolute;
        width: 14vw;
        left: -5%;
        bottom: 15%;
    }
}

@media only screen and (max-width: 1050px) {
    .comparison-tool {
        flex-direction: column;
    }

    .comparison-tool-illustration {
        order: 2;
    }

    .comparison-tool-content {
        order: 1;
    }

    .comparison-tool-title {
        text-align: left;
    }
    
    .comparison-tool-explanation {
        text-align: left;
    }

    .comparison-tool-content {
        flex-basis: auto;
    }

    .comparison-tool-illustration {
        flex-grow: 0;
        flex-direction: row;
        padding-block: 50px;
    }

    .comparison-arrows-illustration {
        position: static;
        width: 40vw;
        transform: none;
    }

    .cta-comparison-tool  {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .comparison-tool {
        height: auto;
        gap: 50px;
        margin-bottom: 50px;
    }

    .coming-soon-comparison-tool {
        left: 50%;
        top: 50%;
        width: 45vw;
        transform: translate(-50%, -50%);
    }

    .tablet-6 {
        bottom: -50px;
        width: 20vw;
    }

    .bar-chart-illustration {
        position: absolute;
        width: 14vw;
        left: 20%;
        bottom: 0%;
    }
    
    .A-B-illustration {
        width: 10vw;
        left: 15%;
        top: 0;
    }
    
    .pie-chart-illustration {
        width: 11vw;
        right: 15%;
        top: 20%;
        left: auto;
    }
}

@media only screen and (max-width: 800px) {
    .pie-chart-illustration {
        width: 12vw;
        right: 10%;
        top: 20%;
    }

    .A-B-illustration {
        width: 12vw;
        bottom: 25%;
        left: 12.5%;
    }

    .bar-chart-illustration {
        width: 15vw;
        left: 22.5%;
        bottom: 0%;
    }
}

@media only screen and (max-width: 600px) {
    .comparison-tool-title {
        font-size: 28px;
    }

    .comparison-tool-explanation {
        font-size: 15px;
    }

    .comparison-arrows-illustration {
        width: 50vw;
    }

    .cta-comparison-tool  {
        width: 65%;
    }

    .coming-soon-comparison-tool {
        width: 70vw;
    }

    .pie-chart-illustration {
        width: 16vw;
        right: 0%;
        top: 15%;
    }

    .A-B-illustration {
        width: 17vw;
        bottom: 25%;
        left: 5%;
    }

    .bar-chart-illustration {
        width: 22vw;
        left: 10%;
        bottom: 0%;
    }
}

@media only screen and (max-width: 450px) {
    .comparison-arrows-illustration {
        width: 60vw;
    }

    .cta-comparison-tool  {
        width: 80%;
        font-size: 15px;
    }

    .coming-soon-comparison-tool {
        width: 85vw;
    }

    .pie-chart-illustration {
        width: 19vw;
        right: -7%;
        top: 17.5%;
    }

    .A-B-illustration {
        width: 20vw;
        bottom: 25%;
        left: 0%;
    }

    .bar-chart-illustration {
        width: 25vw;
        left: 10%;
        bottom: -2%;
    }

    .tablet-6 {
        width: 25vw;
    }
}