.mobgame_app_header_grid{
	    grid-template-columns: 2fr 1fr;
    gap: 1rem;
}
.mobgame_app_header_grid .header_grid_image_wrap{
	text-align: right;
}
.mobgame_app_header_grid .header_grid_image_wrap img{
	    height: 400px;
    object-fit: contain;
    object-position: right;
}
.mobgame_app_header_grid ul{
	  color: #ffffff99;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
	padding-left:1.25rem;
	margin:0 0 1rem;
}
.mobgame_app_header_grid p.services_banner_summary{
	margin-top: 1rem;
}
.mobile_game_services .d-grid.android_services_grid{
	grid-column-gap: 2rem;
}
.mobile_game_services .mobgam_serv_grid .d-grid{
	grid-template-columns: 1fr 1fr 1fr;
}
.mobile_game_services .mobgam_serv_grid .d-grid strong{
	    color: #fb7000;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -1.5px;
}
.mobile_game_services .mobgam_serv_grid .d-grid p{
	    font-size: 16px;
    line-height: 1.9;
    font-weight: 600;
    letter-spacing: 0px;
}
.mobile_game_services .bg_white.border-radius-10{
	    background: #ffffff;
    padding: 30px 12px!important;
}
.mobile_game_services .bg_white.border-radius-10 img{
	margin-bottom: 1.5rem;
}
.mobgam_header_grid.d-grid{
	    grid-template-columns: 3fr 1fr;
    gap: 2rem;
    margin-bottom: 2.5rem;
    align-items: center;
}
.mobgam_portfolio_explore a.explore-more{
	margin-left: auto;
}
.mobgam_portfolio_heading h2{
	margin-bottom: 10px;
}
.mobgam_portfolios .d-grid{
	    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
}
.mobgam_cta_wrap{
	    background: linear-gradient(90deg, rgba(25, 25, 25,1) 79%, rgba(41, 127, 214, 0.86) 100%);
    border-radius: 15px;
    margin: 0px 10px 0px 10px;
}
.mobgam_cta_wrap .d-grid{
	    grid-template-columns: 2fr 1fr;
    align-items: end;
}
.mobgam_cta_content{
	      padding: 70px 65px;
    padding-right: 30px;
}
.mobgam_cta_content, .mobgam_cta_content h2{
	color: #ffffff;
}
.mobgam_cta_content h2{
	margin-bottom: 12px;
}
.mobgam_cta_content p{
	    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0px;
    color: #b0b0b0;
    margin-bottom: 2rem;
}
.mobgam_cta_content .btn_purple{
	padding: 14px 30px;
}
.d-grid.game_engines_grid>div:nth-last-child(-n+3),
.d-grid.graphics_grid>div:nth-last-child(-n+3),
.d-grid.multiplayer_grid>div:nth-last-child(-n+3),
.d-grid.security_testing_grid>div:nth-last-child(-n+3){
	border-bottom-color: transparent !important;
}
.d-grid.ar_vr_development_grid>div:nth-last-child(-n+3),
.d-grid.multiplayer_grid>div:nth-last-child(-n+3){
	border-bottom-color: transparent !important;
}
.d-grid.ar_vr_development_grid>div:nth-child(3n),
d-grid.graphics_grid>div:nth-child(3n),
.d-grid.security_testing_grid>div:nth-child(3n),
.d-grid.graphics_grid>div:nth-child(3n)
{
	    border-bottom: 1px solid #eaeaea !important;
    border-right-color: transparent !important;
}
.d-grid.graphics_grid,
.d-grid.game_engines_grid,
.d-grid.ar_vr_development_grid,
.d-grid.multiplayer_grid,
.d-grid.security_testing_grid{
	grid-template-columns: 1fr 1fr 1fr;
}
.d-grid.graphics_grid>div:last-child,
.d-grid.game_engines_grid>div:last-child,
.d-grid.multiplayer_grid>div:last-child{
	border-right-color: transparent !important;
}
.d-grid.graphics_grid>div:last-child,
.d-grid.security_testing_grid>div:last-child{
	border-bottom-color: transparent !important;
}
.mobgame_web_process .section_summary{
	max-width: 58%;
}
section.custom_web_process.mobgame_web_process h2.section_heading{
	max-width: 67%;
}
.mobgam_blogs p.section_summary{
	    max-width: 90%;
    margin: auto;
}
.mobgam_blogs h2.section_heading.mb-4{
	margin-bottom: 1rem !important;
}
.mobgam_blogs p.section_summary{
	    max-width: 90%;
    margin: auto;
}
.mobgame_app_header_grid p.services_banner_summary{
	color: #ffffff99;
}
.mobgam_portfolios a.arrow-link{
	    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #b0b0b0;
    border-radius: 100%;
    box-sizing: border-box;
}
.mobgam_portfolios .arrow-link .grey-arrow{
	width: 24px;
	height: 24px;
	display: inline-flex;
	background: url('https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2024/04/18114311/arrowIcons.svg');
	background-position: -97px -4px;
	transition: all 0.5s ease;
}
.mobgam_portfolios .arrow-link:hover .grey-arrow{
	background-position: -74px -30px;
}