.market-report-container{
    padding: 178px 0; 
}
.market-report-container .market-report-wrapper{
    background: #fff;   
    display: flex;
    align-items: center; 
    padding: 74px 90px;
}
.market-report-container .market-report-thumbnail{
    margin: 0px 120px;
    position: relative;

}
.market-report-container .market-report-thumbnail .market-report-thumbnail-image{
    width: 174px;
    height: 240px;
    transform: scale(2.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.market-report-container .market-report-thumbnail .market-report-thumbnail-image img{
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.market-report-container .market-report-thumbnail .thumbnail-overlay{
    width: 110%;
    height: 107%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(190,190,190);
    /* background: linear-gradient(120deg, rgba(190,190,190,1) 0%, rgba(255,255,255,1) 100%); */
    opacity: 0.5;
    box-shadow: -5px 5px 5px -5px #000;
}

.market-report-container .market-report-content{
    margin-left: 80px;
}
.market-report-container .market-report-content__heading{
    font-size: 32px; 
    margin-bottom: 23px;
}
.market-report-container .market-report-content__content{
    font-size: 16px; 
    margin-bottom: 32px;
}
.market-report-container .market-report-content__button a{
    font-size: 14px; 
}

.stepps-pp-content#market_report .gform_wrapper .gform_footer input[type=submit].button{
    width: 100% !important;
}
.stepps-pp-content#market_report .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

@media only screen and (max-width: 999px) {
    .market-report-container .market-report-wrapper{
        padding: 50px 40px;
    }
    .market-report-container .market-report-thumbnail{
        margin: 0;
    }
    .market-report-container .market-report-thumbnail .market-report-thumbnail-image {
        transform: scale(2);
    }
    .market-report-container .market-report-content{
        margin-left: 40px;
    }
    .market-report-container {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 999px) {
    .market-report-container .market-report-wrapper {
        display: block;
    }
    .market-report-container .market-report-thumbnail .market-report-thumbnail-image {
        margin: auto;
        margin-bottom: 40px;
        height: 400px;
        transform: scale(1);
        width: 100% !important;
        max-width: 100%;

        height: 100%;
        transform: unset;
        width: 100px;
        max-width: 350px;
    }
    .market-report-container .market-report-content {
        margin-left: 0;
        text-align: center;
    }
}