.w2d_main_brand {
  background: linear-gradient(132deg, #eff5ff 47.72%, #1585f8 86.48%);
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: clamp(90px, 12vh, 180px) !important;
  padding-bottom: clamp(30px, 6vh, 70px) !important;
}

.w2d_main_brand .hero-main-row {
    margin-top: clamp(18px, 2.5vh, 40px);
}

.w2d_main_brand_img {
  height: auto;
  min-height: 397px;
}

.w2d_main_brand_img img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

@media (min-width: 768px) and (max-width: 991.99px) {

    .w2d_main_brand_img {
        margin-top: 35px;
        width: 80%;
        height: 500px;
    }
}


@media (min-width: 576px) and (max-width: 767.99px) {
    .w2d_main_brand_img {
        margin-top: 35px;
        width: 80%;
        height: 500px;
    }
}


@media (max-width: 575.99px) {   
 .w2d_main_brand {
        min-height: 100svh !important;
        padding-top: 10px !important;
        padding-bottom: 25px !important;
        align-items: center !important;
    }
    
    .w2d_main_brand .hero-main-row {
        margin-top: 0 !important;
        --bs-gutter-y: 0 !important;
    }
    
    .w2d_main_brand .container {
        padding-top: 0 !important;
    }
    
    .w2d_main_brand_img {
         height: auto !important;
        min-height: 0 !important;
        margin-top: 0 !important;
    }
}

.w2d_brand_services {
    margin-top: clamp(55px, 7vh, 110px);
}

.w2d_brand_services_heading h6 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
}

.w2d_brand_services_heading h6 span {
  font-size: 20px;
  font-weight: 700;
  font-family: sans-serif;
  color: #fc5d66;
}

.w2d_brand_services_img {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: clamp(140px, 11vw, 200px);
}

.w2d_about_brand_services_heading h6 {
  text-align: left;
}

@media (min-width: 768px) and (max-width: 991.99px) { 
   .w2d_brand_services_heading h6 {
        font-size: 16px;
    }
    .w2d_brand_services_heading h6 span {
        font-size: 16px;
    }
}


@media (min-width: 576px) and (max-width: 767.99px) {
    .w2d_brand_services_heading h6 {
        font-size: 16px;
    }

    .w2d_brand_services_heading h6 span {
        font-size: 16px;
    }
}


@media (max-width: 575.99px) {
    .w2d_brand_services_heading h6 {
        font-size: 16px;
    }

    .w2d_brand_services_heading h6 span {
        font-size: 16px;
    }
}

.row-wide {
  --bs-gutter-x: 1.5rem;
  margin-left: 0;
  margin-right: 0;
}

.row-wide > * {
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
}

.concept-area .about-desc {
  line-height: 2rem;
  font-size: 17px;
  font-weight: 300;
  text-align: justify;
}

.concept-img img {
  border-radius: 20px 100px 20px 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .concept-img img {
    border-radius: 20px;
  }
.concept-content .out-articles {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .concept-img img {
    border-radius: 20px;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1399px) {
.concept-content {
    max-width: 975px;
    margin-left: auto;
  }
}


.concept-content .architecture {
  margin-top: 20px;
  gap: 25px;
}

.concept-content .architecture img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}

.concept-content .architecture .icon {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 100px;
}
.concept-content .architecture h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "DM Serif Display", serif;
  font-weight: 600; 
}
.concept-content .architecture p {
  max-width: 460px;
}
.concept-content .concept-list {
  margin: 40px 0;
}

.concept-content .concept-list li {
  margin-bottom: 20px;
}
.concept-content .concept-list li:last-child {
  margin-bottom: 0;
}
.concept-content .concept-list li p{
  font-size: 18px;
  color: #000000;
}
.concept-content .about-btn {
  gap: 30px;
}

.concept-content .out-articles {
  background-color: #f8f6f9;
  padding: 10px;
  border-radius: 20px;
}
.concept-content .out-articles .gap-30 {
  gap: 30px;
}
.concept-content .out-articles img {
  border-radius: 10px;
}


@media only screen and (max-width: 767px) {
  .concept-content .architecture {
    margin-top: 10px;
  }
  .concept-content .architecture h3 {
    font-size: 22px;
  }
  .concept-content .concept-list {
    margin: 30px 0;
  }
  .concept-content .concept-list li {
    margin-bottom: 10px;
  }
  .concept-content .concept-list li p {
    font-size: 16px;
  }
  .concept-content .out-articles {
    padding: 10px;
  }
}

.hsw_btn {
  font-size: 15px;
  font-weight: 600;
  font-family: #5c728e;
  padding: 13px 20px;
  background: #2e2e32;
  color: #fff;
  border-radius: 6px;
  transition: all linear 0.3s;
}

.hsw_btn:hover {
  background: #1585f8;
  color: #fff;
}

.hsw_btn i {
  margin-left: 10px;
  font-weight: 500;
}

.register_btn {
  display: inline-flex;
  align-items: center;
}
.register_btn i {
  font-size: 20px;
}
/* ═══════════════════════════════════════════════════
HORIZONTAL ACCORDION (≥ 901px)
═══════════════════════════════════════════════════ */
.accordion-hori-wrap {
width: 100%;
overflow-x: hidden;

}

.accordion-hori {
display: flex;
width: 100%;
height: 550px;
gap: 6px;
}

/* ── Item base ── */
.acc-hori-item {
position: relative;
flex: 0 0 64px;
height: 100%;
border-radius: 1rem;
overflow: hidden;
cursor: pointer;
border: 1px solid #a6ccf2;
transition: flex 600ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 300ms ease;
outline: none;
}
.acc-hori-item:focus-visible { outline: 2px solid #01696f; outline-offset: 2px; }
.acc-hori-item.is-open { flex: 1 1 0; box-shadow: 0 12px 32px oklch(0.2 0.01 80 / 0.12); }

/* Background gradients */
.acc-hori-item::before {
content: ''; position: absolute; inset: 0;
background: var(--item-bg); z-index: 0;
}
.acc-hori-item[data-idx="0"] { --item-bg: linear-gradient(160deg,#fdfdfb 0%,#fdfdfb 100%); }
.acc-hori-item[data-idx="1"] { --item-bg: linear-gradient(160deg,#fdfdfb 0%,#fdfdfb 100%); }
.acc-hori-item[data-idx="2"] { --item-bg: linear-gradient(160deg,#fdfdfb 0%,#fdfdfb 100%); }
.acc-hori-item[data-idx="3"] { --item-bg: linear-gradient(160deg,#fdfdfb 0%,#fdfdfb 100%); }

/* Grain overlay */
.acc-hori-item::after {
content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
background: transparent; border-color: #1585f8;
}

/* Collapsed rotated tab */
.acc-hori-tab {
position: absolute; 
inset: 0; 
display: flex;
align-items: center; 
justify-content: center;
z-index: 3;
transition: opacity 300ms ease;
transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.acc-hori-tab-inner {
display: flex; align-items: center; gap: 0.75rem;
writing-mode: vertical-rl; 
text-orientation: mixed;
transform: rotate(180deg);
color: rgba(255,255,255,0.9); user-select: none;
}

.acc-hori-tab:hover {
background-color: #71adf7;
}

.acc-hori-tab:hover span {
color: #fff;
}

.acc-hori-tab-icon { 
    font-size: 1.4rem;
    line-height: 1;
}

.acc-hori-tab-label {
font-size: clamp(0.875rem, 0.8rem + 0.35vw, 1rem); 
font-weight: 600;
color: #7c8087;
letter-spacing: 0.08em;
text-transform: uppercase;
white-space: nowrap;
}

.acc-hori-item.is-open .acc-hori-tab { opacity: 0; pointer-events: none; }

/* Expanded content — desktop: row layout */
.acc-hori-content {
position: absolute; inset: 0;
padding: 2rem 2rem 2rem calc(2rem + 0.5rem);
display: flex;
flex-direction: row;
align-items: flex-end;
gap: 2rem;
z-index: 3; opacity: 0;
transform: translateX(-12px);
transition: opacity 350ms ease 100ms, transform 400ms cubic-bezier(0.16,1,0.3,1) 80ms;
pointer-events: none;
}
.acc-hori-item.is-open .acc-hori-content { opacity: 1; transform: translateX(0); pointer-events: auto; }

.acc-hori-text-col {
display: flex; flex-direction: column; justify-content: flex-end;
flex: 0 0 auto;
max-width: 280px;
}

.acc-hori-number {
font-family: 'Instrument Serif', Georgia, serif; 
font-style: italic;
font-size: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem); 
color: #2f3134;
letter-spacing: 0.15em; margin-bottom: 0.75rem;
}
.acc-hori-title {
font-family: 'Instrument Serif', Georgia, serif;
font-style: italic;
font-size: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem); color: #2f3134;
line-height: 1.1; margin-bottom: 1rem;
text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.acc-hori-body {
font-size: clamp(0.875rem, 0.8rem + 0.35vw, 1rem); color: #2f3134;
line-height: 1.65; max-width: 38ch; margin-bottom: 1.5rem;
}
.acc-hori-btn {
display: inline-flex; align-items: center; gap: 0.5rem;
font-size: clamp(0.875rem, 0.8rem + 0.35vw, 1rem); font-weight: 600; color: #2f3134;
border: 1.5px solid rgba(212,212,212,0.9);
padding: 0.5rem 1.25rem;
border-radius: 9999px;
transition: background 200ms ease, border-color 200ms ease;
text-decoration: none; 
width: fit-content;
}
.acc-hori-btn:hover { background: rgba(255,255,255,0.15); border-color: rgba(21,133,248,0.5); }

.acc-hori-btn i { transition: transform 250ms ease; }
.acc-hori-btn:hover i { transform: translateX(3px); }

.acc-hori-cards-col {
flex: 1 1 auto;
min-width: 0;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: repeat(3, auto);
gap: 0.6rem;
align-self: stretch;
align-content: start;
padding-top: 0.3rem;
}

.acc-hori-card {
min-width: 0;
background: #f8f6f9;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.65);
border-radius: 0.75rem;
padding: 0.8rem 0.9rem;
display: flex;
flex-direction: column;
gap: 0.35rem;
cursor: pointer;
transition: background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}
.acc-hori-card:hover {
background: rgba(255,255,255,0.62);
transform: translateY(-2px);
box-shadow: 0 6px 18px rgba(0, 80, 160, 0.12);
}

.acc-hori-card-icon {
font-size: 1.25rem;
line-height: 1;
color: #1585f8;
margin-bottom: 0.1rem;
}

.acc-hori-card-title {
font-size: 1rem;
font-weight: 700;
color: #2f3134;
letter-spacing: 0.01em;
line-height: 1.2;
text-transform: uppercase;
padding-bottom: 5px;
}

.acc-hori-card-desc {
font-size: 0.85rem;
color: #55606e;
line-height: 1.45;
}

@media only screen and (max-width: 767px) {
  .acc-hori-card-title {
      font-size: 0.8rem;
      -webkit-hyphens: manual;
      -ms-hyphens: manual;
      hyphens: manual;
      line-height: 1.2rem;
    }
}

@media (max-width: 1655px) and (min-width: 701px) {
  .accordion-hori {
    height: auto;
    min-height: 620px;
  }

  .acc-hori-item {
    height: auto;
    min-height: 620px;
  }

  .acc-hori-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    overflow-y: auto;
  }

  .acc-hori-text-col {
    max-width: 100%;
    flex: 0 0 auto;
    justify-content: flex-start;
  }

  .acc-hori-body {
    max-width: 100%;
    margin-bottom: 1rem;
    line-height: 1.45;
  }

  .acc-hori-cards-col {
    flex: 0 0 auto;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(3, auto);
    padding-top: 0;
    align-self: auto;
  }

  .acc-hori-card {
    padding: 0.65rem 0.7rem;
  }

  .acc-hori-card-title {
    font-size: 0.72rem;
    line-height: 1.15;
  }

  .acc-hori-card-desc {
    font-size: 0.76rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 1200px) and (min-width: 701px) {
  .acc-hori-cards-col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(4, auto);
  }
}

/* ═══════════════════════════════════════════════════
INTERMEDIATE — cards flow below text (701px–900px)
═══════════════════════════════════════════════════ */
@media (max-width: 900px) {

/* Content becomes column: text first, cards below */
.acc-hori-content {
flex-direction: column;
align-items: flex-start;
padding: 1.5rem;
gap: 1rem;
overflow-y: auto;
}

.acc-hori-text-col {
max-width: 100%;
flex: 0 0 auto;
justify-content: flex-start;
}

/* Cards grid: 3 cols still possible at ~700-900px */
.acc-hori-cards-col {
flex: 0 0 auto;
width: 100%;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(3, 1fr);
padding-top: 0;
align-self: auto;
}

/* Slightly smaller cards at medium width */
.acc-hori-card {
padding: 0.7rem 0.75rem;
}

/* Accordion height grows to fit stacked content */
.accordion-hori {
height: auto;
min-height: 550px;
}

.acc-hori-item {
height: auto;
min-height: 550px;
}

.acc-hori-item.is-open .acc-hori-content {
max-height: none;
}

}

/* ═══════════════════════════════════════════════════
VERTICAL ACCORDION (≤ 700px)
═══════════════════════════════════════════════════ */
@media (max-width: 700px) {


.page-title { font-size: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem); }
.page-subtitle { margin-bottom: 1.5rem; font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem); }

.hint-desktop { display: none; }

/* Wrap becomes a normal block */
.accordion-hori-wrap {
overflow-x: visible;
padding-bottom: 0;
}

/* Stack items vertically */
.accordion-hori {
flex-direction: column;
height: auto;
min-height: unset;
gap: 0.5rem;
min-width: unset;
width: 100%;
}

/* Each item: auto height, full width */
.acc-hori-item {
flex: none !important;
width: 100%;
height: auto;
min-height: unset;
border-radius: 0.75rem;
overflow: hidden;
transition: box-shadow 300ms ease;
}

/* ── Vertical collapsed header ── */
.acc-hori-tab {
position: relative;
inset: unset;
display: flex;
align-items: center;
justify-content: flex-start;
padding: 1rem 1.25rem;
gap: 0.75rem;
}

/* reset rotation */
.acc-hori-tab-inner {
writing-mode: horizontal-tb;
text-orientation: mixed;
transform: none;
flex-direction: row;
align-items: center;
gap: 0.75rem;
width: 100%;
}

.acc-hori-tab-icon { font-size: 1.2rem; }
.acc-hori-tab-label {
font-size: clamp(0.875rem, 0.8rem + 0.35vw, 1rem); font-weight: 600;
letter-spacing: 0.04em; text-transform: uppercase;
color: #7c8087;
flex: 1;
}

/* Chevron icon */
.acc-hori-tab-inner::after {
content: '';
display: block;
width: 18px; height: 18px; flex-shrink: 0;
background-repeat: no-repeat;
background-size: contain;
transition: transform 400ms cubic-bezier(0.16,1,0.3,1);
}
.acc-hori-item.is-open .acc-hori-tab-inner::after {
transform: rotate(180deg);
}

/* Show tab always in vertical mode */
.acc-hori-item.is-open .acc-hori-tab { opacity: 1; pointer-events: auto; }

/* ── Vertical expanded content: column, text → cards ── */
.acc-hori-content {
position: relative;
inset: unset;
padding: 0 1.25rem 0;
flex-direction: column;
align-items: flex-start;
gap: 1rem;
transform: none;
opacity: 1;
pointer-events: auto;
max-height: 0;
overflow: hidden;
transition: max-height 500ms cubic-bezier(0.16,1,0.3,1), padding-bottom 400ms ease;
padding-bottom: 0;
}

.acc-hori-item.is-open .acc-hori-content {
height: 100%;
padding-bottom: 1.25rem;
transform: none;
opacity: 1;
}

/* Text block: full width, normal flow */
.acc-hori-text-col {
max-width: 100%;
flex: 0 0 auto;
justify-content: flex-start;
}

/* Cards below text: 2-col grid on mobile */
.acc-hori-cards-col {
  flex: 0 0 auto;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  padding-top: 0;
  align-self: auto;
}

/* grain/bg overlays stay absolute */
.acc-hori-item::after { position: absolute; }
.acc-hori-item::before { position: absolute; }

.acc-hori-number { 
  margin: 0.5rem 0;
}
.acc-hori-title { font-size: clamp(1.125rem, 1rem + 0.75vw, 1.5rem); margin-bottom: 0.75rem; }
.acc-hori-body { max-width: 100%; margin-bottom: 1rem; display: block; }
.acc-hori-btn { padding: 0.5rem 1rem; }

}

/* ─────── shared sr-only ──────── */
.sr-only {
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;
}


.acc-hori-card-icon-image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.3rem;
}

.acc-hori-card-logo {
  display: block;
  width: 100%;
  max-width: 35px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .acc-hori-card-logo {
    max-width: 30px;
  }
}

@media (max-width: 700px) {
  .acc-hori-card-logo {
    max-width: 30px;
  }
}

/* ─────── benefits──────── */

.ptb-120 {
  padding-top: 5px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb-120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-120 {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

@media (min-width: 991px) {
  .mw-1685 {
  max-width: 1645px;
  padding-left: 30px;
  padding-right: 30px;
  }
}

.top-title {
  color: #068075;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  margin-bottom: 30px;
}

.top-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #068075;
  border-radius: 10px;
  transform: translateY(-50%);
}

.top-title.around-style {
  color: #000000;
}
.top-title.around-style::before {
  width: 10px;
  height: 20px;
  border-radius: 50px 0 0 50px;
  background-color: #1585f8;
}


.about-us-area .about-left-col {
  display: flex;
  flex-direction: column;
  justify-content: center;  
}

@media only screen and (max-width: 767px) {
  .top-title {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-title {
    font-size: 12px;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
  margin-top: -14px;
}

@media only screen and (max-width: 767px) {
.mb-60 {
    margin-bottom: 30px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.mb-60 {
    margin-bottom: 30px;
    margin-top: 0;
  }
}

.main-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 121.739%;
  color: #000000;
  max-width: 860px;
  margin-bottom: 15px;
}

.main-title:last-child {
  margin-bottom: 0;
}

.main-title.mw-975 {
  max-width: 975px;
}
.main-title.mw-560 {
  max-width: 560px;
}
.main-title.mw-690 {
  max-width: 690px;
}

@media only screen and (max-width: 767px) {
.main-title {
    font-size: 25px;
    letter-spacing: normal;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.main-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.main-title {
    font-size: 40px;
  }
}

.about-us-area .about-desc {
  line-height: 2rem;
  font-size: 17px;
  font-weight: 300;
  text-align: justify;
}

.about-us-img img {
  border-radius: 20px 100px 20px 20px;
}

@media only screen and (max-width: 767px) {
  .about-us-img img {
    border-radius: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-us-img img {
    border-radius: 20px;
  }
}

.align-items-end {
  align-items: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}


.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

@media (min-width: 1200px) {
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
}

.gap-12 {
  gap: 12px;
}

.default-btn {
  padding: 15px 29px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  background-color: #000000;
  border: 1px solid #000000;
  text-decoration: none;
  display: table;
  text-align: center;
  gap: 5px;
  text-transform: capitalize;
  border-radius: 10px;
  -webkit-transition: 0.5s;
}

.default-btn:hover {
  background-color: #fff;
  color: #091627;
  border-color: #1585f8;
}

.about-btn a i {
  transition: transform 0.3s ease;
}

.about-btn a:hover i {
  transform: translateX(5px);
}

.default-btn.active {
  background-color: #F2B679;
  color: #000000;
  border-color: #F2B679;
}
.default-btn.active:hover {
  background-color: #068075;
  color: #fff;
  border-color: #068075;
}
.default-btn.active:hover img {
  filter: invert(1);
}
.default-btn.border-btn {
  background-color: transparent;
}
.default-btn.border-btn:hover {
  background-color: #068075;
  border-color: #068075;
  color: #fff;
}

.gap-10 {
  gap: 10px;
}



/*About US*/

@media (min-width: 991px) {
  .mw-1685 {
    max-width: 1645px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.top-title {
  color: #068075;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  margin-bottom: 30px;
}
.top-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #068075;
  border-radius: 10px;
  transform: translateY(-50%);
}

.main-title {
  font-size: 56px;
  line-height: 121.739%;
  color: #000000;
  max-width: 860px;
  margin-bottom: 15px;
}
.main-title:last-child {
  margin-bottom: 0;
}

.about-img {
  max-width: 720px;
}
.about-img img {
  border-radius: 20px;
}

.object-fit-cover {
  object-fit: cover !important;
}

@media only screen and (max-width: 767px) {
  .top-title {
    font-size: 12px;
  }
  .main-title {
    font-size: 25px;
    letter-spacing: normal;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-title {
    font-size: 12px;
  }
  .main-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .main-title {
    font-size: 40px;
  }
}

.w2d-about-main-block {
  position: relative;
  z-index: 1;
  padding: 50px 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  height: 108%;
  background-color: #fff;
}
.w2d-about-main-block .icon {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  transition: all ease 0.5s;
}
.w2d-about-main-block .icon img {
  transition: all ease 0.5s;
}
.w2d-about-main-block h3 {
  font-size: 24px;
}
.w2d-about-main-block .mb-30 {
  margin-bottom: 30px;
  gap: 25px;
}

@media only screen and (max-width: 767px) {
  .w2d-about-main-block {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    padding: 25px;
  }
  .w2d-about-main-block h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .w2d-about-main-block {
    padding: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .w2d-about-main-block {
    padding: 40px 25px;
  }
  .w2d-about-main-block h3 {
    font-size: 20px;
  }
}

