.ts-header {
  text-align: center;
}

.ts-hdr-1 {
  grid-area: ts-hdr-1;
}

.ts-buttons {
  grid-area: ts-buttons;
}

.ts-img {
  grid-area: ts-img;
}

.try-button {
  font-size: 1.1rem;
  background-color: white;
  color: #0d436b;
  font-weight: bold;
}
.try-button:hover {
  background-color: #087FB2;
  color: white;
  transition: color 0.3s, background-color 0.3s;
}

.demo-button {
  font-size: 1.1rem;
  background-color: #49bb87;
  color: white;
  font-weight: bold;
}
.demo-button:hover {
  background-color: rgb(56.848, 152.152, 108.68);
  color: #0d436b;
  transition: color 0.3s, background-color 0.3s;
}

@media (min-width: 200px) {
  #header-wrapper {
    height: 368px;
    overflow: hidden;
  }
  #ts-background {
    background-color: #0F426B;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 380px;
    overflow: hidden;
  }
  #ts-header {
    padding-top: 35px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "ts-hdr-1" "ts-buttons" "ts-img";
    margin-bottom: 20px;
  }
  #ts-header .heading1,
  #ts-header .heading2,
  #ts-header .heading3 {
    color: #fff;
    display: inline-block;
  }
  #ts-header .heading1 {
    font-size: 1.6rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-weight: 300 !important;
    display: block;
    width: 100%;
  }
  #ts-header .heading2 {
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: normal;
    max-width: 324px;
  }
  #ts-header .heading3 {
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 400 !important;
    max-width: 90%;
  }
  .ts-hdr-1 {
    text-align: center;
    z-index: 10;
    width: 100%;
  }
  .ts-buttons {
    text-align: center;
    z-index: 10;
    margin-top: 1.5rem;
  }
  .ts-img {
    height: auto;
  }
  .ts-space-left,
  .ts-space-right {
    display: none;
  }
  .ts-header-img {
    height: 316px;
    bottom: 0;
    opacity: 0.2;
    position: absolute;
    left: -180px;
    z-index: 1;
  }
  .ts-header-img-grad {
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(15, 66, 107) 100%);
  }
}
@media (min-width: 380px) {
  #ts-header {
    margin-bottom: 110px;
  }
}
@media (min-width: 420px) {
  #ts-header .heading2 {
    line-height: 1.9rem;
  }
  #ts-header {
    padding-top: 50px;
  }
}
@media (min-width: 539px) {
  #ts-header {
    margin-bottom: 130px;
  }
  #ts-header .heading2 {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  #header-wrapper {
    height: 390px;
  }
  #ts-background {
    height: 416px;
  }
  #ts-header {
    grid-template-areas: "ts-hdr-1 ts-img" "ts-buttons ts-img" ". ts-img";
    margin-bottom: 110px;
    grid-template-columns: 70% 30%;
    margin-left: 30px;
  }
  #ts-header .heading1 {
    font-size: 1.9rem;
    line-height: 1.9rem;
  }
  #ts-header .heading2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  #ts-header .heading3 {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .ts-hdr-1 {
    text-align: left;
    z-index: 10;
  }
  .ts-buttons {
    text-align: left;
    padding-top: 10px;
    z-index: 10;
    margin-top: 3rem;
  }
  .ts-img {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .ts-header-img {
    height: auto;
    top: auto;
    position: relative;
    width: 1054px;
    left: 0;
    z-index: 1;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  #header-wrapper {
    height: 440px;
  }
  #ts-background {
    height: 517px;
  }
  #ts-header {
    margin-bottom: 170px;
  }
  #ts-header .heading1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  #ts-header .heading2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  #ts-header .heading3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .ts-buttons {
    padding-top: 27px;
    margin-top: 2rem;
  }
  .ts-header-img {
    width: 1192px;
  }
  .ts-header-img-grad {
    width: 850px;
  }
}
@media (min-width: 1200px) {
  #ts-header {
    grid-template-columns: 600px 600px;
    grid-template-rows: auto;
    grid-template-areas: "ts-hdr-1 ts-img" "ts-buttons ts-img" ". ts-img";
    margin: 0 auto 100px auto;
    max-width: 1200px;
    padding-left: 30px;
  }
  .ts-header-img {
    width: 1196px;
    right: 0;
  }
  .ts-hdr-1 .heading2 {
    max-width: 100%;
  }
}
.section-title {
  font-size: 2rem;
  color: #0d436b;
}
.section-title span {
  color: #49bb87;
}
.section-title-center {
  color: #0d436b;
  text-align: center;
  display: block;
  width: 100%;
}
.section-title-center span {
  color: #49bb87;
}

h3 {
  color: #006798;
}
h3.section-title {
  font-size: 1.5rem;
}

h4 {
  color: #006798;
}
h4.section-title {
  font-size: 1.3rem;
}

h5 {
  color: #006798;
}
h5.section-title {
  font-size: 1.1rem;
}

.list-green-check li {
  line-height: 24px;
  position: relative;
  list-style: none;
  font-size: 1.2rem;
}

.list-green-check li::before {
  position: absolute;
  content: "\f058";
  left: -30px;
  top: 2px;
  color: #34C88A;
  font-family: "fontawesome";
  font-size: 19px;
}

.ls-blue-heading {
  background: #0F426B;
  color: #FFF;
}

.testimonial-image-round {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: inline-block;
}

.testimonial-grid {
  margin: 80px auto 100px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 20px;
  box-sizing: border-box;
  padding: 20px;
}

.testimonial-grid .box {
  position: relative;
  padding: 80px 40px 40px;
  transition: 0.5s;
  text-align: center;
  background: #efefef;
  border: 1px solid #ccc;
}

.testimonial-grid .box:hover {
  background: #0d436b;
}

.testimonial-grid .box p {
  margin: 0;
  padding: 0;
  transition: 0.5s;
}

.testimonial-grid .box h4 {
  margin: 20px 0 0 0;
  padding: 0;
  transition: 0.5s;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: #087FB2;
}

.testimonial-grid .box h4 span {
  font-weight: 600;
  font-size: 14px;
  color: #c5c5c5;
  transition: 0.5s;
}

.testimonial-grid .box:hover p,
.testimonial-grid .box:hover h4,
.testimonial-grid .box:hover h4 span {
  color: #fff;
}

.testimonial-grid .box .imgBox {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ccc;
}
.testimonial-grid .box .imgBox.small {
  top: 20px;
  left: auto;
  right: 30px;
  width: 60px;
  height: 60px;
}

.testimonial-grid .box:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 80px;
  height: 80px;
  background: url(../../images/icons/quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.25;
  transition: 0.5s;
  pointer-events: none;
}

.testimonial-grid .box:hover:before {
  transform: translateY(-60px);
  opacity: 1;
}

.testimonial-grid .box:after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 80px;
  height: 80px;
  background: url(../../images/icons/quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.25;
  transition: 0.5s;
  pointer-events: none;
  transform: rotate(180deg) translateY(0px);
}

.testimonial-grid .box:hover:after {
  transform: rotate(180deg) translateY(-60px);
  opacity: 1;
}

.wrapper-box {
  width: 100%;
  height: auto;
}
.wrapper-box.b1 {
  background-color: #0d436b;
}
.wrapper-box.b2 {
  background-color: rgb(18.525, 95.475, 152.475);
}
.wrapper-box.b3 {
  background-color: rgb(24.05, 123.95, 197.95);
}
.wrapper-box.b4 {
  background-color: rgb(43.675, 150.325, 229.325);
}

.gb1 {
  grid-area: gb1;
}

.gb2 {
  grid-area: gb2;
}

.grid-box-2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  grid-template-areas: "gb1" "gb2";
  margin-bottom: 20px;
}
.grid-box-2 h3 {
  font-size: 2rem;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 2.3rem;
  padding: 0 20px;
}
.grid-box-2 .text-wrapper {
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #fff;
  padding: 0 20px;
}
.grid-box-2 .gb1, .grid-box-2 .gb2 {
  padding: 20px;
}
.grid-box-2 .gb1.animation, .grid-box-2 .gb2.animation {
  display: none;
}

.love_bullets {
  margin: 0;
  padding-left: 0;
}
.love_bullets li {
  margin-top: 10px;
  margin-left: 0;
  font-size: 1.2rem;
}

/*** BUTTONS ***/
.cta-button-wrapper {
  margin: 50px 0;
  text-align: center;
}
.cta-button-wrapper .left-text {
  display: inline-block;
}
.cta-button-wrapper.double-button .cta-button {
  padding: 10px 30px;
  margin: 10px 10px;
}
.cta-button-wrapper.double-button.features {
  margin: 40px auto 20px auto;
}
.cta-button-wrapper.video {
  margin-top: 40px;
  margin-bottom: 50px;
}
.cta-button-wrapper.video .left-text:has(.img-large) {
  display: none;
}
.cta-button-wrapper.video .left-text:has(.img-small) {
  display: block;
}
.cta-button-wrapper.cservice {
  margin-top: 50px;
  margin-bottom: 0;
}
.cta-button-wrapper.partner {
  margin-top: 50px;
  margin-bottom: 20px;
}
.cta-button-wrapper.whyrentec-btn {
  margin: 35px 0 30px 0;
}
.cta-button-wrapper.category {
  margin-top: 15px;
  margin-bottom: 40px;
}
.cta-button-wrapper .cta-button-outline,
.cta-button-wrapper .cta-button-yellow,
.cta-button-wrapper .cta-button-blue {
  padding: 10px 60px;
  font-size: 18px;
  border-radius: 10px;
  display: inline-block;
  width: 90%;
}
.cta-button-wrapper .cta-button-outline:hover, .cta-button-wrapper .cta-button-outline:active, .cta-button-wrapper .cta-button-outline:focus,
.cta-button-wrapper .cta-button-yellow:hover,
.cta-button-wrapper .cta-button-yellow:active,
.cta-button-wrapper .cta-button-yellow:focus,
.cta-button-wrapper .cta-button-blue:hover,
.cta-button-wrapper .cta-button-blue:active,
.cta-button-wrapper .cta-button-blue:focus {
  transition: 0.5s;
  color: #fff !important;
}
.cta-button-wrapper .cta-button-outline {
  border: 1px solid #157eb2;
  color: #157eb2 !important;
  background-color: transparent;
}
.cta-button-wrapper .cta-button-outline:hover, .cta-button-wrapper .cta-button-outline:active, .cta-button-wrapper .cta-button-outline:focus {
  background-color: #157eb2;
  border: 1px solid rgb(12.9271356784, 77.5628140704, 109.5728643216);
}
.cta-button-wrapper .cta-button-yellow {
  border: 1px solid rgb(181.5357142857, 128.1428571429, 13.9642857143);
  color: #0d436b !important;
  background-color: #eead22;
}
.cta-button-wrapper .cta-button-yellow:hover, .cta-button-wrapper .cta-button-yellow:active, .cta-button-wrapper .cta-button-yellow:focus {
  background-color: #49bb87;
  border: 1px solid rgb(49.912, 133.588, 95.42);
}
.cta-button-wrapper .cta-button-blue {
  border: 1px solid rgb(4.7096774194, 74.7661290323, 104.7903225806);
  color: white !important;
  background-color: #087FB2;
}
.cta-button-wrapper .cta-button-blue:hover, .cta-button-wrapper .cta-button-blue:active, .cta-button-wrapper .cta-button-blue:focus {
  background-color: #49bb87;
  border: 1px solid rgb(49.912, 133.588, 95.42);
}
.cta-button-wrapper-dark .cta-button-outline {
  border: 1px solid #fff;
  color: #fff !important;
}
.cta-button-wrapper-dark .cta-button-outline:hover, .cta-button-wrapper-dark .cta-button-outline:active, .cta-button-wrapper-dark .cta-button-outline:focus {
  background-color: #fff;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  color: #0d436b !important;
}
.cta-button-wrapper-dark .cta-button-yellow {
  border: 1px solid rgb(181.5357142857, 128.1428571429, 13.9642857143);
  color: #0d436b !important;
}
.cta-button-wrapper-dark .cta-button-yellow:hover, .cta-button-wrapper-dark .cta-button-yellow:active, .cta-button-wrapper-dark .cta-button-yellow:focus {
  background-color: #49bb87;
  border: 1px solid rgb(49.912, 133.588, 95.42);
}

@media (min-width: 200px) {
  body {
    position: absolute;
  }
  #ts-header {
    margin-bottom: 60px;
  }
  .list-green-check li {
    margin-bottom: 32px;
  }
  .grid-2x2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    grid-template-areas: "grid-1" "grid-2" "grid-3" "grid-4";
  }
  .grid-2x2 .grid-1 {
    grid-area: grid-1;
    border: 1px solid #087FB2;
    border-radius: 5px;
    padding: 30px;
  }
  .grid-2x2 .grid-2 {
    grid-area: grid-2;
    border: 1px solid #087FB2;
    border-radius: 5px;
    padding: 30px;
  }
  .grid-2x2 .grid-3 {
    grid-area: grid-3;
    border: 1px solid #087FB2;
    border-radius: 5px;
    padding: 30px;
  }
  .grid-2x2 .grid-4 {
    grid-area: grid-4;
    border: 1px solid #087FB2;
    border-radius: 5px;
    padding: 30px;
  }
  .grid-2x2 .img-wrapper {
    height: 150px;
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: center;
  }
  .grid-2x2 .img-wrapper img {
    width: 100%;
  }
  .user-site .grid-2x2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    grid-template-areas: "grid-1" "grid-2";
  }
  .user-site .grid-2x2 .grid-1 {
    grid-area: grid-1;
    border: none;
  }
  .user-site .grid-2x2 .grid-1 ul li {
    margin-bottom: 15px;
  }
  .user-site .grid-2x2 .grid-2 {
    grid-area: grid-2;
    border: none;
  }
  .user-site .grid-2x2 .grid-2 img {
    width: 95%;
  }
  .vacancies .grid-2x2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    grid-template-areas: "grid-1" "grid-2";
  }
  .vacancies .grid-2x2 .grid-1 {
    grid-area: grid-1;
    border: none;
    padding: 15px;
  }
  .vacancies .grid-2x2 .grid-1 ul li {
    margin-bottom: 15px;
  }
  .vacancies .grid-2x2 .grid-2 {
    grid-area: grid-2;
    border: none;
  }
  .vacancies .grid-2x2 .grid-2 img {
    width: 95%;
    height: auto;
  }
  .grid-3x1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    grid-template-areas: "grid-1" "grid-2" "grid-3";
  }
  .grid-3x1 .grid-1 {
    grid-area: grid-1;
    border: 1px solid #087FB2;
    border-radius: 5px;
    padding: 30px;
  }
  .grid-3x1 .grid-2 {
    grid-area: grid-2;
    border: 1px solid #087FB2;
    border-radius: 5px;
    padding: 30px;
  }
  .grid-3x1 .grid-3 {
    grid-area: grid-3;
    border: 1px solid #087FB2;
    border-radius: 5px;
    padding: 30px;
  }
  .grid-3x1 .img-wrapper {
    width: 65px;
    height: auto;
  }
  .grid-3x1 .img-wrapper img {
    width: 100%;
  }
  .grid-3x1 .title {
    font-size: 1.5rem;
    color: #087FB2;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 1.8rem;
  }
  .box-header {
    font-size: 1.5rem;
    font-weight: bold;
    color: #087FB2;
    text-align: center;
    margin-bottom: 20px;
  }
  #morefeatures-container .block-left,
  #morefeatures-container .block-right {
    width: 100%;
  }
  #morefeatures-container .info-title,
  #morefeatures-container .info-text {
    margin-left: 60px;
  }
  .info-container {
    padding: 0 20px;
    margin-top: 15px;
  }
  .info-icon {
    font-size: 2rem;
    color: #34C88A;
    width: 40px;
    height: 100%;
    display: block;
    float: left;
  }
  .info-title {
    color: #006798;
    font-size: 1.3rem;
    font-weight: 500;
    margin-left: 40px;
  }
  .info-text {
    color: #777;
    font-size: 0.9rem;
    margin-left: 40px;
  }
  .info-text a {
    text-decoration: underline !important;
    color: #777;
  }
  .info-text a:hover {
    color: #006DA0;
  }
  .testimonial-grid {
    width: 100%;
    margin: 80px auto 50px auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    box-sizing: border-box;
    padding: 20px;
  }
  .testimonial-2 {
    margin-top: 75px;
  }
  #morefeatures-container .row h2 {
    padding-left: 15px;
  }
  .tp-img {
    display: none;
  }
  .feature-boxes .row:not(:first-child) {
    margin-top: 20px;
  }
}
@media (min-width: 550px) {
  .tp-img {
    position: absolute;
    top: 250px;
    right: 20px;
    width: 43%;
    display: inline-block;
  }
}
@media (min-width: 650px) {
  .tp-img {
    top: 130px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  body {
    position: initial;
  }
  #ts-header {
    margin-bottom: 60px;
  }
  .list-green-check li {
    margin-bottom: 42px;
  }
  .grid-2x2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    grid-template-areas: "grid-1 grid-2" "grid-3 grid-4";
  }
  .box-header {
    font-size: 2rem;
  }
  #morefeatures-container .block-left {
    width: 50%;
    float: left;
  }
  #morefeatures-container .block-right {
    width: 50%;
    float: left;
  }
  #morefeatures-container .info-title,
  #morefeatures-container .info-text {
    margin-left: 60px;
  }
  .info-container {
    padding: 0 20px;
    margin-top: 15px;
  }
  .info-icon {
    font-size: 2rem;
    color: #34C88A;
    width: 40px;
    height: 100%;
    display: block;
    float: left;
  }
  .info-title {
    color: #006798;
    font-size: 1.3rem;
    font-weight: 500;
    margin-left: 40px;
  }
  .testimonial-grid {
    margin: 80px auto 60px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 20px;
    box-sizing: border-box;
    padding: 20px;
  }
  .testimonial-2 {
    margin-top: 0;
  }
  .grid-3x1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    grid-template-areas: "grid-1 grid-2 grid-3";
    margin-bottom: 20px;
  }
  .cta-button-wrapper {
    margin: 50px 0;
    text-align: center;
  }
  .cta-button-wrapper .cta-button-outline,
  .cta-button-wrapper .cta-button-yellow,
  .cta-button-wrapper .cta-button-blue {
    padding: 15px 60px;
    font-size: 20px;
    width: auto;
    min-width: 250px;
    max-width: 350px;
  }
  .cta-button-wrapper.double-button .cta-button {
    padding: 10px 30px;
    margin: 10px 10px;
  }
  .cta-button-wrapper.double-button .left-text {
    width: 350px;
    background: transparent;
    border: none;
  }
  .tp-img {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
    width: 50%;
    float: right;
    margin-right: 20px;
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .user-site .grid-2x2 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 20px;
    grid-template-areas: "grid-1 grid-2";
  }
  .user-site .grid-2x2 .grid-1 {
    grid-area: grid-1;
    border: none;
  }
  .user-site .grid-2x2 .grid-1 ul li {
    margin-bottom: 15px;
  }
  .user-site .grid-2x2 .grid-2 {
    grid-area: grid-2;
    border: none;
  }
  .user-site .grid-2x2 .grid-2 img {
    width: 95%;
  }
  .vacancies .grid-2x2 {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-gap: 20px;
    grid-template-areas: "grid-1 grid-2";
  }
  .vacancies .grid-2x2 .grid-1 {
    grid-area: grid-1;
    border: none;
    padding-top: 30px;
    line-height: 1.7rem;
  }
  .vacancies .grid-2x2 .grid-2 {
    grid-area: grid-2;
    border: none;
  }
  .vacancies .grid-2x2 .grid-2 img {
    width: 95%;
    height: auto;
  }
  #player {
    min-width: 480px;
  }
  .tp-img {
    width: 450px;
    margin-right: 50px;
    margin-top: 50px;
  }
  .grid-box-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    grid-template-areas: "gb1 gb2";
    margin-bottom: 20px;
  }
  .grid-box-2 h3 {
    font-size: 2.5rem;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 2.3rem;
  }
  .grid-box-2 .text-wrapper {
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #fff;
  }
  .grid-box-2 .gb1, .grid-box-2 .gb2 {
    padding: 100px 0 0 0;
  }
  .grid-box-2 .gb1.animation, .grid-box-2 .gb2.animation {
    display: inline-block;
  }
  .wrapper-box {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  #morefeatures-container .block-left {
    width: 50%;
    float: left;
  }
  #morefeatures-container .block-right {
    width: 50%;
    float: left;
  }
  #morefeatures-container .info-title,
  #morefeatures-container .info-text {
    margin-left: 60px;
  }
  .info-container {
    padding: 0 20px;
    margin-top: 15px;
  }
  .info-icon {
    font-size: 2rem;
    color: #34C88A;
    width: 40px;
    height: 100%;
    display: block;
    float: left;
  }
  .info-title {
    color: #006798;
    font-size: 1.3rem;
    font-weight: 500;
    margin-left: 40px;
  }
  .testimonial-wrapper {
    margin-top: 50px;
  }
  .testimonial-grid {
    width: 1200px;
  }
  .feature-section {
    padding-bottom: 1.5rem;
  }
  .tp-img {
    margin-right: 100px;
  }
}

/*# sourceMappingURL=detail-web-page.css.map */
