body.widget-snippet .home-content {
    padding: 10px;
    height: auto;
    overflow: visible;
}

body.widget-snippet .home-content .inner-content .item .content .button {
    position: relative;
    transform: unset;
    bottom: unset;
    left: unset;
    margin-top: 20px;
}

body.widget-snippet .home-content .inner-content .item .content .button a {
    background: #fff;
    border: 3px solid #000;
    color: #000;
}

body.widget-snippet .home-content .logo {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    z-index: unset;
    max-width: 100px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.widget-snippet .home-content {
  background: #fff;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  padding: 20px;
}
.widget-snippet .home-content .logo {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.widget-snippet .home-content .inner-content {
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-gap: 16px;
    display: grid;
    height: 100%;
}

.widget-snippet .home-content .inner-content .item .content {
    position: relative;
    height: 100%;
}

.widget-snippet .home-content .inner-content .item .content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-snippet .home-content .inner-content .item .content .button {
    position: absolute;
    content: '';
    bottom: 15%;
    left: 50%;
    padding: 0;
    transform: translateX(-50%);
    width: auto;
    display: inline-block;
    max-width: 100%;
    border: 0;
}

.widget-snippet .home-content .inner-content .item .content .button a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    width: 350px;
    text-align: center;
    padding: 20px;
    display: inline-block;
    background: #FFFFFF;
    border: 0;
    box-shadow: none;
    transition:  all ease-in-out .2s;
}

.widget-snippet .home-content .inner-content .item .content .button a b:first-of-type {
    font-weight: 500;
}

.widget-snippet .home-content .inner-content .item .content .button a b:last-of-type {
    font-weight: 700;
}

.widget-snippet .home-content .inner-content .item .content .button a:after {
    content: "";
    background: url(/template/f470f406/images/right-arrow.svg) no-repeat;
    width: 36px;
    height: 15px;
    margin: 0 0 0 25px;
    vertical-align: middle;
    display: inline-block;
    transition:  all ease-in-out .2s;
}

.widget-snippet .home-content .inner-content .item .content .button a:hover:after {
    background-position-y: -26px;
}

.widget-snippet .home-content .inner-content .item .content .button a:hover {
    color: #fff; 
background: linear-gradient(132deg, rgba(254,0,133,1) 0%, rgba(255,0,45,1) 100%);
}
