.microsoft-banner h1.heading-main-new, .microsoft-banner h1.heading-main-new span {
    line-height: 65px;
    font-size: 48px;
    -webkit-text-stroke: unset;
    font-weight: 700;
    color: #0F2B3F;
        margin: 0;
}
.data-details {
  padding: 30px;
  background: #edf9f8;
  border-radius: 10px;
}
.table-first thead th {
  border: none;
  font-size: 24px;
}
.custom-table td,
.custom-table th {
  background-color: rgba(255, 255, 255, 0);
  vertical-align: top;
  padding: 1rem;
  border: 1px solid #dee2e6;
}
.custom-table tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}
.term-title {
  font-weight: bold;
}
.data-details {
  padding: 30px;
  background: #edf9f8;
  border-radius: 10px;
}

.sidebar-link ul li a img {
  max-width: 45px;
  display: block;
  margin: 0 auto;
}

.sidebar-link ul li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 15px;
}

.sidebar-link li {
  text-align: center;
  margin-bottom: 20px;
}
td.term-title {
  width: 50%;
  text-align: center;
  vertical-align: middle;
}

table.table.custom-table td {
  box-shadow: unset;
  border-color: #cce9e5;
}
.sidebar-link .link-one {
  padding: 15px 20px;
  border-radius: 15px;
  background: #e3f2fd;
  max-width: 221px;
  margin: 0 auto;
  margin-bottom: 20px;
  min-height: 123px;
  height: auto;
}

.sidebar-link {
  position: sticky;
  top: 100px;
}
.microsoft-data-main .data-details .data-desciption {
  margin-bottom: 18px;
}

.microsoft-data-main .data-details .data-desciption p {
  margin: 0;
  font-size: 17px;
}

.microsoft-data-main .data-details .data-desciption h3 {
  margin-bottom: 12px;
}
.sidebar-link li.green {
  background: #e8f5e9;
}

.sidebar-link li.orange {
  background: #fff3e0;
}

.sidebar-link li.yellow {
  background: #fffde7;
}

.sidebar-link li.pink {
  background: #f3e5f5;
}

.sidebar-link li.gray {
  background: #eceff1;
}
.data-info-details-first h2 {
  margin-bottom: 30px;
  color: #20a0b1;
  font-weight: 600;
  line-height: normal;
}
table.table.custom-table span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
}
thead.thead-light th {
  text-align: center;
  font-size: 17px;
}
.terms-table h3 {
  margin-bottom: 30px;
}
table.table.custom-table tbody td {
  vertical-align: middle;
}
.marketing-data ul li {
    font-size: 16px;
    display: block;
}
.micor-data {
    display: flex;
    text-align: left;
    gap: 10px;
}

.micor-data .micor-data-main {
    width: 50%;
}
.micor-data .micor-data-main ul li::before {
  top: 3px;
  background-position: top left;
}
table.table.custom-table.table-marketing tbody td {
  vertical-align: top;
}
/* new */
.table-marketing img {
    height: 100%;
    min-height: 278px;
    object-fit: cover;
}
.micor-data .micor-data-main {
    padding: 20px;
    width: 50%;
    background: #fff;
}
.micor-data .micor-data-main ul li {
    display: block;
    font-size: 16px;
}
.table-net-custmer .micor-data {
    flex-wrap: wrap;
}
.micor-data {
    display: flex;
    gap: 20px;
}
.table-net-custmer .micor-data .micor-data-main {
    width: 48%;
}
/* end */
.table-marketing h5 {
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
.terms-table {
  overflow-x: auto;
}
.microsoft-banner a.quote.quote-expert {
  display: flex;
}
@media (max-width: 1399px) {
.microsoft-banner h1.heading-main-new, .microsoft-banner h1.heading-main-new span {
    line-height: 55px;
    font-size: 40px;
}
}
@media (max-width: 991px) {
  .table-marketing h5 {
    line-height: 1.4;
    font-size: 18px;
  }
  table.table.custom-table li {
    font-size: 15px;
    display: block;
  }
}
table.table.custom-table tbody td {
  font-size: 15px;
}
.data-details {
  padding: 30px 20px;
}
@media (max-width: 767px) {
  .sidebar-link ul {
    display: flex;
    gap: 20px;
    white-space: nowrap;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .sidebar-link .link-one {
    flex: 0 0 160px; /* fixed width */
    min-width: 160px;
  }
  .data-info-main {
    margin-top: 30px;
  }
  .micor-data {
    flex-wrap: wrap;
}
.micor-data .micor-data-main {
    width: 100%;
}
.table-net-custmer .micor-data .micor-data-main {
    width: 100%;
}
.table-marketing img {
    height: 100%;
    min-height: auto;
    object-fit: cover;
}
.microsoft-banner h1.heading-main-new, .microsoft-banner h1.heading-main-new span {
    line-height: 44px;
    font-size: 34px;
}
.hubspot-hero-section.migration-banner span.tagline {
    font-size: 16px;
    line-height: 1.5;
}
}
@media (max-width: 576px) {
  .table-marketing td {
    width: 100%;
  }
  .hubspot-hero-section span.tagline {
    padding-left: 42px;
    font-size: 18px;
}
.hubspot-hero-section span.tagline:before {
    width: 30px;

}
  .table-marketing tr {
    display: flex;
    flex-direction: column;
  }
  .data-info-details-first h2 {
    margin-bottom: 20px;
  }
}
