body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 100%;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #000;
}

.header-section {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #000;
}

.navbar {
  display: block;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.nav-menu {
  padding-top: 12px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: transparent;
  font-size: 17px;
  font-weight: 300;
}

.btn-classes {
  margin-right: 14px;
  margin-left: 7px;
  padding: 12px 10px;
  color: #fff;
}

.btn-services {
  color: #fff;
}

.btn-get-ansers {
  margin-right: 7px;
  margin-left: 7px;
  padding: 12px 10px;
  color: #fff;
}

.btn-contact {
  margin-right: 7px;
  margin-left: 7px;
  padding: 12px 10px;
  color: #fff;
}

.nav-link {
  margin-right: 7px;
  margin-left: 7px;
  padding: 12px;
  color: #fff;
}

.slider {
  height: 65vh;
}

.flexbox-services-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 103%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 147px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.service-items {
  width: 100%;
  margin-right: 27px;
  padding-top: 20px;
  padding-bottom: 28px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 69%, .23);
  border-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, rgba(82, 140, 51, .07), #fff);
  background-image: linear-gradient(180deg, rgba(82, 140, 51, .07), #fff);
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.icon-wrap {
  display: block;
  width: 220px;
  height: 220px;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  padding: 36px 0px;
  border-radius: 90%;
  background-color: rgba(75, 129, 46, .99);
  text-align: left;
}

.image {
  display: block;
  margin: 35px 48px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.image.birth-cert {
  margin-top: 21px;
}

.image.reg-title {
  margin-top: 39px;
}

.image.ship-package {
  margin-top: 28px;
  padding-left: 5px;
}

.heading {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(75, 129, 46, .99);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph {
  padding-bottom: 52px;
  color: #4a4a4a;
  font-size: 16px;
  text-align: center;
}

.btn-more {
  display: block;
  padding: 14px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: rgba(75, 129, 46, .99);
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.service-pad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.footer-section {
  padding-top: 52px;
  padding-bottom: 52px;
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
  color: transparent;
}

.special-offers-section {
  padding-top: 130px;
  text-align: left;
}

.special-offers {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-2 {
  margin-bottom: 38px;
  font-family: 'Open Sans', sans-serif;
  font-size: 119%;
  line-height: 26px;
  text-align: center;
}

.heading-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 225%;
  text-align: center;
}

.input-email-address {
  width: 72%;
  height: 51px;
  float: left;
}

.form {
  display: block;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.subscribe-button {
  height: 51px;
  padding: 15px 33px;
  border-radius: 0px 5px 5px 0px;
  background-color: rgba(75, 129, 46, .99);
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.form-wrapper {
  margin-bottom: 174px;
  font-family: 'Open Sans', sans-serif;
}

.flexbox-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: transparent;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.footer-col.copyright {
  width: 240px;
  font-weight: 300;
}

.footer-paragraph {
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
}

.footer-icon {
  margin-right: 9px;
  float: left;
}

.footer-paragraph {
  margin-right: 0px;
  margin-left: 17px;
  padding-right: 0px;
  padding-left: 14px;
  color: #fff;
  font-size: 0.8375em;
}

.text-span {
  color: #ffe400;
  font-weight: 700;
}

.text-span-2 {
  color: #ffe400;
  font-weight: 700;
}

.slide {
  background-image: url('../images/c5.jpg');
  background-position: 0px -52px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-2 {
  background-color: #0098ff;
  background-image: url('../images/c6.jpg');
  background-position: 50% -54px;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon {
  margin-right: -7px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #fff;
}

.hero-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-background.shippingbg {
  max-width: 2000px;
  background-image: -webkit-linear-gradient(10deg, rgba(252, 219, 72, .13), hsla(0, 0%, 100%, 0)), url('../images/shipping.jpg');
  background-image: linear-gradient(80deg, rgba(252, 219, 72, .13), hsla(0, 0%, 100%, 0)), url('../images/shipping.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-background.shippingbg.container {
  background-image: -webkit-linear-gradient(10deg, transparent, hsla(0, 0%, 100%, 0)), url('../images/shipping.jpg');
  background-image: linear-gradient(80deg, transparent, hsla(0, 0%, 100%, 0)), url('../images/shipping.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-background.bg-classes {
  height: 60vh;
  padding-bottom: 105px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(316deg, #000, hsla(0, 0%, 100%, .27) 62%), url('../images/course.jpg');
  background-image: linear-gradient(134deg, #000, hsla(0, 0%, 100%, .27) 62%), url('../images/course.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-background.tax-background {
  background-image: url('../images/pigbank-2018.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-background.notary {
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(51, 51, 51, 0), #fff), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/iStock_000001114252Large-1170x659.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0), #fff), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/iStock_000001114252Large-1170x659.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.heading-3 {
  display: block;
  margin: 21px auto 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  font-size: 59px;
  line-height: 69px;
  font-weight: 900;
  text-align: center;
}

.heading-3.page-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 102px;
}

.section {
  display: block;
  padding: 100px 0px 115px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexbox-class-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 105px 0px 189px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flexbox-course-wrap {
  margin-right: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f8f8f8;
}

.course {
  display: block;
  width: 555px;
  padding: 20px 18px 38px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
}

.price-tag {
  margin-left: 43px;
  float: none;
  color: #000;
  font-weight: 800;
  text-align: left;
}

.course-title {
  margin-top: 0px;
  margin-bottom: 23px;
  color: #4d862f;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
}

.course-title.tax-consulting-title {
  display: block;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  font-size: 37px;
  line-height: 38px;
  font-weight: 900;
  text-align: center;
}

.course-title {
  font-family: Roboto, sans-serif;
  color: #528c33;
  font-size: 33px;
  line-height: 42px;
  font-style: normal;
  font-weight: 700;
}

.course-detial {
  display: block;
  margin-right: 17px;
  margin-bottom: 45px;
  margin-left: 17px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 29px;
}

.btn-sign-today {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 20px;
  background-color: #528c33;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.hero-intro {
  display: block;
  max-width: 39%;
  margin-left: 274px;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-intro.tax-inter {
  margin-top: 119px;
  padding-top: 0px;
}

.hero-intro.shipping-section {
  padding-top: 100px;
}

.hero-intro.classes {
  margin-top: 78px;
}

.class-paragraph {
  margin-bottom: 29px;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 37px;
  font-weight: 300;
}

.class-paragraph.text-w {
  color: #fff;
}

.hero-title {
  width: 490px;
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  line-height: 63px;
  font-weight: 900;
}

.hero-title.claass-today {
  color: #fce051;
}

.hero-button {
  padding: 22px 21px;
  border-radius: 3px;
  background-color: #fce051;
  font-family: 'Open Sans', sans-serif;
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
}

.call-today {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 36px;
  background-color: #d0011b;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  text-align: left;
}

.call-today.btn {
  margin-top: 72px;
  padding-top: 19px;
}

.flexbox-shipping {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col-lt {
  width: 665px;
}

.col-rt {
  width: 458px;

  font-family: 'Open Sans', sans-serif;
}

.section-2 {
  margin-top: 0px;
  padding-top: 134px;
  padding-bottom: 184px;
}

.shipping-note {
  margin-top: 40px;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 19px;
  border: 1px solid #fce051;
  background-color: rgba(252, 224, 81, .17);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block {
  font-size: 19px;
  font-weight: 400;
}

.paragraph-7 {
  margin-bottom: 23px;
  font-size: 17px;
  line-height: 27px;
}

.list-item {
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 21px;
}

.list-item-2 {
  margin-bottom: 24px;
  padding-bottom: 0px;
  font-size: 17px;
  line-height: 27px;
}

.shipping-list {
  margin-bottom: 60px;
  font-size: 17px;
  line-height: 27px;
}

.button {
  padding: 17px 27px;
  font-size: 18px;
}

.button.questiona {
  display: block;
  max-width: 262px;
  background-color: #e53f31;
}

.heading-4 {
  margin-bottom: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.heading-5 {
  margin-bottom: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.btn-login {
  color: #fff;
}

.btn-login.btn-bg-login {
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 32px;
  padding-left: 32px;
  background-color: #fcdb48;
  color: #000;
  font-weight: 600;
}

.btn-login {
  color: #f5f55a;
  font-size: 17px;
}

.btn-login.btn-bg-login {
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 19px;
}

.container {
  display: block;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.copyright {
  color: #fff;
}

.dropdown-toggle {
  margin-right: 7px;
  margin-left: 7px;
}

.column-2 {
  position: static;
}

.nav-link-2 {
  padding-right: 10px;
  padding-left: 10px;
}

.nav-link-3 {
  padding-right: 10px;
  padding-left: 10px;
}

.nav-link-4 {
  padding-right: 10px;
  padding-left: 10px;
}

.nav-link-5 {
  padding-right: 10px;
  padding-left: 10px;
}

.dropdown-toggle-2 {
  padding-right: 40px;
  padding-left: 10px;
}

.dropdown-toggle-3 {
  padding-left: 10px;
}

.col-background {
  padding: 26px 10px 23px;
  background-color: hsla(0, 0%, 88%, .27);
}

.col-background.hi {
  padding-bottom: 52px;
}

.h-service-setion {
  padding-top: 115px;
  padding-bottom: 115px;
}

.consulting-space {
  padding-top: 0px;
}

.notary-section {
  padding: 13px 43px 36px 23px;
  background-color: #f8f8f8;
}

.notary-list {
  padding-top: 11px;
  padding-bottom: 16px;
  padding-left: 52px;
  line-height: 33px;
}

.other-lists {
  padding-top: 127px;
  text-align: center;
}

.other-lists.regstration-padding {
  padding-top: 57px;
}

.other-services {
  margin-right: 48px;
  margin-left: 48px;
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  line-height: 39px;
}

.other-services-title {
  font-family: Roboto, sans-serif;
  font-size: 59px;
}

.paragraph-8 {
  font-size: 19px;
  line-height: 26px;
}

.h3-notay {
  font-size: 27px;
}

.btn-notary {
  width: 281px;
  padding: 17px 15px;
  background-color: #4c812f;
  color: #fff;
  font-size: 18px;
}

.dropdown-toggle-4 {
  margin-right: 14px;
  padding: 12px 10px 12px 12px;
}

.icon-3 {
  margin-right: -8px;
}

.dropdown-link {
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.dropdown-link.menu-list {
  margin-left: 0px;
}

.dropdown-list.w--open {
  margin-left: 20px;
}

.dropdown-list-2.w--open {
  margin-top: 1px;
  margin-left: 14px;
}

.dropdown {
  margin-right: 12px;
}

.column-3 {
  padding-left: 0px;
}

.input-textarea {
  overflow: auto;
  padding-top: 8px;
}

.contact-address {
  margin-top: 15px;
}

.address {
  margin-bottom: 19px;
}

.contact-hours {
  margin-top: 0px;
  padding-top: 17px;
}

.contact-space {
  padding-top: 11px;
}

.text-block-2 {
  padding-top: 16px;
}

.h-intro {
  width: 700px;
  margin-top: 170px;
  margin-left: 119px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 82px;
  line-height: 47px;
  font-weight: 900;
  text-transform: uppercase;
}

.h-intro-cap {
  font-size: 50px;
  line-height: 0px;
}

.textlg {
  line-height: 76px;
}
textarea.input-textarea{
  height: 320px;
}
.w-button{
  background-color: green;
}




table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

@media (max-width: 991px) {
  .service-items {
    display: block;
    width: 34%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .icon-wrap {
    width: 99%;
    height: 40%;
  }
}

@media (max-width: 479px) {
  .slider {
    height: 30vh;
  }
  .flexbox-services-container {
    padding-top: 41px;
  }
  .service-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .icon-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-button {
    margin-right: 12px;
    padding: 9px 7px;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #fff;
  }
  .icon-2 {
    border: 1px none #000;
    background-color: #fff;
  }
}
