.m02-page-section {
  width: 100%;
  margin: 0;
  padding: 0;
}

.m02-background.type-color {
    width: 100%;
    height: 420px;
    background-color: #eee;
    margin: 0;
    padding: 60px 0 0 0;
}

.background.type-color.background-above {
  margin: 0;
}

.background-above .m03-section-heading {
  position: relative;
  top: 130px;
}

.m02-section-heading h3 {
  font-family: 'proxima-nova', Arial, sans-serif;
  font-size: 52px;
  letter-spacing: -0.42px;
  line-height: 62px;
  position: relative;
  text-align: center;
  margin: 0;
  color: #0D1235;
  position: relative;
  text-align: center;
  font-weight: 800;
}

.m02-section-heading p {
  font-family: 'proxima-nova', Arial, sans-serif;
  font-size: 52px;
  letter-spacing: -0.42px;
  line-height: 62px;
  position: relative;
  text-align: center;
  margin: 0;
  color: #0D1235;
  position: relative;
  text-align: center;
  font-weight: 300;
}

.tiles-section {
  width: 100%;
  max-width: 1281px;
  margin: -200px auto 0 auto;
}

.tile {
    background: #fff;
    box-shadow: 0px 6px 15px #0000000F;
    min-height: 420px;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
/*  background: url("https://21116208.fs1.hubspotusercontent-na1.net/hubfs/21116208/new_image%20triangle1.png");
  width: 200px;
  height: 200px; */
/*     clip-path: polygon(
      0% 0%,     /* top left */
/*       0% 0%,     /* top left */
/*       66% 0%,    /* top right */ 
/*       100% 27%,   /* top right */ 
/*       100% 100%,  /* bottom right */ 
/*       200% 100%,  /* bottom right */ 
/*       0% 100%,   /* bottom left */ 
/*       0 100%      /* bottom left */  
/*     );  */
    align-content: flex-start;
}

.tile:hover{
  background-color: #DA1F26;
  color: #ffffff;
}

.tile:hover .tile-title, .tile-description {
  color: #ffffff;
}

.tile:hover .tile-description {
  color: #ffffff;
}

.tile:hover .tile-image img {
  filter:  brightness(0) invert(1); 
}

.tile:hover .more_details{
  filter:  brightness(0) invert(1);
}
.triangle_image{
  background: url("https://21116208.fs1.hubspotusercontent-na1.net/hubfs/21116208/new_image%20triangle1.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  margin-left: 205px;
  margin-top: -21px;
}

.more_details{
  top: 20px;
  width: 60px;
  height: 25px;
  margin-top: 25px;
  background: url("https://21116208.fs1.hubspotusercontent-na1.net/hubfs/21116208/Arrow.svg");
}

.tile.one-fourth {
    width: 25%;
    float: left;
}

.tile-image {
  margin: -45px 0 35px 45px;
}

.tile-title {
  font-family: 'proxima-nova', Arial, sans-serif;
  font-size: 30px;
  position: relative;
  margin: 0 40px 40px 40px;
  color: #DA1F26;
  text-align: left;
  font-weight: 800;
}

.tile-description {
  font-family: 'proxima-nova', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.29px;
  position: relative;
  text-align: left;
  margin: 0 40px 0 40px;
/*   margin: 0 40px 40px 40px; */
  color: #0D1235;
  min-height: 150px;
}

.more_details-pointer {
  margin: 0 40px 0 40px;
/*   margin: 0 40px 40px 40px; */
}

.text-item p {
  font-family: 'proxima-nova', Arial, sans-serif;
  font-size: 29px;
  color: #0D1235;
  letter-spacing: 0.22px;
  position: relative;
  text-align: center
}

.text-item h3 sup {
  font-size: 45px;
}

.bottom-block {
  width: 100%;
  max-width: 1281px;
  height: 476px;
  margin: -152px auto 0 auto;
  padding: 51px 117px 51px 64px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.bottom-block .text-container {
  max-width: 60%;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}

.bottom-block h2 {
  color: #fff;
  font-family: 'proxima-nova', Arial, sans-serif;
  font-size: 90px;
  font-weight: 800;
  position: relative;
  text-align: left;
  margin: 0;
  letter-spacing: -0.72px;
  line-height: 70px;
}

.bottom-block p {
  color: #fff;
  font-family: 'proxima-nova', Arial, sans-serif;
  font-size: 24px;
  font-weight; 300;
  position: relative;
  text-align: left;
  margin: 0;
  letter-spacing: 0.36px;
  line-height: 30px;
}

.m03-cta-button {
  padding: 20px 48px;
  background: #DA1F26;
  font-family: 'proxima-nova', Arial, sans-serif;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.47px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
  /*width: 101px;*/
  margin: 30px 0 0 0;
}

a .m03-cta-button {
  text-decoration: none;
}

a .m03-cta-button:hover {
  background: #B9060D;
}

@media screen and (max-width: 480px) {
  .tile-description{
    margin: 0 40px 0px 40px;
  }
  .more_details-pointer {
    margin: 0 40px 20px 40px;
}
 .tiles-section {
    padding-top: 71px;
  }
  .triangle_image {
    top: 20px;
    margin-left: 164px;
    width: 150px;
    height: 150px;
    right: 0px;
    margin-right: -10px;
    position: absolute;
  }
  
/*  
  
.triangle_image:first-child {
    margin-top: -1px;
}  
*/  
  .tiles-section {
    padding-top: 71px;
    background: #eeeeee;
    height: 1950px;
    margin-bottom: 100px;
/*     margin-bottom: 350px; */
}
  
  .tile.one-fourth {
    width: 90%;
    padding: 0 28px;
    position: relative;
    margin: 0 auto;
    float: none;  
  }
  .tile-image {
    margin: 50px 0 35px 45px;
  }
}
