@keyframes  rotation  {
  from {
	   transform: rotate(359deg);
  }
  to {
   transform: rotate(0deg);
  }
}
img.md-sizes-cow-logo {
    animation: rotation 10s infinite linear;
    position: relative;
}
.md-sizes-top-holder {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
	gap: 20px;
}
h2.md-sizes-title.section-title {
	margin-bottom: 20px;
}
p.md-sizes-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.03em;
	text-align: left;
	color: #282828;
	max-width: 1000px;
}
.md-sizes-all-holder {
	padding: 40px 0;
	background: #fff;
	float: left;
	width: 100%;
}
section.md-sizes-section {
	background: #F8F6F4;
}
.md-sizes-holder {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.md-sizes-box {
	height: 100%;
}
h3.md-sizes-single-title {
	font-size: 31px;
	font-weight: 500;
	line-height: 44px;
	text-align: left;
	color: #C8362C;
	text-transform: uppercase;
	margin-bottom:15px;
}
.md-sizes-single-text {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0.04em;
	text-align: left;
	color: #282828;
	max-width: 460px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
p.md-sizes-single-text span{
	font-weight:600;
}
p.md-sizes-bottom-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0.02em;
	text-align: center;
	max-width: 1200px;
	left: 0;
	margin: 0 auto;
	right: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.md-sizes-cta-holder a {
/* 	background: #FFC804; */
   	background: linear-gradient(to right, #FFC804 50%, #FFB904 50%);  
    background-size: 200% 100%;
	transition: 0.3s ease-in-out;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
	color: #000000;
	width: 240px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.md-sizes-cta-holder a:hover{
  background-position: -100% 0;
	color: #000;
}
.md-sizes-cta-holder {
	position: relative;
	margin-top: 40px;
}

img.md-sizes-cow-logo {
	max-width: 130px;
}

@media screen and (min-width:768px){
	.md-sizes-cta-holder:before {
	content: "";
	background: #C2C2C2;
	height: 1px;
	width: calc(50% - 180px);
	position: absolute;
	top: 35px;
	left:0;
}
.md-sizes-cta-holder:after {
	content: "";
	background: #C2C2C2;
	height: 1px;
	width: calc(50% - 180px);
	position: absolute;
	top: 35px;
	right: 0;
}
	.md-sizes-all-holder {
		padding: 60px 30px;
	}
	h2.md-sizes-title.section-title {
		margin-bottom: 20px;
	}
	p.md-sizes-text {
		font-size: 20px;
		line-height: 34px;
	}
	.md-sizes-top-holder{
		margin-bottom:50px;
	}
	h3.md-sizes-single-title {
		font-size: 44px;
		line-height: 60px;
	}
	.md-sizes-cta-holder a {
		width: 275px;
		height: 75px;
	}
}
@media screen and (min-width:992px){
	.md-sizes-all-holder {
		padding: 60px;
	}
	img.md-sizes-cow-logo {
		max-width: 140px;
	}
	h2.md-sizes-title.section-title {
		margin-bottom: 20px;
	}
	p.md-sizes-text{
		font-size:20px;
		line-height: 34px;
	}
	h3.md-sizes-single-title {
		font-size: 38px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.md-sizes-single-text{
		margin-bottom:45px;
	}
	h3.md-sizes-single-title{
		margin-bottom:25px;
	}
	p.md-sizes-text {
		font-size: 24px;
		line-height: 38px;
		max-width: 1000px;
	}
	.md-sizes-top-holder{
		margin-bottom:70px;
	}
		    p.md-sizes-text {
        font-size: 20px;
        line-height: 32px;
	    max-width:800px;
    }
}
@media screen and (min-width:1200px){
	.md-sizes-all-holder {
		padding: 80px;
	}
	img.md-sizes-cow-logo {
		max-width: 100%;
	}
	

	h3.md-sizes-single-title {
		font-size: 40px;
		line-height: 52px;
	}
	.md-sizes-single-text {
	font-size: 18px;
	line-height: 30px;
}
}

@media screen and (min-width:1500px){
	h2.md-sizes-title.section-title {
		margin-bottom: 40px;
	}
	h3.md-sizes-single-title {
		font-size: 44px;
		line-height: 60px;
		margin-bottom: 25px;
	}
	    p.md-sizes-text {
        font-size: 20px;
        line-height: 32px;
	    max-width:847px;
    }
	h2.md-sizes-title.section-title {
		margin-bottom: 30px;
	}
}
@media screen and (min-width:1700px){
	.md-sizes-all-holder {
		padding: 80px 100px;
	}
	    p.md-sizes-text {
        font-size: 24px;
        line-height: 38px;
		max-width:1000px;
    }
}
@media screen and (max-width:991px){
	.md-sizes-single-holder:not(:last-child) {
		margin-bottom: 40px;
	}
}
@media screen and (max-width:767px){
	section.md-sizes-section .md-sizes-all-container {
		padding-left: 0;
		padding-right: 0;
	}
}