body.widget-snippet .home-content .item .single-item .top {
  height: 170px;
}
.widget-snippet .home-content{
max-width:1400px;
margin:0 auto;
  padding-bottom: 20px;
}
.widget-snippet .home-content .item{
display:flex;
flex-wrap:wrap;
}
.widget-snippet .home-content .item .single-item{
    position: relative;
    height: 380px;
    width: 48.7%;
    margin-left: 35px;
    margin-bottom: 35px;
  padding-left: 40px;
  padding-top: 60px;
    padding-right: 0;
    display: flex;
}
.widget-snippet .home-content .item .single-item:nth-of-type(1) {
  background: #DDDDDA;
  background: url(/template/2cddf7c4/images/new-season-1.jpg) no-repeat;
    background-size: cover;
    margin-left: 0;
  background-position: right;
}

.widget-snippet .home-content .item .single-item:nth-of-type(2) {
    background: #E7DAC6;
    background: url(/template/2cddf7c4/images/new-season-2.jpg)no-repeat;
    background-size: cover;
  background-position: right;
}

.widget-snippet .home-content .item .single-item .top h4 {
    margin: 0px 0 10px 0;
    padding: 0;
    font-family: 'Gilroy';
font-size: 18px;
line-height: 19px;
text-align: left;
color: #000000;
    font-weight: 600;
}

.widget-snippet .home-content .item .single-item .top h3 {
    margin: 0 0 18px 0;
    padding: 0;
    font-family: 'Gilroy';
    max-width: 320px;
    font-size: 33px;
    line-height: 38px;
  height: 120px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    text-transform: unset;
}
.widget-snippet .home-content .item .single-item .top p{
    margin: 0;
    padding: 0;
    font-family: 'Gilroy';
    font-size: 16px;
    line-height:19px;
    color: #353535;
    font-weight: 500;
}
.widget-snippet .home-content .item .single-item .link {
  left: 40px;
    position: absolute;
  max-width: 160px;
  width: 100%;
  bottom: 55px; 
  text-decoration: none;
}
.widget-snippet .home-content .item .single-item .link a {
  font-family: 'Gilroy';
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  width: 100%;
  max-width: 229px;
  border: 2px solid #0046C8;
  padding: 8px 5px 10px;
  text-align: center;
  background: #0046C8;
  margin-top: 45px;
  border-radius: 25px;
  color: #fff;
}
.widget-snippet .home-content .item .single-item .link a:hover {
    color:#000;
  border: 2px solid #FFC220;
  background:#FFC220;
}
/*.widget-snippet .home-content .item .single-item .link a:after {
 	content: '';
	width: 18px;
	height: 12px;
	display: inline-block;
	margin: 0 0 0 10px;
	position: relative;
	top: 2px;
	background-repeat: no-repeat;
	background-image: url(/template/2cddf7c4/images/right-arrow.svg);
}
.widget-snippet .home-content .item .single-item .link a:hover:after {
    background-position: 0 -24px;
}*/

