@charset "UTF-8";

/*-----------------------------------------------------

    Title :  Turkic Investment Fund
    Usage :  Co-financing
    Edited:  2025-04-02

-------------------------------------------------------

    1. Co-financing
    2. responsive (1024px)

-------------------------------------------------------*/




/*  1. Co-financing
-------------------------------------------------------*/

@media not all and (max-width: 1024px) {
#co-financing::before {
	top: 144px;
	right: 10px;
	}
}

#co-financing picture {
	display: block;
	margin-top: 20px;
	}

#co-financing picture img {
	display: block;
	/*aspect-ratio: 1340 / 400;*/
	width: 100%;
	height: auto;
	/*object-fit: cover;*/
	border-radius: 20px;
	}

#co-financing .w {
	margin-top: 20px;
	padding: 20px;
	background-color: #F9F9F9;
	border-radius: 20px;
	}

#co-financing .w p + p::before {
	content: "\A";
	display: block;
	white-space: pre;
	}



/*  2. responsive (1024px)
-------------------------------------------------------*/

@media (max-width: 1024px) {

/*  1. Co-financing  */

#co-financing h1 {
	padding-top: 7px;
	}

#co-financing picture {
	margin-top: 16px;
	}
/*
#co-financing picture img {
	aspect-ratio: 353 / 244;
	}
*/
#co-financing .w {
	padding: 16px;
	}

}