.material-icons {
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 24px;
}
.material-icons.arrow-left:before {
  content: "\e314";
}
.material-icons.arrow-right:before {
  content: "\e315";
}
.material-icons.arrow-down:before {
  content: "\e313";
}
.material-icons.arrow-up:before {
  content: "\e316";
}
.material-icons.menu:before {
  content: "\e5d2";
}
.material-icons.close:before {
  content: "\e5cd";
}

*:focus {
  outline: none;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold*/
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow*/
  -webkit-overflow-scrolling: touch;
}

textarea, [contenteditable],
input[type=text],
input[type=text]:before,
input[type=text]:after {
  border: 0;
  width: 100%;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
textarea::-webkit-input-placeholder, [contenteditable]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=text]:before::-webkit-input-placeholder,
input[type=text]:after::-webkit-input-placeholder {
  color: #E0E0E0;
}
textarea:-moz-placeholder, [contenteditable]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=text]:before:-moz-placeholder,
input[type=text]:after:-moz-placeholder {
  color: #E0E0E0;
}
textarea::-moz-placeholder, [contenteditable]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=text]:before::-moz-placeholder,
input[type=text]:after::-moz-placeholder {
  color: #E0E0E0;
}
textarea:-ms-input-placeholder, [contenteditable]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=text]:before:-ms-input-placeholder,
input[type=text]:after:-ms-input-placeholder {
  color: #E0E0E0;
}

body {
  line-height: 1.5;
  position: relative;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400 !important;
}

a {
  outline: none;
  color: #05629B;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
}
ul::after {
  clear: both;
  content: "";
  display: table;
}
ul.disc li {
  padding-left: 10px;
  list-style: disc outside;
  float: none;
}
ul.circle li {
  padding-left: 10px;
  list-style: circle inside !important;
  float: none;
}
ul.square li {
  padding-left: 10px;
  list-style: square inside !important;
  float: none;
}
ul.decimal li {
  padding-left: 10px;
  float: none;
}

ol::after {
  clear: both;
  content: "";
  display: table;
}
ol li {
  float: none;
}
ol.roman li {
  padding-left: 10px;
  list-style: upper-roman outside;
  float: none;
}
ol.alpha li {
  padding-left: 10px;
  list-style: lower-alpha outside;
  float: none;
}

.fixed {
  position: fixed;
  width: 100%;
}

#blog .site-header, #btn__search--open, .bialty-container, .pp-multiple-authors-wrapper {
  display: none;
}

#blog #content {
  margin: 0;
}

#blog #content p {
  padding: 0;
}

#blog #content ul > li {
  margin-bottom: 0;
}

#blog #content.fluid ul, #blog #content.fluid ol {
  margin-left: 0;
}

@media only screen and (max-width: 1279px) {
  #blog #content,
#blog .site-inner {
    padding: 0;
    margin: 0;
  }
}
html {
  line-height: 1.5;
  font-size: 18px;
}

img {
  max-width: 100%;
}

[class$=__desktop] {
  display: block;
}
@media only screen and (max-width: 1023px) {
  [class$=__desktop] {
    display: none;
  }
}

[class$=__mobile] {
  display: none;
}
@media only screen and (max-width: 1023px) {
  [class$=__mobile] {
    display: block;
  }
}

/* DIFM CSS */
#difm-p2 {
  display: block;
  font-size: 16px;
  margin: 0 auto;
}
#difm-p2 p {
  font-size: 14px;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  #difm-p2 p {
    font-size: 16px;
    margin: 10px 0;
  }
}
#difm-p2 h1 {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1em;
  margin: 0 0 0.5em;
}
@media only screen and (max-width: 1023px) {
  #difm-p2 h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 h1 {
    font-size: 32px;
  }
}
#difm-p2 h1 span {
  display: block;
}
#difm-p2 h1 span.average {
  font-weight: 400;
}
#difm-p2 h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 54px;
}
@media only screen and (max-width: 480px) {
  #difm-p2 h2 {
    font-size: 22px;
  }
}
#difm-p2 input[type=text],
#difm-p2 input[type=email],
#difm-p2 textarea {
  width: 100%;
  height: 46px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
}
#difm-p2 textarea {
  height: 120px;
}
#difm-p2 textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c3c3c3;
  font-size: 13px;
}
#difm-p2 textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #c3c3c3;
  font-size: 13px;
}
#difm-p2 textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #c3c3c3;
  font-size: 13px;
}
#difm-p2 textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #c3c3c3;
  font-size: 13px;
}
#difm-p2 .difm-p2-wrap {
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  #difm-p2 .difm-p2-wrap {
    max-width: none;
    width: auto;
  }
}
#difm-p2 #cplogo {
  display: block;
  margin: 20px 0;
  width: 220px;
}
@media only screen and (max-width: 1023px) {
  #difm-p2 #cplogo {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 #cplogo {
    margin: 20px auto;
    /*width: 220px;*/
  }
}
#difm-p2 #difm-p2-hero {
  color: #fff;
  background: url("https://cld.partsimg.com/image/upload/f_auto,dpr_auto/carparts/blog/landing-pages/difm/p2/hero-generic-bg") #6497aa;
  background-size: cover;
  height: 380px;
  margin: 0 auto;
  max-width: 1248px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #difm-p2 #difm-p2-hero {
    height: 340px;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-hero {
    background-position: -500px 0;
    height: auto;
  }
}
#difm-p2 #difm-p2-hero.full {
  max-width: none;
}
@media only screen and (max-width: 1023px) {
  #difm-p2 #difm-p2-hero.full {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-hero.full {
    height: auto;
  }
}
#difm-p2 #difm-p2-hero .difm-p2-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  vertical-align: middle;
}
#difm-p2 #difm-p2-hero .difm-p2-wrap div {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  #difm-p2 #difm-p2-hero .difm-p2-wrap div {
    padding: 20px;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-hero .difm-p2-wrap div {
    padding: 10px 20px 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  #difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content.generic p {
    width: 66%;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content.generic p {
    width: 95%;
  }
}
#difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content .validity {
  color: #2E4787;
  display: block;
  font-weight: 500;
  padding: 10px 0 0;
}
#difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content p {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin: 20px 0;
  width: 80%;
}
@media only screen and (max-width: 1023px) {
  #difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content p {
    font-size: 16px;
    line-height: 20px;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content p {
    width: 95%;
  }
}
#difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content .cost {
  font-size: 16px;
}
#difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content a.terms {
  color: #fff;
  text-decoration: underline;
}
#difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  vertical-align: middle;
}
#difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content section a.number {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  #difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content section a.number {
    font-size: 18px;
  }
}
#difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content section .cta {
  background: #ffce05;
  border-radius: 60px;
  color: #333;
  cursor: pointer;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  margin: 0 30px 0 0;
  text-align: center;
  width: 240px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content section .cta {
    font-size: 20px;
    margin: 0 16px 0 0;
    width: 180px;
  }
}
#difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content section .cta:hover, #difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content section .cta:focus, #difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content section .cta:active {
  background: #ffff52;
}
#difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content .quote {
  font-weight: 600;
}
#difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content em {
  display: block;
  font-size: 11px;
  font-style: normal;
  line-height: 14px;
  width: 90%;
}
@media only screen and (max-width: 1023px) {
  #difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content em {
    font-size: 10px;
    line-height: 12px;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-hero .difm-p2-wrap div.hero-content em {
    width: auto;
  }
}
#difm-p2 #difm-p2-hero .hero-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 550px;
}
@media only screen and (max-width: 1023px) {
  #difm-p2 #difm-p2-hero .hero-img {
    right: -70px;
    top: 20px;
    width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-hero .hero-img {
    position: relative;
    right: -16px;
    width: 100%;
  }
}
#difm-p2 #difm-p2-hero .hero-img.generic {
  bottom: -35px;
  left: 550px;
  margin: 0 auto;
  right: 0;
  width: 650px;
}
@media only screen and (max-width: 1279px) {
  #difm-p2 #difm-p2-hero .hero-img.generic {
    left: 460px;
    width: 580px;
  }
}
@media only screen and (max-width: 1023px) {
  #difm-p2 #difm-p2-hero .hero-img.generic {
    bottom: -18px;
    left: 330px;
    top: initial;
    width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-hero .hero-img.generic {
    bottom: initial;
    left: initial;
    padding: 10px 16px 0;
    position: relative;
    width: 100%;
  }
}
#difm-p2 #difm-p2-services {
  border-bottom: 1px #ccc solid;
  color: #274a62;
  margin: 20px 0 0;
  padding: 0 0 20px;
}
@media only screen and (max-width: 1023px) {
  #difm-p2 #difm-p2-services {
    margin: 20px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-services {
    padding: 0 0 16px;
  }
}
#difm-p2 #difm-p2-services h2 {
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  #difm-p2 #difm-p2-services h2 {
    text-align: center;
  }
}
#difm-p2 #difm-p2-services ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}
#difm-p2 #difm-p2-services ul li {
  list-style: none;
  text-align: center;
}
#difm-p2 #difm-p2-services ul li img {
  width: 75%;
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-services ul li img {
    width: auto;
  }
}
#difm-p2 #difm-p2-availability {
  border-bottom: 1px #ccc solid;
  color: #274a62;
  padding: 0 0 10px;
  margin: 20px 0 0;
}
@media only screen and (max-width: 1023px) {
  #difm-p2 #difm-p2-availability {
    margin: 20px 20px 0;
  }
}
#difm-p2 #difm-p2-availability ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-availability ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#difm-p2 #difm-p2-availability ul li {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-availability ul li {
    text-align: center;
    width: 33.33%;
  }
}
#difm-p2 #difm-p2-availability ul li:nth-child(1) {
  width: 40%;
}
@media only screen and (max-width: 1023px) {
  #difm-p2 #difm-p2-availability ul li:nth-child(1) {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-availability ul li:nth-child(1) {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-availability ul li:nth-child(2), #difm-p2 #difm-p2-availability ul li:nth-child(3) {
    text-align: center;
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-availability ul li:nth-child(2) img, #difm-p2 #difm-p2-availability ul li:nth-child(3) img {
    text-align: center;
    width: 67%;
  }
}
#difm-p2 #difm-p2-availability ul li:nth-child(6) img {
  width: 50%;
}
#difm-p2 #difm-p2-availability ul li h2 {
  font-size: 28px;
  font-weight: 700;
}
#difm-p2 #difm-p2-availability ul li img {
  width: 80%;
}
#difm-p2 #difm-p2-experience {
  margin: 20px 0 40px;
  padding: 10px 20px;
  background: #f4f6f9;
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-experience {
    margin: 20px 0;
  }
}
#difm-p2 #difm-p2-experience p {
  margin: 0 0 20px;
  text-align: center;
}
#difm-p2 #difm-p2-experience h2 {
  margin: 10px 0 0;
  text-align: center;
}
#difm-p2 #difm-p2-experience ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-experience ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 20px;
  }
}
#difm-p2 #difm-p2-experience ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 16px 0;
  vertical-align: middle;
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-experience ul li {
    display: block;
    text-align: center;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-experience ul li:nth-child(3) {
    width: 100%;
  }
}
#difm-p2 #difm-p2-experience ul li:nth-child(3) span {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-experience ul li:nth-child(3) span {
    text-align: center;
  }
}
#difm-p2 #difm-p2-experience ul li:nth-child(3) img {
  /*margin: auto 0;*/
  /*@include custom-max-breakpoints(767){
  	width: 40px; 
  }*/
}
#difm-p2 #difm-p2-experience ul li img {
  margin: auto 16px;
  height: 35px;
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-experience ul li img {
    display: block;
    margin: 0 auto;
  }
}
#difm-p2 #difm-p2-experience ul li span {
  display: block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-experience ul li span {
    margin: 10px auto 0;
  }
}
#difm-p2 #difm-p2-howitworks h2 {
  text-align: center;
  margin-bottom: 40px;
}
#difm-p2 #difm-p2-howitworks .boxes {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-howitworks .boxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#difm-p2 #difm-p2-howitworks .boxes .box {
  width: 40%;
  margin: 0 20px 40px;
  position: relative;
  padding: 50px 20px 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-howitworks .boxes .box {
    margin: 0 0 60px;
    text-align: center;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-howitworks .boxes .box:nth-child(3) {
    margin-bottom: 20px;
  }
}
#difm-p2 #difm-p2-howitworks .boxes .box > span {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  line-height: 64px;
  height: 70px;
  width: 70px;
  overflow: hidden;
  text-align: center;
  border-radius: 70px;
  background: #FF8214;
  margin: auto;
  top: -30px;
  bottom: auto;
  right: 0;
  left: 0;
  position: absolute;
}
#difm-p2 #difm-p2-howitworks .boxes .box > span img {
  width: 34px;
  vertical-align: middle;
}
#difm-p2 #difm-p2-help {
  background: #EAEDF3;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-help {
    margin-bottom: 20px;
    padding: 10px 20px 20px;
  }
}
#difm-p2 #difm-p2-help p {
  margin: 0 auto;
  width: 65%;
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-help p {
    width: auto;
  }
}
#difm-p2 #difm-p2-faq {
  font-size: 16px;
  font-weight: normal;
  max-width: 800px;
  margin: 0 auto 60px auto;
}
#difm-p2 #difm-p2-faq h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  #difm-p2 #difm-p2-faq h2 {
    margin-bottom: 0;
  }
}
#difm-p2 #difm-p2-faq span {
  color: #05629B;
}
#difm-p2 #difm-p2-faq .answer {
  overflow: hidden;
  max-height: 0;
  padding-left: 20px;
  padding-right: 40px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 480px) {
  #difm-p2 #difm-p2-faq .answer {
    font-size: 14px;
  }
}
#difm-p2 #difm-p2-faq > div {
  border-bottom: 1px solid #E0E0E0;
}
#difm-p2 #difm-p2-faq label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 16px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#difm-p2 #difm-p2-faq label:hover {
  background: #f7f7f7;
}
#difm-p2 #difm-p2-faq label strong {
  display: block;
  margin-right: 30px;
}
#difm-p2 #difm-p2-faq label i {
  font-family: 'Material Icons';
  top: 16px;
  right: 10px;
  position: absolute;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#difm-p2 #difm-p2-faq label i:before {
  content: "\e313";
}
#difm-p2 #difm-p2-faq input[type=checkbox] {
  display: none;
}
#difm-p2 #difm-p2-faq input[type=checkbox]:checked ~ label i {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
      transform: scale(-1, -1);
}
#difm-p2 #difm-p2-faq input[type=checkbox]:checked ~ div.answer {
  max-height: 300px;
  padding: 10px 40px 20px 20px;
}
#difm-p2.terms header {
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
}
#difm-p2.terms main {
  display: block;
  max-width: 920px;
  padding: 0 20px;
  margin: 80px auto;
}
#difm-p2.terms h3 {
  max-width: 750px;
  margin: 0 auto;
  line-height: normal;
  text-align: center;
}
#difm-p2.terms p {
  font-size: 16px;
}
#difm-p2.terms .disclaimer {
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  background: #f7f7f7;
}
#difm-p2.terms .disclaimer p {
  color: #838383;
  font-size: 14px;
}