.rectangle {
    background: linear-gradient(
        180deg,
        #fffbee 0%,
        rgba(255, 255, 255, 0.43) 63.02%
    );
    position: absolute;
    width: 100%;
    height: 653px;
    left: 0px;
}
.card-blogs {
    border-radius: 10px 10px 0px 0px;
}
.img-top {
    max-width: 100% !important;
}
