@media only screen and (max-width: 1600px){
    
}
@media only screen and (max-width: 1520px){

}
@media only screen and (max-width: 1440px){

}
@media only screen and (max-width: 1367px){ 
	.f_inner_sec {
	    position: absolute;
	    padding: 30px;
	    border-radius: 50%;
	    bottom: 0;
	    width: 325px;
	    height: 325px;
	    display: grid;
	    align-items: flex-start;
	    align-content: flex-start;
	    transition: transform 0.5s ease-in-out;
	    left: -10px;
	}
	.f_inner_sec p {
	    text-align: center;
	    color: #fff;
	    font-family: 'Zen Kaku Gothic Antique', sans-serif;
	    font-size: 24px;
	    font-weight: 400;
	    line-height: 33px;
	    margin-top: 20px;
	}
}
@media only screen and (max-width: 1285px){
    .f_inner_sec p {
	    text-align: center;
	    color: #fff;
	    font-family: 'Zen Kaku Gothic Antique', sans-serif;
	        font-size: 18px;
    font-weight: 400;
    line-height: 24px;
	    margin-top: 20px;
	}
	.f_inner_sec {
	    position: absolute;
	    padding: 30px;
	    border-radius: 50%;
	    bottom: 0;
	    width: 278px;
	    height: 278px;
	    display: grid;
	    align-items: flex-start;
	    align-content: flex-start;
	    transition: transform 0.5s ease-in-out;
	    left: -10px;
	}
	.four_home_logo {
        width: 100%;
        height: 62vh;
        justify-content: center;
        align-items: flex-end;
        align-content: flex-end;
        gap: 10px;
        display: flex;
    }
    .four_home_head h3 {
        margin-bottom: 0;
    }
    .four_home_logo_content {
        width: 420px;
        padding-left:90px;
    }
    .four_home_logo_content h3 {
        font-size: 25px;
    }
    .four_home_logo_content p {
        font-size: 20px;
        line-height: 27px;
    }
    .first_div{
           padding-left: 0;
    padding-right: 70px;
    margin-right: 9px;
    }
    .wrapper-inner {
        padding-left: calc(50px + 4vw);
        padding-right: calc(50px + 4vw);
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}
@media only screen and (max-width: 1200px){
    
}

@media only screen and (max-width: 1024px){
    
}
@media only screen and (max-width: 768px){
    .f_inner_sec {
		position: relative;
		padding: 15px;
		border-radius: 50%;
		bottom: 0;
		width: 250px;
		height: 250px;
		display: grid;
		align-items: flex-start;
		align-content: flex-start;
		transition: transform 0.5s ease-in-out;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.f_inner_main {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.f_inner {
		height: 84%;
		overflow-y: auto;
	}
	.f_inner .wrapper-inner {
		display: grid;
		height: 100%;
		align-content: baseline;
		align-items: baseline;
		padding-top: 30px;
	}

}
@media only screen and (max-width: 480px){

}