.forte-power-blocks {

}
.forte-power-blocks .power-container {

}
.forte-power-blocks .power-flex {
    display: flex;
    align-items: center;
}
.forte-power-blocks .power-card {
    flex: 1;
    width: 100%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 26px 29px;
}
.forte-power-blocks .power-card:nth-child(1) {
    background-position: center 75%;
}
.forte-power-blocks .power-card:nth-child(2) {
    background-position: 60% 95%;
}
.forte-power-blocks .power-card:nth-child(3) {
    background-position: 92% 95%;
}
.forte-power-blocks .power-card .power-cart-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
    max-width: 390px;
    background: rgba(53, 53, 53, 0.51);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    padding: 27px 31px 22px;
    clip-path: polygon(0 0, calc(100% - 35px) 0, 100% calc(0% + 35px), 100% 100%, 0 100%, 0 0);
}
.forte-power-blocks .power-card .power-cart-content-top {

}
.forte-power-blocks .power-card .power-cart-content h4 {
    font-family: "Unbounded", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    line-height: 1.25;
    color: #fff;
    margin: 0 0 9px;
}
.forte-power-blocks .power-card .power-cart-content p {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.02rem;
    line-height: 1.5;
    color: #fff;
    margin: 0;
}
.forte-power-blocks .power-card .power-cart-content .power-cart-content-link {
    text-align: end;
}
.forte-power-blocks .power-card .power-cart-content .power-cart-content-link a {
    font-family: "Unbounded", sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.2rem;
    color: #fff;
    text-decoration: none;
}
.forte-power-blocks .power-card .power-cart-content .power-cart-content-link a::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'><path d='M7.53125 8.28033C7.94546 8.28033 8.28125 7.94455 8.28125 7.53033L8.28125 0.780335C8.28125 0.366121 7.94546 0.0303346 7.53125 0.0303346C7.11704 0.0303346 6.78125 0.366121 6.78125 0.780335V6.78033H0.78125C0.367036 6.78033 0.0312501 7.11612 0.0312501 7.53033C0.0312501 7.94455 0.367036 8.28033 0.78125 8.28033L7.53125 8.28033ZM0.53125 0.530334L0.000919923 1.06066L7.00092 8.06066L7.53125 7.53033L8.06158 7L1.06158 4.39584e-06L0.53125 0.530334Z' fill='%23F6F6F6'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}

@media (max-width: 1189px) {
    .forte-power-blocks .power-card .power-cart-content {
        min-height: 190px;
    }
}

@media (max-width: 1069px) {
    .forte-power-blocks .power-card .power-cart-content {
        min-height: 230px;
    }
}

@media (max-width: 949px) {
    .forte-power-blocks .power-flex {
       flex-direction: column;
    }
    .forte-power-blocks .power-card .power-cart-content {
        min-height: auto
    }
    .forte-power-blocks .power-card {
        min-height: 400px;
    }
}