@charset "UTF-8";
/* CSS Document */

/* Colours

	
*/

@-moz-viewport { width: device-width; scale: 1;}
@-ms-viewport { width: device-width; scale: 1;}
@-webkit-viewport { width: device-width; scale: 1;}
@-o-viewport { width: device-width; scale: 1;}
@viewport { width: device-width; scale: 1;}

*, *:before, *:after {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.grid {
    margin-left:1rem;
}

.fade1 {
    opacity: 0;
-moz-transition: opacity 2s ease;
-ms-transition: opacity 2s ease;
-webkit-transition: opacity 2s ease;
-o-transition: opacity 2s ease;
}

.fade2 {
    font-size:1.25rem;
    padding-top:.5rem;
    opacity: 0;
  -moz-transition: opacity 2s .9s ease;
    -ms-transition: opacity 2s .9s ease;
    -webkit-transition: opacity 2s .9s ease;
    -o-transition: opacity 2s .9s ease;
}

.fade3 {
    opacity: 0;
  -moz-transition: opacity 2s 2.3s ease;
    -ms-transition: opacity 2s 2.3s ease;
    -webkit-transition: opacity 2s 2.3s ease;
    -o-transition: opacity 2s 2.3s ease;
}


.loaded .fade1, .loaded .fade2, .loaded .fade3 {
    opacity: 1;
    
}

.wrap {
    max-width:80rem;
    margin:auto;
}

.gallery-container {
    max-width:1000px;
    margin:auto;
    text-align:center;
    padding-bottom:1rem;
}

#parallax1 > div, #parallax2 > div, #parallax3 > div {
	-webkit-transform: translateZ(0);-webkit-backface-visibility: hidden;-webkit-perspective: 1000;
}

.ease-all *, .ease-all *:before, .ease-all *:after {
    -webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
}

#about, #services {
    padding-top:2rem;
}

.hidden {
    display: none;
}

.hidden-small {
    display:none;
}

.bubble {
    background-color:#4c86c1;
    color:#ffffff;
    width:11rem;
    height:11rem;
    border-radius: 300px;
    text-align:center;
    font-size:.9rem;
display:inline-block;
    margin:auto 1rem;
    
}

.bubble span {
    font-size:4.75rem;
    line-height:4.2rem;
    font-family:'Arial', sans-serif;
}

.bubble p {
    width:11rem;
    line-height: 1.25rem;
    margin-top:1.25rem;
}

.none, .none:before, .none:after {
    -webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

html {
	-moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
    text-size-adjust: 100%;
	font-family: 'Raleway', sans-serif;
}

body {
    margin: auto;
     overflow-x:hidden;
}

p, h1, h2, h3, h4, h5, h6 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-variant-ligatures: none;
}

.canvet-logo {
    width: 10rem;
    position: absolute;
    left: .5rem;
    top: -.25rem;
}

.pub-logo {
    width: 11rem;
    padding-top:4rem;
}


.pub-logo:hover {
	-webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
	-o--transform: scale(1.25);
	transform: scale(1.25);
}


hr {
    max-width: 40rem;
}
.service {
    opacity:0;
}

.fadein {
    opacity:0;
}

.fadein-triangles {
    opacity:0;
}
.v-logo {
    width:15rem;display:inline;margin-left:-5rem;margin-top:-5rem;
}

.simple {
    background-color: #227589;
    color: #ffffff;
    padding:.5rem 1rem;
    border-radius: 4px;
    margin:1rem;
    width:18rem;
    line-height: 1.5rem;
    margin-bottom:4rem;
  
}

.mission {
    background-color: #841235;
    color: #ffffff;
    padding:.5rem 1rem;
    border-radius: 4px;
    margin:1rem;
    width:22rem;
    line-height: 1.5rem;
    text-shadow:none;
    
}

.in-touch {
    background-color: #e6af18;
    padding:.5rem 1rem;
    border-radius: 4px;
    margin:1rem;
    width:12rem;
    margin-top:5rem;
  text-align:center;
}

a, a:hover, a:active, a:focus {
    text-decoration:none;
}


.testimonial {
    color:#ffffff;
    padding:3.5rem;
    line-height:2rem;
    background-image:url(../images/pattern2.svg);
    background-size:8rem;
}


.testimonial h4 {
        max-width:50rem;
      margin:auto;
}

.casestudies p, .casestudies h4 {
    padding-top:1rem;
}

.logo-v-left {
    position:relative;left:-30rem; margin-top:-30rem;top:23rem;width:500px;
}

.logo-v-left-alt {
    position:relative;left:-27rem; margin-top:-30rem;top:18rem;width:500px;
}

.logo-v-right {
    position:relative;float:right; right:-30rem;margin-top:-30rem;top:19rem;width:500px;
}

.mag-push {
    padding-top: 3rem;
    text-align:center;
}


/*------------------------------------------------------------- Sections --*/

#about, #services {
   margin:-6rem auto 6rem;
   
}

.landing-page {
    min-height: 100vh;
    height: 100rem;
max-width:70rem;
    margin:auto;
    padding-left:1rem;
    color:white;
}

.lander {
     background-image:url(../images/pattern-dark.svg);
    background-size:8rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
}

#casestudies h3{
    min-width:100%;
}
#casestudies img {
    width:5rem;
}

#casestudies {
    min-height:40rem;
    margin-left:0;
    color:#ffffff;
    text-align:center;
    font-weight:900;
}

#casestudies .study img{
    -moz-transition: .5s ease-in-out;
-ms-transition: .5s ease-in-out;
-webkit-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;

}
#casestudies .study:hover > img{
    padding-bottom:1rem;
    width:6rem;
    transform: rotate(90deg);
-moz-transition: .5s ease-in-out;
-ms-transition: .5s ease-in-out;
-webkit-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
}

.angle-bg-left {
    background-image:url(../images/pattern-dark.svg);
    background-size:8rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
}

.angle-bg-red {
    background-image:url(../images/pattern-red.svg);
    background-size:8rem;
 -webkit-clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 94%);
clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 94%);
     height:33rem;color:white;margin-left:0;
    background-position:right;
    margin-top:-1rem;
}


.creative {
    margin-top:-2.5rem;
    height:40rem;
         background-image:url(../images/pattern-dark.svg);
    background-size:8rem;
    color:white;margin-left:0;
 -webkit-clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 94%);
clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 94%);
}

.good-design {
         background-image:url(../images/pattern-duo.svg);
    background-size:8rem;
    height:33rem;color:white;margin-left:0;
background-position:right;
   margin-top:-1rem;
    width:32rem;
z-index:-20;
    right:0;
    position:absolute;
    opacity:1
    -moz-transition:opacity 1s ease;
-ms-transition:opacity 1s ease;
-webkit-transition:opacity 1s ease;
-o-transition:opacity 1s ease;
-webkit-clip-path: polygon(0 11%, 100% 6%, 100% 100%, 0% 100%);
clip-path: polygon(0 11%, 100% 6%, 100% 100%, 0% 100%);

}

.creative-digital {
         background-image:url(../images/pattern-duo.svg);
    background-size:8rem;
    height:33rem;color:white;margin-left:0;
background-position:left;
   margin-top:-4.6rem;
    max-width:32rem;
z-index:-20;
   opacity:1
    -moz-transition:opacity 1s ease;
-ms-transition:opacity 1s ease;
-webkit-transition:opacity 1s ease;
-o-transition:opacity 1s ease;
-webkit-clip-path: polygon(0 11%, 100% 6%, 100% 100%, 0% 100%);
clip-path: polygon(0 11%, 100% 6%, 100% 100%, 0% 100%);

}
.creative-digital:hover, .good-design:hover {
         opacity:0 !important;
}


#casestudies a p {
    color: #ffffff;
    margin:auto;
    font-size:1.7rem;
}

#launch {
    padding-top:3rem;
}

.f-600 {
    font-weight:600;    
}

.casestudies h3 {
    padding-top:5rem;
}

.casestudies p, .casestudies h3, .casestudies h4, .img-bump {
    width:100%;
    margin:auto;
    max-width: 50rem;
}

.casestudies h3,.casestudies h4 {
    text-align:center;
}

.img-bg {
    background-image:url(../images/iStock-813136942.jpg);
        clear:both;
    background-size:cover;
    background-repeat:no-repeat;
     color:#ffffff;

    text-shadow: 0px 1px 8px #000000;

    -webkit-clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
}

.center {
    text-align:center;
}

/*------------------------------------------------------------- Btns --*/

.sub-btn:hover {
    background-color: #000000;
}

.sub-btn-nav {
    background-color: #d92323;
    color: #ffffff;
    padding: .5rem;
    text-decoration: none; 
    position:relative;
    border-radius:3px;
    font-size: 1rem;
    font-family: 'Raleway', sans-serif;
    height:2.5rem;
    width:10rem;
    margin-right: -15rem;
-moz-transition: 1s 3.4s ease;
-ms-transition: 1s 3.4s ease;
-webkit-transition: 1s 3.4s ease;
-o-transition: 1s 3.4s ease;
    border:none;
}

.loaded .sub-btn-nav {
     margin-right: .5rem;
}

/*------------------------------------------------------------- Dropdown --*/

.dropdown {
    position: relative;
    display: none;  
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff; 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: .9rem;
    width: 13rem;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/*------------------------------------------------------------- Nav --*/

nav {
    height: 4rem;
    position:fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 20;
    border-bottom: solid 1px #d0d0d0;
}

nav ul {
    list-style: none;
    text-align: right;
    float: right;
    max-width: 30rem;
    background-color: #ffffff;
    margin-top:.5rem;
    padding-left: 1rem;
}

nav ul li {
    padding: .75rem 1rem;
    border-bottom: solid #d3d3d3 1px;
    padding-left: 2rem;
}

nav a {
    color: inherit;
    text-decoration: none;    
}

nav ul li {
    display:list-item;
} 

nav ul li:hover {
    color: crimson;
}

#second {
    margin-right: -15.25rem;
}

@media only screen and (min-width: 62em) {
    #second {
        margin-right:0 !important;
    }
    
    nav ul{ 
       float:none;
       max-width:100%;
       
    }
    nav ul li {
    display:inline;
    border-bottom: none;
    }
    
    #second img {
        display:none;
    }
   
}
/*------------------------------------------------------------- Contact --*/

.contact-form {
    display: block;
    margin: auto;
    background-color: #ededed; 
    padding-bottom: 3rem;
    text-align: left;
    background-color: #f8f8f8; 
    background-image:url(../images/pattern-dark.svg);
    background-size:8rem;
}

.contact-form input, textarea, label {
    display: block;
    width: 80%;
    height: 1.5rem;
    max-width: 25rem;
    border: none;
    font-size: .75rem;
    font-family: 'Raleyway', sans-serif;
}

.contact-form input, textarea {
    border-bottom: solid 1px #d6d6d6;
    margin-top: 1rem;
}

textarea {
    height: 5rem;
     resize: none;
}

.contact-submit {
    background-color: #000000;
    color: #ffffff;
    border-style: none;
    display: block;
    font-size: 1rem; 
}

.contact-submit:hover {
    background-color: #eb0909;
}

.container {
    background-color: #ffffff;
    padding: 1rem 2rem;
    max-width: 40rem;
    margin:auto;
    height: 23rem;
    
}

.spacer {
    visibility:hidden;
}

/*------------------------------------------------------------- Footer --*/

.footer {
    background-color: #000000;
    color: #aaaaaa;
    font-family: 'Raleway', sans-serif;
    bottom: 0;
    width: 100%;
    text-align:center;
}

.footer a {
    color: inherit;
    text-decoration:none;
}

.footer ul, .footer ul li {
    font-size: .8rem;
    list-style: none;
    display: inline-block;
    padding: .5rem;
    margin: 0;
}

.footer ul li:hover {
    color: #ffffff;
}


/*------------------------------------------------------------- Awards --*/

td {
    min-width: 15rem;
    padding: 1rem;
    text-align:center;
}

.awards-img td {
padding-bottom: 0;
    color: #656565;
}

table h4, table p, table a {
    font-size: .9rem;
    padding-bottom: 0;
    text-decoration: none;
    
}

table a {
    color: #de1f4b;
 
}

table a:hover {
    color: #1e297b;
}

table p {
     margin:0;
}

.arrows {
    width:100%;
    text-align:center;
}

.arrows p {
    font-size: 2rem;
    display:inline-block;
    padding: .5rem 3rem 3rem;
    color: #bebebe;
}

.arrows p:hover {
    color: red;
}

.award-container {
    margin: auto;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}



/*------------------------------------------------------------- Type --*/

p {
    font-family: 'Raleway', sans-serif;
    padding-bottom: 1rem;
    max-width:30rem;
    line-height: 1.5rem;
}

h1 {
    margin: 0;
    font-size: 6rem;
    padding-top: 40vh;
    line-height: 2.75rem;
    margin-left:-.15rem;
}

h2 {
    margin: 0 auto;
    font-size: 2rem;
    padding-top: 7.5rem;
}

h3 {
    font-size: 3rem;
    margin-bottom: .5rem;
    max-width:33rem;
    line-height:3.25rem;
    
}

h4 {
    font-size: 1.25rem;
    margin: -.25rem 0 .75rem;
    max-width:30rem;
}

h5 {
    text-align:left;
    font-size:1.5rem;
    margin: .5rem 0 0rem;
}

/*------------------------------------------------------------- Legal Sections --*/

.pattern {
    margin-left:-1rem;
    background-image:url(../images/pattern-dark.svg);
    margin-bottom:2rem;
}

.pattern h2 {
    color:#ffffff;
    max-width:40rem;
    text-align:center;
    padding-bottom:2rem;
}

.terms h3 {
    font-size: 1.25rem;
    text-align:left;
    max-width: 40rem;
    margin: auto ;
    text-align:center;
}

.terms p {
    text-align: left;
    margin:auto;
    max-width:42rem;
}

.signup {
    height:100vh;
    padding-top:30vh;
    overflow:auto;
}

.signup-2 {
    height:100vh;
    padding-top:8rem;
    overflow:auto;
}

.signup form, .signup-2 form {
    max-width: 500px;
    display:block;
    margin:auto;
    border:none;
    width: 100%;
}

.signup h1 {
    color: #fff;
    font-size: 3rem;
    text-align: center;
    padding-top: 0;
}

.signup-2 h1 {
    color: #272727;
    font-size: 3rem;
    text-align: center;
    padding-top: 0;
}

.signup h2 {
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    padding: 1rem 1rem 2rem;
    color:#bababa;
     line-height:18px;
}

.signup-2 h2 {
    color: #414141;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    padding: 1rem 1rem 2rem;
    max-width: 600px;
    line-height:18px;
}

.signup input, .signup-2 input {
    border: none;
    border-bottom: solid 1px #5c6971;
    margin-bottom: 20px;
    background-color: #1a1a1a;
    width:100%;
    padding-bottom: 5px;

    font-size:14px;
}

.signup-2 input {
        background-color: #d9d9d9;
        color:#000000;
}

.signup .submit, .signup-2 .submit {
    text-transform: uppercase;
    background-color: #5682c1;
    color: #fff;
    padding: .4rem;
    border-radius: 1px;
    border:none;
    font-size:14px;
    margin:auto;
}

.signup-2 .submit {
   
    background-color: #10080a;
    color: #fff;
   
}

.signup .submit:hover, .signup-2 .submit:hover {
    background-color: #4e4e4e;
}

.signup fieldset, .signup-2 fieldset {
    border:none;
}

.signup ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #9a9a9a;
opacity: 1; /* Firefox */
font-size:14px;
}

.signup-2 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #585858;
opacity: 1; /* Firefox */
font-size:14px;
}

.signup ::-ms-input-placeholder, .signup-2 ::-ms-input-placeholder  { /* Internet Explorer 10-11 */
color: #d3d3d3;
    font-size:14px;
}

.signup ::-ms-input-placeholder, .signup-2 ::-ms-input-placeholder { /* Microsoft Edge */
color: #d3d3d3;
    font-size:14px;
}

.btm-vis {
    position:absolute;
    bottom:0;
    margin-bottom:none;
    padding-bottom:0;
    width:100%;
    height:30vh;
    min-height:100px;
    background-repeat: repeat-x;
    background-image: url("../newsletter-signup/signup_page_graphics.svg");
    z-index:-1;
}

.greybox {
    background-color: #ededed;
    max-width:600px;
    margin:auto;
    border-radius: 15px;
    padding:1rem;  
    -webkit-box-shadow: 0px 10px 42px -24px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 42px -24px rgba(0,0,0,0.75);
box-shadow: 0px 10px 42px -24px rgba(0,0,0,0.75);
}
/*------------------------------------------------------------- Grids --*/


.hero-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* background: rgba(255, 0, 0, 0.123); */
    height: 100vh;
}

heading{
    font-size: 8vw;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

.company-name{
    /* background: blue; */
}

.mag-container{
        width: 50%;
        display: flex;
        flex-direction: column;
       align-items: center;
        /* background: yellow; */

}


.magazines{
   
    display: flex;
    /* justify-content: space-between; */
    /* background: red; */
    justify-content: space-evenly;
}

.mags{
height: 30vh;
padding: 1vw;
}

.magcard{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.121);
    margin: 1vw;
    border-radius: 10px;
}

.maglogo{
    width: 8vw;
}

.scroll-wrapper{
    display: flex;
    align-items: center;
}

.can-text{
    color: white;
}

.ourpubtext{
    text-transform: uppercase;
    letter-spacing: 0.5vw;;
}




/*--------------------------------------------*/
.grid {
  
	clear: both;
    padding-top: 1rem;
}

.gutter {
    padding-left: 1rem;
    padding-right: 1rem;
}

.unit {
    float: left;
}

.unit-s-1 {
    width: 100%;
}

.unit-1-2 {
    width: 50%;
}

.unit-m-1-2 { 
    width: 100%;
}

.unit-m-1-3 {
    width: 100%;
  
    margin: .5rem;
    border-radius: 3px;
}

.unit-m-1-4 {
    width: 100%;
}

.unit-m-1-4 img {
    width: 100%;
}

.unit-1-4 {
    width: 48%;
}

.unit-1-4 img {
    width: 100%;
}
.unit-start {
    width: 18%;
}


.testimonial p {
    max-width: 43rem;
}

/*------------------------------------------------------------- Thanks --*/

.orange {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5191c+0,ff4032+100 */
background: #e5191c; /* Old browsers */
background: -moz-linear-gradient(top,  #e5191c 0%, #ff4032 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e5191c 0%,#ff4032 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e5191c 0%,#ff4032 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5191c', endColorstr='#ff4032',GradientType=0 ); /* IE6-9 */

    height: 100vh;
}

.none, .none:before, .none:after {
    -webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.pattern-thanks {
    background: url("../images/pattern.png") repeat ;
    min-height: inherit;
    
}

.return-btn {
    background-color: #ffffff;
    color: red;
    padding: 1rem;
    text-decoration: none; 
    font-weight: 700;
    margin:auto;
    display:block;
    text-align:center;
    width:10rem;
}

.terms img {
    margin:auto;
    display:block;
    width: 30%;padding-top:6rem;margin-bottom:-6rem;max-width: 25rem;
}
/*------------------------------------------------------------- Queries --*/

@media only screen and (max-width: 1024px) {

    .company-name{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 5vh;
    }


    .hero-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }


    .mag-container{
        width: 100%;

}

.mags{
    height: 25vh;
    }


    heading{
        font-size: 12vw;
    
    }

    .scroll-wrapper{
margin-top: -2vh;
    }

    
  }



  @media only screen and (max-width: 450px){

    .hero-container{
        /* display: flex;
        justify-content: space-evenly;
        align-items: center;
        background: rgba(255, 0, 0, 0.123); */
        height: auto;
    }
    
    .magazines{
        flex-direction: column;
        margin-bottom: 20vh;

}

.mags{
    height: 35vh;
    }

.company-name{

    margin-top: 20vh;
    
}

.maglogo{
    width: 20vw;
}

.magcard{
   margin-bottom: 2vh;
}



  }




@media only screen and (min-width: 24.688em) {
    .dropdown, .issue-numbers {
         display: inline-block;
    }  
}

@media only screen and (min-width: 30em) {
      .landing-page {
    height: 80rem;
    }
}

@media only screen and (min-width: 42.5em) {
    .mission {
    margin-top:8rem;
    }
    
    .unit-m-1-2 {
        width: 49%;
    }
    
    
    h2 {
        font-size: 2.5rem;
    }
    
     .pattern2 {
    visibility:visible;
    background-image:url(../images/pattern2.svg);
    height:inherit;
    margin-top:-1rem;
    }
         .hidden-small {
    display:block;
}	
    
    .creative {
    margin-top:-2rem;
    height:33rem
    }
}
@media only screen and (min-width: 51em) {
    
    .unit-m-1-3 {
    width: 31.3333%;
}
    
    #casestudies {
    min-height:25rem;
    }

}
@media only screen and (min-width: 61.6em) {
      .mag-push {
    padding-top: 30vh;
}
    .landing-page {
    height: 100vh;
    }
}
@media only screen and (min-width: 63em) {

    .unit-1-4 {
    width: 25%;
    }    
}
@media only screen and (min-width: 65em) {

      .v-logo {
        margin-left:-1rem;
          
    }
     .unit-m-1-4 {
    width: 26%;
}
}