	/*ads button*/
.projects_page {    display: grid;
    grid-template-columns: 45% 50%;
    margin: 13px;
    background: #fff8bad1;
    box-shadow: 0px 0px 20px 0px #8a8a8a4a;
    border: 1px solid #f4433647;
}
.projects_page .side1,.projects_page .side2{}
.projects_page .side1 img{       width: 100%;
    height: auto;
    border: 0px;
    box-shadow: none;
    border-radius: 2px;
    max-height: 300px;}
.btn_4 {background: #0e74c5;
    color: white;
    width: fit-content;
    margin: 0 auto;
    padding: 11px 20px;
    border-radius: 46px;}
.projects_page .side2 h3{font-size: 25px;
    text-transform: uppercase;
    padding: 5px;
    color: #2e2e2e;
    line-height: inherit;
    top: 14px;
    font-weight: 600;
    position: relative;
    text-align: center;}
	
	.projects_page .side2 h3:after {
   content: '';
    position: absolute;
    width: 10%;
    height: 3px;
    background: #ff9800;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%);transition:0.3s;
}
	.projects_page .side2:hover h3:after {
   content: '';
    position: absolute;
    width: 84%;
    height: 3px;
    background: #ff9800;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%);transition:0.3s;
}
.projects_page .side2 p{ color: #575757;
    line-height: 1.4;
    margin: 24px 8px 9px;
    text-align: justify;
font-size: 13px;}

.ads_tag {position: absolute;
    background: #ff5722;
    color: white;
    padding: 5px 10px;
    z-index: 2;
    border-radius: 4px;}
	
.close_ad {    position: absolute;
    z-index: 3;
    right: 4px;
    font-size: 37px;
    color: #555454;
    top: 0px;}


.projects_page2 {   display: block;
    margin: 13px;
    background: #fff8bad1;
    box-shadow: 0px 0px 20px 0px #8a8a8a4a;
    border: 1px solid #f4433647;
    width: 26%;
    position: fixed;
    right: 0px;top:0;
}

.projects_page2 .side1,.projects_page .side2{}
.projects_page2 .side1 img{       width: 100%;
    height: auto;
    border: 0px;
    box-shadow: none;
    border-radius: 2px;
    max-height: 300px;}
.btn_5 {background: #0e74c5;
    color: white;
    width: fit-content;
    margin: 0 auto;
    padding: 11px 20px;
    border-radius: 46px;}
.projects_page2 .side2 h3{font-size: 25px;
    text-transform: uppercase;
    padding: 5px;
    color: #2e2e2e;
    line-height: inherit;
    top: 14px;
    font-weight: 600;
    position: relative;
    text-align: center;}
	
	.projects_page2 .side2 h3:after {
   content: '';
    position: absolute;
    width: 10%;
    height: 3px;
    background: #ff9800;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%);transition:0.3s;
}
	.projects_page2 .side2:hover h3:after {
   content: '';
    position: absolute;
    width: 84%;
    height: 3px;
    background: #ff9800;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%);transition:0.3s;
}
.projects_page2 .side2 p{ color: #575757;
    line-height: 1.4;
    margin: 24px 8px 9px;
    text-align: justify;
font-size: 13px;}

.display_block_pc {display:block}
.display_block_mobile {display:none}



@media screen and (max-width:700px){

.projects_page {
    display: block;
    grid-template-columns: 45% 50%;
    margin: 1px;
    box-shadow: none;
    border: 1px solid #f4433647;
    overflow: hidden;
    padding: 10px;
}

.display_block_pc {display:none}
.display_block_mobile {display:block}

.projects_page2 {
    display: block;
    margin: 12px 4px;
    background: #fff8bad1;
    box-shadow: 0px 0px 20px 0px #8a8a8a4a;
    border: 1px solid #f4433647;
    width: -webkit-fill-available;
    position: relative;
    right: 0px;
    overflow: hidden;
}	