.seorocket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.seorocket img {
  display: block;
  max-width: 100%;
}
.seorocket h2 {
  font-family: "Roboto-medium";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  color: #000000;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .seorocket h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
.seorocket p {
  margin: 0;
}
.seorocket .wrap {
  max-width: 1286px;
  width: 100%;
  padding: 0 12px;
  margin: 0 auto;
}
.seorocket .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 0 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
  color: #FFFFF;
  background: #000000;
  border-radius: 150px;
  padding: 12px 60px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.seorocket .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7fbff;
  padding: 170px 0;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .seorocket .hero {
    padding: 0 0 80px 0;
  }
}
.seorocket .hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1000px) {
  .seorocket .hero .bg {
    position: relative;
    top: unset;
    left: -12px;
    width: calc(100% + 24px);
    bottom: unset;
    right: unset;
  }
}
.seorocket .hero .bg img {
  margin-left: auto;
  height: 100%;
  width: 45%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1000px) {
  .seorocket .hero .bg img {
    width: 100%;
    -o-object-fit: unset;
       object-fit: unset;
    height: auto;
  }
}
.seorocket .hero .text {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  .seorocket .hero .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 30px 0 0 0;
  }
}
.seorocket .hero .text h1 {
  font-family: "Roboto-bold";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 62px;
  color: #FFFFF;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .seorocket .hero .text h1 {
    font-size: 32px;
    line-height: 43px;
    text-align: center;
  }
}
.seorocket .hero .text p {
  margin: 30px 0 0 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  color: #fffff;
}
@media only screen and (max-width: 1000px) {
  .seorocket .hero .text p {
    margin: 24px 0 0 0;
    text-align: center;
  }
}
.seorocket .benefits {
  background: #FFFFFF;
  padding: 80px 0;
}
@media only screen and (max-width: 1000px) {
  .seorocket .benefits {
    padding: 60px 0;
  }
}
.seorocket .benefits .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 80px;
}
@media only screen and (max-width: 1000px) {
  .seorocket .benefits .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 30px;
  }
}
.seorocket .benefits .wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1000px) {
  .seorocket .benefits .wrap .item {
    margin: 0 auto;
  }
}
.seorocket .benefits .wrap .item .icon {
  width: 96px;
  height: 96px;
}
.seorocket .benefits .wrap .item p {
  margin: 16px 0 0 0;
  font-family: "Roboto-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #212529;
}
.seorocket .business-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7fbff;
  padding: 100px 0;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .seorocket .business-partner {
    padding: 0 0 80px 0;
  }
}
.seorocket .business-partner .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1000px) {
  .seorocket .business-partner .bg {
    position: relative;
    top: unset;
    left: -12px;
    width: calc(100% + 24px);
    bottom: unset;
    right: unset;
  }
}
.seorocket .business-partner .bg:after {
  content: "";
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: right;
}
@media only screen and (max-width: 1000px) {
  .seorocket .business-partner .bg:after {
    width: 100%;
    height: 100%;
  }
}
.seorocket .business-partner .bg img {
  height: 100%;
  width: 45%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .seorocket .business-partner .bg img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.seorocket .business-partner .text {
  width: 50%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  .seorocket .business-partner .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0 0 0;
    width: 100%;
  }
  .seorocket .business-partner .text h2 {
    text-align: center;
  }
}
.seorocket .business-partner .text p {
  margin: 30px 0 0 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  color: #212529;
}
@media only screen and (max-width: 1000px) {
  .seorocket .business-partner .text p {
    margin: 24px 0 0 0;
    text-align: center;
  }
}
.seorocket .business-partner .text ul {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1000px) {
  .seorocket .business-partner .text ul {
    margin: 24px 0 0 0;
    width: 100%;
  }
}
.seorocket .business-partner .text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #212529;
}
@media only screen and (max-width: 1000px) {
  .seorocket .business-partner .text ul li + li {
    margin-top: 20px;
  }
}
.seorocket .business-partner .text ul li::before {
  content: "";
  background: url("../img/check_13x13.svg") no-repeat center;
  width: 13px;
  height: 13px;
  margin: 4px 8px 0 0;
}
.seorocket .partners-slider {
  padding: 60px 0;
  background: #F7F7F7;
}
@media only screen and (max-width: 1000px) {
  .seorocket .partners-slider {
    padding: 40px 0;
  }
}
.seorocket .ms-365 {
  padding: 80px 0;
  background: #FFFFFF;
}
@media only screen and (max-width: 1000px) {
  .seorocket .ms-365 h2 {
    text-align: center;
  }
}
.seorocket .ms-365.gray-bg {
  background: #F7F7F7;
}
.seorocket .ms-365 .wrap .row-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 1000px) {
  .seorocket .ms-365 .wrap .row-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 24px 0 0 0;
  }
}
.seorocket .ms-365 .wrap .row-c .col-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.seorocket .ms-365 .wrap .row-c .col-c p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #212529;
}
@media only screen and (max-width: 1000px) {
  .seorocket .ms-365 .wrap .row-c .col-c p {
    text-align: center;
  }
}
.seorocket .ms-365 .wrap .row-c .col-c .cta {
  margin: 0 0 0 50px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-width: 1000px) {
  .seorocket .ms-365 .wrap .row-c .col-c .cta {
    margin: 30px 0 0 0;
  }
}
.seorocket .ms-365 .wrap .grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(244px, 1fr));
  gap: 50px;
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 1000px) {
  .seorocket .ms-365 .wrap .grid-4 {
    margin: 40px 0 0 0;
    gap: 15px;
  }
}
.seorocket .ms-365 .wrap .grid-4 .item {
  border: 2px solid #D3D3D3;
  border-radius: 20px;
  padding: 20px;
}
.seorocket .ms-365 .wrap .grid-4 .item .icon {
  width: 67px;
  height: 67px;
}
.seorocket .ms-365 .wrap .grid-4 .item .title {
  margin: 20px 0 0 0;
  font-family: "Roboto-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  position: relative;
}
.seorocket .ms-365 .wrap .grid-4 .item .title::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 36px;
  height: 2px;
  background: #000000;
}
.seorocket .ms-365 .wrap .grid-4 .item ul {
  list-style: none;
  padding: 0;
  margin: 32px 0 0 0;
}
.seorocket .ms-365 .wrap .grid-4 .item ul li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #212529;
}
.seorocket .ms-365 .wrap .grid-4 .item p {
  margin: 32px 0 0 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #212529;
}
.seorocket .ms-365 .wrap .grid-2 {
  -webkit-filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.15));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 1000px) {
  .seorocket .ms-365 .wrap .grid-2 {
    gap: 10px;
    margin: 67px 0 0 0;
    grid-template-columns: 1fr;
  }
}
.seorocket .ms-365 .wrap .grid-2 .item {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 30px 30px 30px 147px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .seorocket .ms-365 .wrap .grid-2 .item {
    padding: 20px;
  }
}
.seorocket .ms-365 .wrap .grid-2 .item::before {
  content: "";
  width: 87px;
  height: 87px;
  background: url("../img/check_87x87.svg") no-repeat center;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1000px) {
  .seorocket .ms-365 .wrap .grid-2 .item::before {
    content: none;
  }
}
.seorocket .ms-365 .wrap .grid-2 .item .title {
  font-family: "Roboto-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #212529;
  margin: 0 0 32px 0;
  position: relative;
}
.seorocket .ms-365 .wrap .grid-2 .item .title::after {
  content: "";
  width: 36px;
  height: 2px;
  background: #BB8448;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
}
.seorocket .ms-365 .wrap .grid-2 .item p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #212529;
}
.seorocket .compare {
  background: #F7F7F7;
  padding: 80px 0;
}
.seorocket .compare .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seorocket .compare .wrap h2 {
  text-align: center;
}
.seorocket .compare .wrap > p {
  margin: 30px 0 0 0;
  max-width: 1000px;
  width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #212529;
}
@media only screen and (max-width: 1000px) {
  .seorocket .compare .wrap > p {
    margin: 24px 0 0 0;
  }
}
.seorocket .compare .wrap .block-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 1000px) {
  .seorocket .compare .wrap .block-c {
    display: block;
    max-width: calc(100% + 24px);
    width: calc(100% + 24px);
    left: -12px;
    position: static;
  }
  .seorocket .compare .wrap .block-c .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .seorocket .compare .wrap .block-c .slick-slide {
    height: inherit !important;
  }
  .seorocket .compare .wrap .block-c .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
  }
  .seorocket .compare .wrap .block-c .slick-dots li {
    padding: 0 8px;
  }
  .seorocket .compare .wrap .block-c .slick-dots li::before {
    content: none;
  }
  .seorocket .compare .wrap .block-c .slick-dots li.slick-active button {
    background: #BB8448;
  }
  .seorocket .compare .wrap .block-c .slick-dots li button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: transparent;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D3D3D3;
  }
}
.seorocket .compare .wrap .block-c .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  padding: 48px 38px 22px;
}
@media only screen and (max-width: 1000px) {
  .seorocket .compare .wrap .block-c .item {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    margin: 12px;
  }
}
.seorocket .compare .wrap .block-c .item::before {
  content: "";
  width: 94px;
  height: 87px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 0 16px 0;
}
.seorocket .compare .wrap .block-c .item .title, .seorocket .compare .wrap .block-c .item .title p {
  font-family: "Roboto-medium";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #212529;
  text-align: center;
}
.seorocket .compare .wrap .block-c .item .title {
  margin: 0 0 40px 0;
  position: relative;
}
.seorocket .compare .wrap .block-c .item .title::after {
  content: "";
  width: 36px;
  height: 2px;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.seorocket .compare .wrap .block-c .item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.seorocket .compare .wrap .block-c .item ul li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #212529;
  text-align: center;
  margin: 0;
}
.seorocket .compare .wrap .block-c .item ul li::before {
  content: none;
}
.seorocket .compare .wrap .block-c .item ul li:first-child {
  font-family: "Roboto-medium";
}
.seorocket .compare .wrap .block-c .item ul li:not(:last-child) {
  padding: 0 0 12px 0;
  margin: 0 0 12px 0;
  border-bottom: 1px solid #D9D9D9;
}
.seorocket .compare .wrap .block-c .item.saas::before {
  background-image: url("../img/saas.svg");
}
.seorocket .compare .wrap .block-c .item.saas .title span, .seorocket .compare .wrap .block-c .item.saas .title p span {
  color: #BB8448;
}
.seorocket .compare .wrap .block-c .item.saas .title::after {
  background: #BB8448;
}
.seorocket .compare .wrap .block-c .item.on-premise::before {
  background-image: url("../img/onpremise.svg");
}
.seorocket .compare .wrap .block-c .item.on-premise .title span, .seorocket .compare .wrap .block-c .item.on-premise .title p span {
  color: #FC4948;
}
.seorocket .compare .wrap .block-c .item.on-premise .title::after {
  background: #FC4948;
}
.seorocket .compare .wrap .block-c .vs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1000px) {
  .seorocket .compare .wrap .block-c .vs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .seorocket .compare .wrap .block-c .vs.slick-slide {
    display: none;
  }
}
.seorocket .compare .wrap .block-c .vs .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 79px;
  min-width: 79px;
  height: 79px;
  margin: 20px;
  background: #212529;
  font-family: "Roboto-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 43px;
  color: #FFFFFF;
  border-radius: 50%;
}
.seorocket .erp-solution {
  background: #181F29 url("../img/erp-solution.png") no-repeat center;
  background-size: cover;
  padding: 100px 0;
  min-height: 507px;
}
@media only screen and (max-width: 1000px) {
  .seorocket .erp-solution {
    min-height: 673px;
    padding: 80px 0 220px 0;
    background-image: url("../img/erp-solution_mobile.png");
    background-position: center bottom;
    background-size: 100% auto;
  }
}
.seorocket .erp-solution .wrap .text {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .seorocket .erp-solution .wrap .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.seorocket .erp-solution .wrap .text h2 {
  color: #FFFFFF;
}
@media only screen and (max-width: 1000px) {
  .seorocket .erp-solution .wrap .text h2 {
    text-align: center;
  }
}
.seorocket .erp-solution .wrap .text p {
  margin: 30px 0 0 0;
  font-family: "Roboto-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #E4E4E4;
}
@media only screen and (max-width: 1000px) {
  .seorocket .erp-solution .wrap .text p {
    margin: 24px 0 0 0;
    text-align: center;
  }
}
.seorocket .impact-study {
  padding: 80px 0;
}
.seorocket .impact-study .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seorocket .impact-study .wrap h2 {
  text-align: center;
}
.seorocket .impact-study .wrap > p {
  margin: 35px 0 0 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #212529;
  max-width: 1000px;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .seorocket .impact-study .wrap > p {
    margin: 30px 0 0 0;
  }
}
.seorocket .impact-study .wrap .row-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 1000px) {
  .seorocket .impact-study .wrap .row-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.seorocket .impact-study .wrap .row-c .col-c {
  padding: 20px 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1000px) {
  .seorocket .impact-study .wrap .row-c .col-c {
    padding: 40px 0;
    margin: 0 38px;
  }
}
.seorocket .impact-study .wrap .row-c .col-c .title {
  font-family: "Roboto-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 70px;
  text-align: center;
  color: #000000;
}
@media only screen and (max-width: 1000px) {
  .seorocket .impact-study .wrap .row-c .col-c .title {
    font-size: 46px;
    line-height: 62px;
  }
}
.seorocket .impact-study .wrap .row-c .col-c p {
  margin: 10px 0 0 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
@media only screen and (max-width: 1000px) {
  .seorocket .impact-study .wrap .row-c .col-c p {
    margin: 8px 0 0 0;
  }
}
.seorocket .impact-study .wrap .row-c .col-c:not(:last-child) {
  border-right: 1px solid #D3D3D3;
}
@media only screen and (max-width: 1000px) {
  .seorocket .impact-study .wrap .row-c .col-c:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #D3D3D3;
  }
}
.seorocket .impact-study .wrap .cta {
  margin: 40px auto 0 auto;
}
@media only screen and (max-width: 1000px) {
  .seorocket .impact-study .wrap .cta {
    margin: 0;
  }
}
.seorocket .impact-study .wrap .text p {
  margin: 35px 0 0 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  max-width: 820px;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .seorocket .impact-study .wrap .text p {
    margin: 30px 0 0 0;
  }
}
.seorocket .faq {
  padding: 80px 0;
  border-top: 1px solid #FFFFFF;
}
.seorocket .faq .wrap h2 {
  text-align: center;
}
.seorocket .faq .wrap .list {
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 1000px) {
  .seorocket .faq .wrap .list {
    margin: 24px 0 0 0;
  }
}
.seorocket .faq .wrap .list .faq-item {
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
  border-radius: 25px;
}
.seorocket .faq .wrap .list .faq-item + .faq-item {
  margin-top: 20px;
}
.seorocket .faq .wrap .list .faq-item.active {
  border-color: #000000;
}
.seorocket .faq .wrap .list .faq-item.active .top::after {
  background-image: url("https://seorocket.lt/sumazinimas.svg");
}
.seorocket .faq .wrap .list .faq-item.active .content {
  display: block;
}
.seorocket .faq .wrap .list .faq-item .top {
  font-family: "Roboto-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #212529;
  padding: 30px 84px 30px 30px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1000px) {
  .seorocket .faq .wrap .list .faq-item .top {
    padding: 26px 58px 26px 20px;
    font-size: 15px;
    line-height: 20px;
  }
}
.seorocket .faq .wrap .list .faq-item .top::after {
  content: "";
  width: 34px;
  height: 34px;
  background: url("https://seorocket.lt/padidinimas.svg") no-repeat center;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
}
@media only screen and (max-width: 1000px) {
  .seorocket .faq .wrap .list .faq-item .top::after {
    width: 28px;
    height: 28px;
    right: 20px;
  }
}
.seorocket .faq .wrap .list .faq-item .content {
  display: none;
  padding: 0 30px 30px 30px;
}
@media only screen and (max-width: 1000px) {
  .seorocket .faq .wrap .list .faq-item .content {
    padding: 0 20px 26px 20px;
  }
}
.seorocket .faq .wrap .list .faq-item .content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  color: #212529;
}
.seorocket .faq .wrap .list .faq-item .content p + p {
  margin-top: 26px;
}/*# sourceMappingURL=custom.css.map */
.seorocket h3 {
  font-family: "Roboto-medium";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
  color: #000000;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .seorocket h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

.seorocket .antrasimagas {
  background: #fff;
}
@media only screen and (min-width: 1000px) {
  .seorocket .antrasimagas .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0;
  position: relative;
}

.seorocket .antrasimagas .bg2 {
	position: relative;
	order: 2;
	flex: 1;
}
	
.seorocket .antrasimagas .text2 {
	order: 1;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.seorocket .antrasimagas .text2 p {
	padding-right: 100px
}
}



@media only screen and (max-width: 1000px) {
  .seorocket .antrasimagas .text2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0 0 0;
    width: 100%;
  }
  .seorocket .antrasimagas .text2 h2 {
    text2-align: center;
  }
}
.seorocket .antrasimagas .text2 p {
  margin: 30px 0 0 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text2-align: justify;
  color: #212529;
}
@media only screen and (max-width: 1000px) {
  .seorocket .antrasimagas .text2 p {
    margin: 24px 0 0 0;
    text2-align: center;
  }
}
.seorocket .antrasimagas .text2 ul {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1000px) {
  .seorocket .antrasimagas .text2 ul {
    margin: 24px 0 0 0;
    width: 100%;
  }
}
.seorocket .antrasimagas .text2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #212529;
}
@media only screen and (max-width: 1000px) {
  .seorocket .antrasimagas .text2 ul li + li {
    margin-top: 20px;
  }
}
.seorocket .antrasimagas .text2 ul li::before {
  content: "";
  background: url("../img/check_13x13.svg") no-repeat center;
  width: 13px;
  height: 13px;
  margin: 4px 8px 0 0;
  }


.seorocket .benefits .wrap .pasitestuojam .woyagewoyage {
  width: 600px;
  height: 400px;
}

.seorocket .benefits .wrap .pasitestuojam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
@media only screen and (max-width: 1000px) {
  .seorocket .benefits .wrap .pasitestuojam {
    margin: 0 auto;
  }
}

.seorocket .benefits .wrap .pasitestuojam p {
  margin: 16px 0 0 0;
  font-family: "Roboto-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #212529;
}


.lentele {
    border-collapse: collapse;
    margin: 20px;
    font-size: 15px;
    font-family: Roboto;
    min-width: 400px;
    text-align: center;
    width: 100%; 
	display: flex;
    justify-content: center;
    align-items: center;

}
@media only screen and (max-width: 1000px) {
    .lentele {
			    display: -webkit-box;
    display: -ms-flexbox;
    display: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: text;
            flex-direction: text;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    width: 100%;
  
}
}