.banner-section {
  background: url(/assets/Background_light.svg) no-repeat center center / cover;
  min-height: 960px;
}
.banner-section::after {
  background: url(/assets/left.svg) no-repeat center center / cover;
  content: "";
  position: absolute;
  left: 0;
  height: 35%;
  width: 30%;
  top: 0;
}
.banner-section::before {
  background: url(/assets/right.svg) no-repeat center center / cover;
  content: "";
  position: absolute;
  right: 0;
  height: 35%;
  width: 30%;
  top: 0;
}
.banner-content-wrapper {
  text-align: center;
  padding-top: 36rem;
  position: relative;
  z-index: 1;
}
.banner-image {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 57%;
  height: 37%;
}

@media (max-width: 768px) {
  .banner-image {
    display: none;
  }
}

.banner-content-wrapper::before {
  content: "";
  background: url(../assets/curves.svg);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  top: 130px;
  left: 26%;
  z-index: -1;
}
.banner-content-wrapper h1 {
  font-size: 60px;
  line-height: 84px;
  color: #002c5a;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
}
.banner-content-wrapper h2 {
  color: #4d16a6;
  font-size: 36px;
  font-weight: 500;
  margin: 0;
  line-height: 50px;
  text-align: center;
  margin-top: 30px;
}
.banner-content-wrapper > p {
  font-size: 20px;
  line-height: 27px;
  color: #292929;
  font-weight: 400;
  margin-top: 15px;
}

.banner-button-wrapper {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: 5rem;
}
.banner-button-one,
.banner-button-two {
  background: #ffffff;
  border: none;
  border-radius: 38px;
  display: inline-block;
  min-height: 48px;
  padding: 1.4rem 5.7rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  cursor: pointer;
}
.banner-button-two {
  background: linear-gradient(352.2deg, #6d6dd9 -1.47%, #18128c 142.38%);
  /* border: 1px solid #000000; */
  box-shadow: 0px 4px 12px rgba(18, 10, 103, 0.15);
  border-radius: 38px;
}
.banner-button-one p,
.banner-button-two p {
  color: #000000 !important;
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}
.banner-button-two p {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .banner-content-wrapper {
    background: none;
  }
}
@media (max-width: 1440px) {
  .banner-content-wrapper::before {
    content: "";
    background: url(../assets/curves.svg);
    width: 100%;
    height: 90%;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    top: 110px;
    left: 16%;
  }
}
@media (max-width: 1023px) {
  .banner-section {
    min-height: 730px;
  }
  .banner-content-wrapper {
    padding-top: 50rem;
  }
  .banner-content-wrapper::before {
    background: none;
  }
}

@media (max-width: 767px) {
  .banner-section {
    min-height: 550px;
  }
  .banner-content-wrapper {
    text-align: left;
    padding-top: 23rem;
  }
  .banner-content-wrapper h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
  .banner-content-wrapper h2 {
    font-size: 2.6rem;
  }
  .banner-content-wrapper > p {
    font-size: 1.5rem;
    text-align: center;
  }
  .banner-button-wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .banner-button-wrapper div {
    width: fit-content;
  }
}
@media (max-width: 1024px) {
  .banner-content-wrapper h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
  .banner-content-wrapper::before {
    content: "";
    background: url(../assets/curves.svg);
    width: 100%;
    height: 90%;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    top: 110px;
    left: 0;
  }
  .banner-section {
    min-height: 800px;
  }
}
@media (max-width: 400px) {
  .banner-section {
    min-height: 650px;
  }
}
/* Partner Section | Section 3*/
.trusted-partners {
  margin-top: 6rem;
}
.trusted-by-partners-wrapper {
  text-align: center;
}
.trusted-by-partners-wrapper h2 {
  font-size: 2.2rem;
}
.partner-logo-images {
  flex-wrap: wrap;
  column-gap: 8rem;
  justify-content: center;
  margin-top: 3rem;
  align-items: center;
  row-gap: 2rem;
}
.partner-logo-images img {
  width: 90px;
}

@media (max-width: 767px) {
  .trusted-by-partners-wrapper {
    text-align: left;
  }
  .partner-logo-images {
    justify-content: flex-start;
    column-gap: 7rem;
    display: flex;
    gap: 40px;
    justify-content: space-around;
  }
  .partner-logo-images img {
    width: 10rem;
  }
}
/* All sections Below */
@keyframes enter-animation {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .section-animation {
    animation: enter-animation 0.8s 1;
  }
}

section:not(:nth-of-type(1)):not(:nth-of-type(2)) {
  margin: 12rem auto 12rem auto;
}
@media (max-width: 767px) {
  section:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    margin: 12rem auto 12rem auto;
  }
}
/* Why us Section | Section 4 */

.heading-tag {
  border-radius: 30px;
  padding: 10px 30px;
  background: #ededff;
  display: inline-block;
  margin-bottom: 2rem;
}
.heading-tag p {
  margin: 0;
  font-size: 1.9rem;
  color: #625bff;
}
.section-header-wrapper ul {
  margin-top: 3rem;
}
.section-header-wrapper ul li {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.8rem 0;
}
.section-header-wrapper ul li p strong {
  font-size: 1.8rem;
  color: #000;
  margin: 0;
}
.section-header-wrapper ul li p {
  font-size: 1.8rem;
  color: #717171;
  margin: 0;
}
.section-content-wrapper {
  background: linear-gradient(180deg, #f1fcff 0%, #dfeeff 45.5%, #e5d9ff 100%);
  border-radius: 22px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-content-wrapper > div {
  display: flex;
  justify-content: space-between;
}

.people-outer {
  background: #ffffff;
  border-radius: 12px;
  padding: 3.7rem 2.1rem;
  width: 47%;
}
.people-outer img {
  width: 100%;
}

.insights-outer {
  width: 47%;
}
.our-audience {
  background: #ffffff;
  padding: 2rem 2rem;
  border-radius: 12px;
}
.why-us-section-wrapper h3 {
  font-size: 1.8rem;
  margin: 4rem 0 1rem;
}
.insights-outer h3 {
  margin-top: 0;
}
/* .why-us-section-wrapper p {
  font-size: 1.4rem;
  color: #717171;
} */
.products-add {
  background: #ffffff;
  padding: 2rem 2rem;
  border-radius: 12px;
  margin-top: 2rem;
}
.pointer-text h2 {
  margin-bottom: 10px;
}
.pointer-text p {
  color: #717171;
}
.step-text-content p {
  color: #717171;
}
.three-card-section {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.three-card-section div {
  background: linear-gradient(180deg, #f1fcff 0%, #dfeeff 45.5%, #e5d9ff 100%);
  border-radius: 22px;
  padding: 2rem;
  width: 31%;
}
.control-security-card :nth-last-child(0) {
  margin-right: 0px;
}
.setup-in-min-card p {
  margin-bottom: 3.1rem;
}
.three-card-section div img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .three-card-section {
    flex-direction: column;
    gap: 3rem;
  }
  .three-card-section div {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .why-us-section-wrapper > .row {
    gap: 2rem;
  }
  .section-header-wrapper {
    padding: 0;
  }
  .section-header-wrapper ul li img {
    width: 20px;
  }
  .why-us-section h1 {
    font-size: 3.5rem;
  }
  .section-header-wrapper ul {
    margin-top: 0;
  }
  .section-content-wrapper > div {
    flex-direction: column;
    gap: 1.5rem;
  }
  .people-outer {
    width: 100%;
    padding: 4rem 2rem 8rem;
  }
  .insights-outer {
    width: 100%;
  }
}
/* Working Section */
.working-steps-wrapper {
  margin-top: 1.5rem;
}
.working-steps > div:nth-child(1) {
  align-items: center;
}
.working-steps > div {
  margin-bottom: 9rem;
  justify-content: space-between;
}
.working-step-1,
.working-step-3 {
  display: flex;
}
.working-step-2,
.working-step-4 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.step-text-content {
  width: 48%;
  /* display: flex;
  align-items: center; */
  display: flex;
  flex-direction: column;
  align-self: center;
}

.step-text-content span {
  font: inherit;
  color: #625bff;
}
.pointers {
  margin-top: 3rem;
}
.pointers > .pointer {
  margin-bottom: 2rem;
}
.pointer {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  background: #fafbff;
  border: 1px solid #eff3ff;
  padding: 3.2rem 2.8rem 2.5rem;
  border-radius: 22px;
  transition: background 0.3s ease;
}
.pointer:hover {
  background: #625bff;
}
.pointer:hover h2 {
  color: #ffffff;
}
.pointer:hover p {
  color: #ffffffcc;
}
.pointer img:first-of-type {
  display: none;
}
.pointer:hover img:last-of-type {
  display: none;
}
.pointer:hover img:first-of-type {
  display: block;
}
.step-image {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-image img {
  max-width: 90%;
}
.request-demo-btn {
  background: #2d4de1;
  border: none;
  border-radius: 38px;
  display: inline-block;
  min-height: 48px;
  padding: 1.4rem 5.7rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  cursor: pointer;
  margin-top: 5rem;
}
.request-demo-btn p {
  font-size: 2rem;
  color: #ffffff;
  margin: 0;
}
.mobile-pointer {
  display: none;
}
@media (max-width: 768px) {
  .working-step-1,
  .working-step-3,
  .working-step-2,
  .working-step-4 {
    flex-direction: column;
  }
  .step-text-content {
    width: 100%;
  }
  .banner-content-wrapper {
    padding-top: 20rem;
  }
  .banner-section {
    min-height: 650px;
  }
  .step-image {
    margin-top: 0rem;
    width: 100%;
  }
  .step-image img {
    width: 100%;
  }
  .banner-content-wrapper h2 {
    font-size: 28px;
  }
  .banner-content-wrapper > p {
    font-size: 16px;
  }
  .request-demo-btn {
    margin: 3rem 0 4rem;
  }
  .pointer img {
    width: 40px;
  }
  .working-steps > div {
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .step-text-content h1 {
    font-size: 3.5rem;
  }
  .working-steps-wrapper {
    margin-top: 0;
  }
  .pointer img {
    width: 35px;
  }
  .request-demo-btn {
    min-height: 30px;
    padding: 1rem 2rem;
  }
  .pointer {
    display: none;
  }
  .mobile-pointer {
    display: block;
  }
  .pointer-text {
    display: flex;
    gap: 2rem;
    align-items: center;
  }
  .mobile-pointer h2 {
    margin: 0;
  }
  .mobile-pointer p {
    margin-top: 2rem;
  }
}
/* Integrations Section */
.integration-section-wrapper {
  background: #fafbff;
  background-position-x: 100%;
  border: 1px solid #eff3ff;
  border-radius: 22px;
  position: relative;
}
.integration-section-wrapper::after {
  background: #fafbff;
  background: url(/assets/integrate-tools-background.svg) no-repeat center
    center / cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.integration-section-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.integration-section .section-heading {
  width: 40%;
  padding: 9rem 6rem;
}
.integration-section h1 {
  color: #002c5a;
}
.integration-section span {
  font: inherit;
  color: #625bff;
}
@media (max-width: 1100px) {
  .integration-section img {
    width: 40%;
  }
  .integration-section .section-heading {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .integration-section .section-heading {
    width: 67%;
  }
  .integration-section-wrapper {
    background: url(/assets/integrate-tools-background.svg) no-repeat center
      center / cover;
  }
}
@media (max-width: 767px) {
  .integration-section .section-heading {
    width: 100%;
  }

  .integration-section .section-heading {
    padding: 5rem 0 5rem 3rem;
  }
}
@media (max-width: 576px) {
  .integration-section img {
    display: none;
  }
  .integration-section .section-heading {
    padding: 5rem 3rem;
  }
}

/* How to grow section */
.how-to-grow-content-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.section-wrapper .section-heading {
  text-align: center;
  width: 62%;
  margin: 0 auto 5rem auto;
}
.section-wrapper .section-heading h1 {
  color: #262626;
  line-height: 4.5rem;
}
.how-to-grow-section .section-wrapper .section-heading h1 {
  color: #002c5a;
}
.section-text-content-data-wrapper {
  row-gap: 6rem;
}
.how-to-grow-image {
  width: 90%;
}
.how-to-grow-image img {
  max-width: 100%;
  border-radius: 22px;
}

.content-data span {
  font: 800 4rem Poppins;
  margin-bottom: 4rem;
  line-height: 7rem;
  color: #625bff;
}
.content-data h3 {
  font-weight: 500;
  font-size: 1.8rem;
  width: 85%;
  margin: 2rem 0 0.5rem;
  color: #101828;
}

@media (max-width: 1200px) {
  .section-text-content {
    width: 65%;
  }
  .how-to-grow-image {
    width: 35%;
  }
  .content-data h3 {
    width: 90%;
  }
}
@media (max-width: 1023px) {
  .section-text-content-data-wrapper {
    margin-top: 3rem;
    justify-content: center;
  }
  .how-to-grow-image {
    text-align: center;
  }
  .how-to-grow-image {
    width: 100%;
  }
  .how-to-grow-image img {
    width: 40rem;
  }
  .how-to-grow-content-wrapper {
    margin-top: 4rem;
    flex-direction: column;
  }
  .section-text-content {
    width: 100%;
    padding-top: 0;
  }
  .content-data h3 {
    width: 87%;
  }
}
@media (max-width: 1023px) {
  .section-wrapper .section-heading {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .how-to-grow-image {
    text-align: left;
  }
  .section-text-content-data-wrapper {
    row-gap: 3rem;
    justify-content: space-between;
  }
  .content-data {
    padding: 0;
    flex: 0 0 46%;
    max-width: 46%;
  }
  .content-data h3 {
    width: 100%;
  }
  .how-to-grow-image img {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .content-data {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Use-Cases section */
.tabs-switch-wrapper {
  display: flex;
  flex-direction: column;
}
.tab-switch-content-body {
  background: #fafbff;
  border: 1px solid #eff3ff;
  padding: 4rem;
  border-radius: 22px;
  justify-content: space-between;
  align-items: center;
}
.tab-switch-text {
  width: 45%;
}
.tab-switch-text h2 {
  margin-bottom: 1rem;
}
.tab-switch-text h2 span {
  color: #a1b1ff;
  font-size: 3rem;
  font-weight: 600;
}
.tab-switch-text p {
  color: #475467;
}
.tab-switch-text > p {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 2.8rem;
  margin: 0;
}

.tab-switch-text ul {
  margin-top: 6rem;
}
.tab-switch-text ul > li {
  margin-bottom: 4rem;
}
.tab-switch-text ul li {
  display: flex;
  align-items: center;
  gap: 2rem;
  align-items: flex-start;
}
.tab-switch-text ul li p {
  color: #2e2d2d;
  margin: 0;
  line-height: 2.4rem;
}

.tab-switch-image img {
  max-width: 100%;
  border-radius: 22px;
}
.tab-switch-image img {
  width: 415px;
  border-radius: 22px;
}
.tab-switch-image {
  height: 100%;
  width: 45%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .tab-switch-image {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .tab-switch-text ul {
    margin-top: 3rem;
  }
}

/* Tab Switch */
.tabs {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.tabs div.tab-link {
  cursor: pointer;
  padding-right: 4.9rem;
  padding-left: 0.8rem;
}
.tabs span {
  font-size: 3rem;
  font-weight: 600;
  color: #b4b4b4;
}
.tabs h2 {
  font-size: 1.6rem;
  color: #000000;
  margin: 2rem 0 1rem;
}
.tabs p {
  color: #475467;
}
.tabs > div {
  border-top: 6px solid #fafbff;
  padding: 2rem 1rem 0 1rem;
  border-radius: 6px;
  width: 23%;
  cursor: pointer;
}
.tabs > div.active {
  border-top: 6px solid #2d4de1;
}
.first-tab-switch-body {
  animation: TabfadeEffect 1s;
}
@keyframes TabfadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab-switch-body-wrapper {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .section-wrapper .section-heading h1 {
    font-size: 3.5rem;
  }
  .tabs-switch-wrapper {
    flex-direction: column-reverse;
  }
  .banner-content-wrapper::before {
    background-image: url("/assets/tab-tools.svg");
    top: 105px;
    left: 60px;
  }
  .tab-switch-content-body {
    flex-direction: column;
    margin-top: 3rem;
  }
  .tab-switch-text {
    width: 100%;
  }
  .tab-switch-image {
    width: 45%;
    text-align: center;
  }

  .tabs {
    flex-wrap: wrap;
    row-gap: 2rem;
  }
  .tabs div {
    padding-top: 13px;
    text-align: left;
    width: 46%;
  }
  .tabtext {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .tabs {
    flex-direction: column;
    margin-top: 2rem;
  }

  .tabs div {
    width: fit-content;
    display: flex;
  }
  .tabs span {
    font-size: 1.6rem;
    margin-right: 1rem;
  }
  .tabs h2 {
    margin: 0;
    display: inline;
  }
  .tabs h2 br,
  .tab-switch-text p br {
    display: none;
  }
  .tab-switch-text ul li {
    align-items: flex-start;
  }
  .tab-switch-text ul li img {
    width: 20px;
  }
  .tab-switch-content-body {
    padding: 2rem 2rem;
  }
  .tabs div {
    padding: 1rem 0 0;
  }
  .tabs div p {
    display: none;
  }
}
/* FAQ - Accordion Section */
.accordion {
  width: 75%;
  margin: 0 auto;
}

.accordion .accordion-item {
  border-bottom: 1px solid #0000004d;
  padding: 10px 8px 0 0;
}
.accordion button {
  text-align: left;
  width: 100%;
  padding: 1.6rem 0;
  display: flex;
  justify-content: space-between;
  border: none;
  background: none;
  outline: none;
  align-items: center;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
}
.accordion button .accordion-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 5rem;
  color: #3a3a3c;
  width: 90%;
  padding-right: 1rem;
}
.accordion .accordion-content p {
  color: #667085;
  margin-bottom: 20px;
  width: 95%;
}

.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 36em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  padding-right: 3rem;
}
.accordion-hide {
  display: none;
}
@media (max-width: 767px) {
  .section-wrapper .section-heading {
    text-align: left;
    margin: 0 0 2rem;
    width: 100%;
  }
  .banner-content-wrapper::before {
    background-image: none;
  }
  .accordion {
    width: 100%;
  }
  .accordion button .accordion-title {
    font-size: 1.6rem;
    display: block;
    line-height: 21px;
  }
  .accordion .accordion-content p {
    font-size: 1.4rem;
    display: block;
  }
  .accordion button img {
    width: 16px;
    height: 16px;
  }
  .accordion button .icon::before {
    top: 14px;
    left: 7px;
    width: 14px;
  }
  .accordion button .icon::after {
    top: 8px;
    left: 13px;
    height: 14px;
  }
}
@media (max-width: 576px) {
  .accordion button {
    padding: 1.6rem 0 0.5rem;
  }
  .accordion button .icon {
    min-width: 22px;
    min-height: 22px;
  }
  .accordion button .icon::before {
    top: 9px;
    left: 5px;
    width: 10px;
  }
  .accordion button .icon::after {
    top: 5px;
    left: 9px;
    height: 10px;
  }
}
@media (max-width: 400px) {
  .accordion button .icon {
    min-width: 16px;
    min-height: 16px;
  }
  .accordion button .icon::before {
    top: 6px;
    left: 3px;
    width: 8px;
  }
  .accordion button .icon::after {
    top: 3px;
    left: 6px;
    height: 8px;
  }
}

/* Second Banner Section */
.second-banner-section {
  margin: 13.2rem auto 0 auto;
}
.second-banner-section-wrapper {
  background: linear-gradient(
    269.69deg,
    #f1fcff 12.48%,
    #dfeeff 44.71%,
    #e5d9ff 83.31%
  );
  border-radius: 30px;
}
.second-banner-section-inner {
  padding: 5rem 9rem;
}

.second-banner-section-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.second-banner-section-heading h2 {
  font-size: 3.6rem;
  color: #000;
  margin-bottom: 3rem;
}
.second-banner-section-heading > p {
  font-size: 2rem;
  color: #000;
  margin: 0 auto;
  width: 73%;
}
.second-banner-button {
  margin-top: 7rem;
  background: #fff;
  border: none;
  border-radius: 46px;
  display: inline-block;
  padding: 1.35rem 2.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  cursor: pointer;
}
.second-banner-button p {
  font: 500 2rem/2.7rem Poppins;
  margin: 0;
  color: #000;
}
@media (max-width: 1440px) {
  .second-banner-section-heading > p {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .second-banner-section-heading > p {
    width: 100%;
  }
  .second-banner-section-inner {
    padding: 7rem;
  }
}

@media (max-width: 767px) {
  .second-banner-section-heading {
    text-align: left;
  }
  .second-banner-section-inner {
    padding: 5rem;
  }
}
@media (max-width: 576px) {
  .second-banner-section-heading h2 {
    font-size: 3.1rem;
  }
  .second-banner-section-heading p {
    font-size: 1.6rem;
  }
  .second-banner-section-inner {
    padding: 3rem;
  }
}

/* ######################################################################### */
