@media (min-width: 320px) {
	header {
		padding: 15px;
	}
	a.menu_logo {
		text-indent: 1px;
		font-size: 10px;
		padding-bottom: 10px;
	}
	a.menu_logo img {
		width: 50px;
		height: 50px;
	}
	.insta_btn {
		margin-left: 5px;
		width: 25px;
		height: 25px;
	}
	.whats_btn {
		margin-left: 10px;
		width: 25px;
		height: 25px;
		cursor: pointer;
	}
	.menu_link,
	.menu_link-active {
		padding: 2px;
		margin: 2px;
		font-size: 10px;
	}
	.menu_link-active:hover,
	.menu_link:hover {
		padding-top: +10px;
		transition: all 0.5 else;
	}
	.welcome_img {
		max-width: 100px;
		border: solid 5px #e88d67;
		box-shadow: 10px 40px 50px rgba(232, 141, 103, 0.4);
	}
	.welcome_text {
		font-size: 5px;
		max-width: 100px;
		margin-right: 55px;
	}
	.welcome_button {
		margin-top: 5px;
		display: inline-block;
		padding: 10px 30px;
		background-color: #e88d67;
		color: #fff;
		border-radius: 25px;
		text-decoration: none;
		cursor: pointer;
		transition: 0.55s;
	}
	.more-btn {
		padding: 10px 25px;
		border-radius: 10px;
		color: #f3f7ec;
		text-decoration: none;
		border: 2px solid #e88d67;
		display: inline-block;
		margin-top: 37px;
		transition: 0.35s;
		cursor: pointer;
	}
	.welcome_header {
		font-size: 10px;
		margin-bottom: 20px;
	}

	/* latest_articles */

	.latest_articles {
		padding: 30px;

		margin-bottom: 120px;
	}

	.la_top {
		text-align: center;
		max-width: fit-content;
		border-bottom: 2px solid #333;
		padding: 20px;
		margin-bottom: 40px;
	}

	.la_content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.articles_card {
		max-width: 100px;
		border-radius: 10px;
		margin: 5px;
	}

	.articles_card_text p {
		font-size: 5px;
		font-weight: 100;
		margin-bottom: 10px;
	}

	.articles_card_glav {
		max-width: 100px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.articles_card_text {
		padding: 10px;
	}

	.articles_card_text h3 {
		font-size: 10px;
		margin-bottom: 20px;
	}

	.articles_link {
		margin-top: 20px;
		display: inline-block;
		color: #458ff6;
		text-decoration: none;
	}

	.articles_link img {
		margin-left: 10px;
	}
	.new_text {
		margin-left: 70px;
	}
}

@media (min-width: 720px) {
	.new_text {
		margin-left: 70px;
	}
	a.menu_logo {
		text-indent: 20px;
		font-size: 25px;
		padding-bottom: 10px;
	}
	a.menu_logo img {
		width: 50px;
		height: 50px;
	}
	.menu_link,
	.menu_link-active {
		padding: 5px;
		margin: 5px;
		font-size: 20px;
	}
	.menu_link-active:hover,
	.menu_link:hover {
		padding-top: +10px;
		transition: all 0.5 else;
	}
	.welcome_img {
		max-width: 240px;
		border: solid 5px #e88d67;
		box-shadow: 10px 40px 50px rgba(232, 141, 103, 0.4);
	}
	.welcome_text {
		font-size: 14px;
		max-width: 350px;
		margin-right: 100px;
	}
	.welcome_header {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.more-btn {
		padding: 20px 50px;
		border-radius: 55px;
		color: #f3f7ec;
		text-decoration: none;
		border: 2px solid #e88d67;
		display: inline-block;
		margin-top: 37px;
		transition: 0.35s;
		cursor: pointer;
	}
	.welcome_button {
		margin-top: 20px;
		display: inline-block;
		padding: 20px 60px;
		background-color: #e88d67;
		color: #fff;
		border-radius: 55px;
		text-decoration: none;
		cursor: pointer;
		transition: 0.55s;
	}
	.insta_btn {
		width: 50px;
		height: 50px;
	}
	.whats_btn {
		margin-left: 15px;
		width: 46px;
		height: 46px;
		cursor: pointer;
	}
	/* latest_articles */

	.latest_articles {
		padding: 30px;

		margin-bottom: 120px;
	}

	.la_top {
		text-align: center;
		max-width: fit-content;
		border-bottom: 2px solid #333;
		padding: 20px;
		margin-bottom: 40px;
	}

	.la_content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.articles_card {
		max-width: 200px;
		border-radius: 20px;
		margin: 10px;
	}

	.articles_card_glav {
		max-width: 200px;
	}

	.articles_card_text {
		padding: 33px;
	}

	.articles_card_text h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.articles_card_text p {
		font-size: 12px;
		font-weight: 200;
		margin-bottom: 10px;
	}

	.articles_link {
		margin-top: 20px;
		display: inline-block;
		color: #458ff6;
		text-decoration: none;
	}

	.articles_link img {
		margin-left: 10px;
	}
}
@media (min-width: 1200px) {
	.new_text {
		margin-left: 600px;
	}
	a.menu_logo {
		text-indent: 20px;
		font-size: 35px;
		padding-bottom: 10px;
	}
	a.menu_logo img {
		width: 91px;
		height: 91px;
	}
	.menu_link,
	.menu_link-active {
		padding: 10px;
		margin: 10px;
		font-size: 25px;
	}
	.menu_link-active:hover,
	.menu_link:hover {
		padding-top: +5px;
	}
	.welcome_img {
		max-width: 500px;
	}
	.welcome_text {
		font-size: 18px;
		max-width: 450px;
		margin-right: 300px;
	}
	.welcome_header {
		font-size: 40px;
		margin-bottom: 20px;
	}
	/* latest_articles */

	.articles_card {
		max-width: 350px;
		border-radius: 20px;
		margin: 33px;
	}

	.articles_card_text p {
		font-size: 50px;
		margin-bottom: 20px;
	}

	.articles_card_glav {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		max-width: 350px;
	}

	.articles_card_text {
		padding: 33px;
	}

	.articles_card_text h3 {
		margin-bottom: 20px;
	}

	.articles_card_text p {
		font-size: 16px;
		font-weight: 300;
	}

	.articles_link {
		margin-top: 20px;
	}

	.articles_link img {
		margin-left: 10px;
	}
}
