body {
    background-color: #f8f9fa;
    margin: 0;
}

.ribbon-cut {
    clip-path: polygon(100% 100%, 100% 0, 0 0, 20px 100%);
}

.ribbon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    z-index: 999;
    background-color: white;
    width: 366px;
    height: 43px;
    position: relative;
    top: -1px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    transform: skewX(20deg);
    border: 1px solid rgba(0, 0, 0, 0.1);
    align-items: center;
}

.ribbon {

    /* ✅ Vertical center */
}

.ribbon-in {
    transform: skewX(-20deg);
    padding-top: 5px;
}

.ribbon-text {
    font-size: 12px;
    color: #5D5D5D;
}

.header-container {
    background-color: aquamarine;
    height: 62.54px;
    margin-top: 15px;
}

.info-box {
    height: 240px;
    position: relative;
    width: 60%;
}

@media (max-width: 1201.98px) {
    .info-box {
        height: 400px;
    }
}

@media (max-width: 408px){
.info-box {
        height: 540px;
    }
}
.info-box .inner-content-box {
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: calc(100% - 20px);
    margin: 10px;
    padding: 0 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    /* Your border */

}

.info-box .box-1 {
    background: linear-gradient(45deg, #59A6E3, #061277);
    bottom: 0;
}

.info-box .box-2 {
    right: -35px;
    background: linear-gradient(to bottom, #F06F29, #061277);
}

.info-box .box-1,
.info-box .box-2 {
    height: 100px;
    width: 150px;
    position: absolute;
    border-radius: 15px;
}

.vr {
    width: 1px;
    background-color: #ccc;
    opacity: 0.7;
}

