img {
  max-width: -webkit-fill-available;
}
h1 {
  font-weight: 700 !important;
}
.newnav {
  position: sticky;
  top: 0px;
  z-index: 999;
}
.navbar-brand img {
  height: 40px;
}

.btn-contact {
  background-color: red;
  color: #fff;
  font-weight: bold;
}

.btn-contact:hover {
  background-color: darkred;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 500;
  color: #000;
  padding-right: 30px !important;
}
#contactbtn {
  position: relative;
  bottom: 15px;
  padding: 2px 20px;
}
.nav-link:hover {
  color: #ff0000 !important;
}
.navbar-nav .dropdown-menu {
  background-color: #e60000;
  padding: 0px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  left: -10px;
}
.navbar-nav .dropdown-menu li a {
  color: white;
  font-weight: 600;
  /* text-align: center; */
  padding-top: 6px;
}
.navbar-nav .dropdown-menu li:hover a {
  color: white;
  background-color: black;
}
.banner {
  height: 100vh;
  position: relative;
}

.banner .item img {
  height: 100vh;
  object-fit: cover;
  width: 100% !important;
}

.banner-content {
  position: absolute;
  top: 48%;
  left: 32%;
  transform: translateY(-50%);
  max-width: 600px;
  color: black;
  text-align: center;
}
.banner-content #quoteread {
  background-color: black;
}
.banner-content #quoteread i {
  color: black;
}

.banner-content h1 span {
  color: red;
}
.banner-content h1 {
  font-size: 4rem;
}
.banner-content p {
  font-size: 23px;
}
.btn-quote {
  background-color: black;
  color: white;
  font-weight: 600;
  border-radius: 5px;
}
.btn-quote img {
  height: auto !important;
  width: auto !important;
}
.btn-quote:hover {
  background-color: #333;
  color: white;
}
.owl-theme .owl-dots .owl-dot {
  display: none !important;
}
.first {
  background-color: #eff3fe;
  padding: 40px 0px 40px 0px;
  background-image: url(https://tbsdemo.com/dev/canadaresearch/wp-content/uploads/2025/05/bgimg.png);
  object-fit: fill;
}
.first .redlink {
  color: #e20202;
}
.first .redlink:hover {
  color: blue;
}
.first h1 {
  margin-bottom: 20px;
}
.first button {
  background-color: red;
  border: none;
  padding: 3px;
  color: white;
}
.first button img {
  background-color: white;
  padding: 10px;
}
.first ul li {
  list-style: none;
}
.first ul {
  padding-left: 0px;
}

.research-card {
  position: relative;
  overflow: hidden;
  border: none;
  height: 350px;
}
.research-card a {
  color: white;
  text-decoration: none;
  /* box-shadow: 5px -24px 35px 42px #2a2727fc; */
}

.research-card .card-img {
  object-fit: cover;
  height: 20rem;
  transition: transform 0.4s ease;
}

.research-card:hover .card-img {
  transform: scale(1.05);
}

.research-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #bb0101;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.resecontearch .item h5 {
  position: absolute;
  top: 250px;
}
.item .card a h5 {
  position: absolute;
  top: 250px;
}
.item .card:hover a h5 {
  top: 50px;
}
.item .card p{
  display: none;
}
.item .card:hover p{
  display: block;
}
.research-card:hover .overlay {
  opacity: 0.7;
}

.research-card .card-img-overlay {
  z-index: 2;
  padding: 15px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}
.research-section .btn {
  padding: 12px 17px;
  background-color: #eeeeee;
}
.research-section .btn:hover {
  background-color: #e20202;
  color: white;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  background-color: white;
  padding: 7px 11px;
  border-radius: 50px;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  cursor: pointer;
  width: max-content;
}

.feature-list li:hover {
  background-color: #e20202;
  transform: translateX(10px);
  color: white;
}

.checkmark {
  background-color: black;
  color: white !important;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 14px;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}

/* .circle-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 1.25rem;
  display: none;
  position: absolute;
  top: 0;
  right: 10px;
  border: 2px solid white;
}
.research-card:hover .circle-arrow {
  display: flex;
} */

.insight-section {
  background-image: url("https://tbsdemo.com/dev/canadaresearch/wp-content/uploads/2025/05/4-1.jpg");
  background-size: contain;
  background-position: right;
  color: white;
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
}

.insight-overlay {
  padding: 60px 39px;
}

.insight-section h2 {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.insight-section p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.read-more-btn {
  background-color: red;
  color: white;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-top: 10px !important;
  border: none;
  transition: background 0.3s;
}

.read-more-btn i {
  background-color: white;
  color: red;
  border-radius: 6px;
  padding: 5px;
  margin-left: 10px;
  margin: 0;
}

.read-more-btn:hover {
  background-color: darkred;
}
.custom-section {
  padding: 60px 0;
}

.custom-section h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.custom-section p {
  font-size: 1.1rem;
  color: #333;
}

.read-more-btn {
  background-color: red;
  color: white;
  font-weight: 700;
  padding: 5px 20px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-top: 30px !important;
  border: none;
  transition: background 0.3s;
}

.read-more-btn:hover i {
  color: red;
  margin: 0;
  transform: rotate(-30deg);
  transition-duration: 490ms;
}
.read-more-btn .i-bg {
  display: inline-block;
  background-color: white;
  color: red;
  border-radius: 6px;
  padding: 5px;
  margin-left: 0px;
  position: relative;
  left: 17px;
}

.read-more-btn:hover {
  background-color: darkred;
  text-decoration: none;
  color: white;
}

.img-shape-wrapper {
  position: relative;
  max-width: 100%;
}

.img-shape-wrapper img {
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 425px) {
  .banner-content {
	  left: 3.5% !important;}
	
}

.accessories {
  background-image: url(https://tbsdemo.com/dev/canadaresearch/wp-content/uploads/2025/05/rectangle_11-1.jpg);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0px 60px 0px;
  text-align: center;
}
.accessories .carousel-container .btn {
  background-color: #535353;
  color: white;
  position: absolute;
}
.accessories .carousel-container .btn:nth-child(1) {
  left: 65px;
  margin-top: 65px;
}
.accessories .carousel-container #bttnn {
  right: 65px;
  margin-top: -126px;
}
.accessories .carousel-container .btn:hover {
  background-color: #f30c0c;
}
.accessories .carousel-container .btn:nth-child(2) {
  right: 35px;
}
.accessories h1 {
  color: white;
}
.owl-carousel .owl-item img {
  display: flex;
  justify-self: center;
}
.owl-carousel .owl-item .item .card:hover p {
  position: relative;
  bottom: 30px;
}
.accessories .item {
  align-items: center;
  height: 100%;
  width: 170px;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 8px;
  justify-content: center;
  background: black;
  border: 1px solid gray;
}
.accessories .item:hover {
  background-color: red;
}
.accessories .owl-carousel .owl-stage {
  margin-bottom: 10px;
}
.accessories .center-box a {
  text-decoration: none;
}
.accessories .circle img {
  height: 55px;
    width: 55px !important;
    margin: auto;
}
.accessories .second {
  padding: 10px;
}

.accessories p {
  margin-top: 10px;
  font-size: 16px;
  color: white;
  font-weight: 500;
  line-height: 1.2;
}
/* ////////////////////////////////////////////// */

footer {
}
.footer {
  background-image: url(https://tbsdemo.com/dev/canadaresearch/wp-content/uploads/2025/05/footer.png);
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .footer-logo img {
  max-height: 50px;
  width: auto;
}

.footer h5 {
  font-weight: 700;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 10px;
  font-weight: 500;
}

.footer ul li a {
  text-decoration: none;
  color: #000;
}
.footer ul li a:hover {
  color: red;
}
.footer ul .address{
  margin-bottom: 0px;
}
.footer ul li i {
  color: red;
  margin-right: 10px;
}
.footer .contact i {
  font-size: 18px;
  color: red;
  margin-right: 10px;
  margin-top: 7px;
}

.footer-bottom {
  background-color: #111;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}

.footer-bottom a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* //////////////////////////////////// */

.info-card {
  /* background: #E6DADA; */
  /* border-radius: 15px; */
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
  padding: 20px 20px 20px 20px;
  /* display: flex; */
  align-items: center;
  height: 100%;
}
.img-box {
  /* background: black; */
  width: 100%;
  height: 80px;
  /* border-radius: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}
.img-box img {
  color: black;
  font-size: 54px;
}
#learnmoreresearch {
  background-color: #000;
}
#learnmoreresearch i {
  color: black;
}
.info-text h5 {
  font-weight: 600;
  margin: 0 0 6px;
  font-size: 22px;
  text-align: center;
}
.info-text p {
  margin-top: 0;
  color: black;
  font-size: 17px;
  text-align: center;
  font-weight: 400;
}
.about {
  background-image: url(https://tbsdemo.com/dev/canadaresearch/wp-content/uploads/2025/06/methods.jpg);
  background-repeat: no-repeat;
  max-width: 100%;
  height: 61.5vh;
  background-position: top;
}
.about h1 {
  text-align: center;
  color: white;
  position: relative;
  top: 160px;
}
.about .owl-nav{
  display: none;
}
.content {
  padding: 30px;
}
.content .col-md-6 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content ul {
  padding-left: 0px;
}
.content ul img {
  margin-right: 15px;
}
.content ul li {
  list-style: none;
  padding-top: 15px;
}
.capabilities {
  background-image: url(https://tbsdemo.com/dev/canadaresearch/wp-content/uploads/2025/05/capabanner.png);
  background-repeat: no-repeat;
  max-width: 100%;
  height: 61.5vh;
  background-position: top;
}
.capabilities h1 {
  text-align: center;
  color: white;
  position: relative;
  top: 160px;
}
.capabilities .owl-nav{
  display: none;
}
.capabilitiescontent {
  padding: 30px;
}
.capabilitiescontent .cont {
  text-align: center;
  font-weight: 700;
  background-color: #efefef;
  padding: 20px;
}
.capabilitiescontent ul {
  padding-left: 20px;
}
.capabilitiescontent .col-md-6 {
  padding-top: 40px;
}
.capabilitiescontent .forp {
  padding-top: 100px;
}
.capabilitiescontent .deepinsights {
  margin-top: 20px;
  margin-top: 26px;
}
.capabilitiescontent .deepinsights p {
  margin-bottom: 5px;
}
.researchtypeslisting {
  background-image: url(https://tbsdemo.com/dev/canadaresearch/wp-content/uploads/2025/05/servicebanner.png);
  background-repeat: no-repeat;
  max-width: 100%;
  height: 61.5vh;
  background-position: top;
}
.researchtypeslisting h1 {
  text-align: center;
  color: white;
  position: relative;
  top: 160px;
}
.researchtypeslisting .owl-nav{
  display: none;
}
.researchtype{
  margin-top: 40px;
  margin-bottom: 40px;
}
.researchtype .col-md-3{
  margin-top: 20px;
  margin-bottom: 20px;
}
.resecontearch .text-white {
  margin: 10px;
}

.researchtypeservices {
  background-image: url(https://tbsdemo.com/dev/canadaresearch/wp-content/uploads/2025/05/servicebanner.png);
  background-repeat: no-repeat;
  max-width: 100%;
  height: 61.5vh;
  background-position: top;
}
.researchtypeservices h1 {
  text-align: center;
  color: white;
  position: relative;
  top: 160px;
}
.researchtypeservices .owl-nav{
  display: none;
}
.researchservices {
  padding: 40px;
}
.researchservices .servicecont {
  text-align: center;
}
.researchservices #pad {
  max-width: 88%;
  margin-left: 6%;
  padding-bottom: 30px;
}
.researchservices ul {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 78%;
  padding-left: 0px;
}
.researchservices h2 {
  font-weight: 700;
  margin-bottom: 12px;
  padding-right: 0px;
}
.researchservices ul li {
  list-style: none;
  font-weight: 500;
  /* background-color: #E20202; */
  margin-top: 5px;
  display: flex;
}
.researchservices ul .arrow {
  background-color: #e3e3e3;
  padding: 8px;
  padding-left: 5px;
}
.researchservices ul .arrow .fas {
  margin-top: 4px;
  font-size: 20px;
}
/* .researchservices ul .arrow .firstfa{
  margin-top: 10px;
} */
.researchservices ul .newa {
  margin-top: 0px;
}
.researchservices ul li a {
  margin-top: 10px;
  margin-left: 5px;
  text-decoration: none;
  color: black;
  font-size: 15px;
}
.researchservices ul li:hover .arrow {
  background-color: #e60101;
  color: white;
  padding-left: 17px;
  padding-right: 7px;
}
.researchservices ul li:hover {
  background-color: black;
  scale: 1.1;
  transition-duration: 0.4s;
  position: relative;
  left: 6px;
}
.researchservices ul li:hover a {
  color: white;
}
.researchservices .col-md-8 div {
  padding-top: 10px;
  margin-top: 10px;
}

/* ////////////////////////////////////////// */

@media only screen and (max-width: 768px) {
	.researchservices ul{
		height: auto;
	}
  .banner-content {
    padding-left: 1rem;
    max-width: 90%;
    left: 25%;
  }
  .accessories .carousel-container button {
    display: none;
  }
  .banner-content h1 {
    font-size: 2rem;
  }
  .footer .footer-logo img {
    width: 100%;
  }
  .footer ul li {
    font-size: 13px;
  }
  .insight-overlay {
    padding: 40px 20px;
  }
  .img-shape-wrapper {
    margin-top: 30px;
  }
}





/* /////////////////////////////////////////////////// */

@media only screen and (max-width: 420px) {
  .footer .footer-logo img {
    width: auto;
  }
}

/* ////////////////////////////////////////////////// */

@media only screen and (max-width: 375px) {
	.researchtypeservices {
		height: 53.5vh;}
	.researchtypeservices h1
 {
    top: 120px;
}
	.researchservices
 {
    padding: 40px 0;
}
  .navbar-toggler {
    padding: 2px 4px 0px 4px !important;
  }
  .navbar-brand img {
    height: 24px;
  }
	.industrie .item .card ul li{
		font-size: 13px !important;
	}
  .banner-content {
    left: 11%;
  }
  .banner-content p {
    font-size: 15px;
  }
  .research-section {
    padding: 0px;
  }
  .accessories .carousel-container button {
    display: none;
  }
	
}




/* ///////////////////////////////////////////// */

.industrielisting .research-card {
  position: relative;
  overflow: hidden;
  border: none;
  height: 350px;
}
.industrielisting .research-card a {
  color: white;
  text-decoration: none;
  /* box-shadow: 5px -24px 35px 42px #2a2727fc; */
}

.industrie .resecontearch .research-card .card-img {
  object-fit: cover;
  height: 22rem;
  width: 22rem;
  transition: transform 0.4s ease;
}
.industrie .container p{
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.industrie .research-card:hover .card-img {
  transform: scale(1.05);
}

.industrie .research-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #171717;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.industrie .research-card:hover .overlay{
  opacity: 0.8;
}
.resecontearch .item h5 {
  position: absolute;
  top: 250px;
  text-align: center;
  /* background-color: white; */
  color: black;
}
.resecontearch .item .card:hover a h5 {
  top: 50px;
  text-align: center;
  background-color: none;
  color: white;
}


.industrielisting {
  background-image: url(https://tbsdemo.com/dev/canadaresearch/wp-content/uploads/2025/05/nann.png);
  background-repeat: no-repeat;
  max-width: 100%;
  height: 61.5vh;
  background-position: top;
}
.industrielisting h1 {
  text-align: center;
  color: white;
  position: relative;
  top: 160px;
}
.industrielisting .owl-nav{
  display: none;
}
.industrie{
  margin-top: 40px;
  margin-bottom: 40px;
}
.industrielisting .resecontearch .text-white {
  margin: 10px;
}
.industrielisting .resecontearch{
  justify-content: space-evenly;
}
.industrie .item .card ul li{
  /* display: none; */
  list-style: none;
}
.industrie .item .card:hover ul li{
  display: block;

}

.industrie .col-md-4{
margin-top: 20px;
margin-bottom: 20px;
}
.industrielisting .research-card {
  position: relative;
  overflow: hidden;
  border: none;
  height: 350px;
}
.industrielisting .research-card a {
  color: white;
  text-decoration: none;
  /* box-shadow: 5px -24px 35px 42px #2a2727fc; */
}

.industrie .research-card .card-img {
  object-fit: cover;
  height: 22rem !important;
  width: auto !important;
  transition: transform 0.4s ease;
}
.industrie .container p{
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.industrie .research-card:hover .card-img {
  transform: scale(1.05);
}

.industrie .research-card .overlay {
  position: absolute;
  height: 94%;
  width: 94%;
  background: #171717;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
  margin-left: 3%;
  margin-top: 3%;
}
.industrie .research-card:hover .overlay{
  opacity: 0.8;
}
.industrie .item h5 {
  position: inherit !important;
  text-align: center !important;
  background-color: white;
  color: black;
  text-shadow: none;
  margin-bottom: -17px;
  border-radius: 10px;
  display: flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
}
.industrie .item .card:hover a h5 {
  top: 30px;
  background-color: none;
  color: white;
  margin-bottom: 15px;
  background: transparent;
  text-align: left !important;
  height: auto;
  display: block;
}
.industrielisting {
  background-image: url(https://tbsdemo.com/dev/canadaresearch/wp-content/uploads/2025/05/nann.png);
  background-repeat: no-repeat;
  max-width: 100%;
  height: 61.5vh;
  background-position: top;
}
.industrielisting h1 {
  text-align: center !important;
  color: white;
  position: relative;
  top: 160px;
}
.industrie{
  margin-top: 40px;
  margin-bottom: 40px;
}
.industrie .item .card ul li{
  display: none;
  list-style: none;
  margin-top: 5px;
  font-size: 17px;
margin-left: -30px;
}
.industrie .item .card ul{
  margin-left: 0px;
}
.industrie .item .card ul li img{
     width: 16px;
    height: 16px;
    margin: 5px;
}
.industrie .item .card:hover ul li{
display: flex;
}


.i-contact{
	padding: 70px;
}
.i-contact h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
}
.i-contact .form-box .form-grp {
  margin-bottom: 15px;
}
.i-contact .form-box .form-grp .form-control {
  height: 50px;
  background: #f1edeb;
  border-radius: 0;
  border: 0;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.i-contact .form-box .form-grp .form-control:hover {
  background: rgba(208, 45, 208, 0.1254901961);
}
.i-contact .form-box .form-grp textarea.form-control {
  height: 121px;
}
.i-contact .form-box .form-grp [type="submit"] {
  background: red;
  color: #fff;
  border: 1px solid red;
  text-transform: uppercase;
  padding: 12px 50px;
}
.i-contact .form-box .form-grp [type="submit"]:hover {
  background: #fff;
  color: red;
}
.i-contact .listBox ul li {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
	list-style: none;
}
.i-contact .listBox ul li .box {
  display: flex;
  align-items: center;
}
.i-contact .listBox ul li .box .icon {
  flex: 0 0 47px;
  height: 47px;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-right: 10px;
}
.i-contact .listBox ul li .box .icon i {
  font-size: 22px;
  color: #fff;
}
.i-contact .listBox ul li .box .content b {
  font-size: 16px;
  display: block;
  margin-bottom: 0px;
}
.i-contact .listBox ul li .box .content a {
  font-size: 14px;
  color: #000;
	text-decoration: none;
	font-weight: 600;
}
.i-contact .listBox ul li:hover {
  background: red;
}
.i-contact .listBox ul li:hover .box .icon {
  background: #fff;
}
.i-contact .listBox ul li:hover .box .icon i {
  color: #000;
}
.i-contact .listBox ul li:hover .box .content b {
  color: #fff;
}
.i-contact .listBox ul li:hover .box .content a {
  color: #fff;
}
.i-contact .listBox ul li:hover .box .content a:hover {
  color: #eee;
}
.i-contact .listBox ul li:hover .box:hover .icon i {
  animation: 1s tada 1;
}
.i-frame {
  padding: 0;
  height: 450px;
}
.i-frame iframe {
  height: 100%;
  width: 100%;
} /*# sourceMappingURL=style.css.map */


.researchnew {

  background-image: url(https://tbsdemo.com/dev/canadaresearch/wp-content/uploads/2025/06/sdv1.jpg);

  background-repeat: no-repeat;

  max-width: 100%;  

  height: 61.5vh;

  background-position: top;

}
.researchnew h1{

  text-align: center;

  color: white;

  position: relative;

  top: 160px;

}
.researchmethod .top{
  text-align: center;
  padding: 0px 160px 43px 160px;
  font-size: 34px;
margin-top: 43px;
}
.researchmethod .container {
      max-width: 1200px;
      margin: auto;
padding-top: 20px;
      padding-bottom: 20px;
    }
    .researchmethod .one{
      background-color: #F5F5F5;

    }
    .researchmethod .flex {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
    }
    .researchmethod .column {
      flex: 1;
      min-width: 300px;
    }
    .researchmethod h2 {
      font-size: 20px;
      margin-bottom: 10px;
      font-weight: bold;
    }
    .researchmethod h3 {
      font-size: 18px;
      margin-bottom: 5px;
      font-weight: bold;
    }
    .researchmethod p {
      margin-top: 0;
      margin-bottom: 15px;
    }
    .survey-section {
      display: flex;
      flex-wrap: wrap;
      margin-top: 60px;
      gap: 30px;
      margin-bottom: 40px;
    }
    .survey-text {
      flex: 1;
      min-width: 300px;
    }
    .survey-text h2{
      font-size: 34px;
    }
    .survey-image {
      flex: 1;
      min-width: 300px;
    }
    .survey-image img {
      max-width: 100%;
      height: auto;
      border-radius: 6px;
    }
