.main_background_block{
    border-radius: 20px;
    display: flex;
    padding: 75px 75px 0px 75px;
    overflow: hidden;
}

.text-side{
    padding: 0px 0px 75px 0px;
}

.text-side p{
    font-weight: 500;
    font-size: 16px;
    color: #001B2F;
 
}

.image-side{
    margin-left: 10%;
}

.background_block_image{
    position: absolute;
    bottom: 0px;
}

@media (max-width: 991px) {
    .main_background_block {
        flex-direction: column;
        padding: 50px 30px 30px 30px;
        border-radius: 15px;
    }

    .text-side {
        padding: 0 0 30px 0;
    }

    .text-side p {
        font-size: 14px;
        line-height: 1.4;
    }

    .image-side {
        margin-left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .background_block_image {
        position: relative;
        max-width: 100%;
        height: auto;
        bottom: -25px;
    }
}

@media (max-width: 575px) {
    .main_background_block {
        padding: 30px 20px 20px 20px;
        border-radius: 10px;
    }

    .text-side p {
        font-size: 14px;
    }
}
