:root {
  --white: #fff;
  --black: #000;
  --text: #1e293b;
}

@font-face {
  font-family: "montserrat";
  src: url("../Fonts/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("../Fonts/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("../Fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("../Fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("../Fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("../Fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("../Fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("../Fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("../Fonts/font/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

body {
  font-family: "montserrat", sans-serif !important;
  direction: ltr;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
p,
h4,
h5,
h6 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.bg-main {
  background-size: contain;
  background-repeat: no-repeat;
}
.gap-14 {
  gap: 14px;
}
.main-nav {
  /* background-color: var(--black); */
  background: linear-gradient(to right, #ffe700 30%, black 70%);

  height: 80px;
  z-index: 3;
  position: relative;
}
.resellerSectionData {
  position: relative;
  z-index: 3;
}
.header-text {
  color: #000;
  font-size: 65px;
  font-weight: 100;
  line-height: 48px;
  padding: 35px 0 15px 0;
  letter-spacing: 1.3px;
  /* flex: 1; */
  /* text-align: center; */
}

.main-nav nav {
  padding: 0;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 70px;
}

.nav-links li a {
  color: var(--white);
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.38px;
  /* transition: opacity 0.3s; */
}

/* .nav-links li a:hover {
  opacity: 0.7;
} */

.nav-logo {
  /* width: 316px;
  min-width: 316px; */
  flex-shrink: 0;
  height: 80px;
  /* background-color: #ffe700; */
  position: relative;
}

.nav-logo1 {
  /* padding-left: 0; */
  background: #ffe700;
}
.gap-6 {
  gap: 5rem;
}
/* .navbar {
  background-color: var(--black);
} */
h1 {
  color: var(--black);
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
}

h2 {
  color: var(--text);
  font-size: 40px;
  font-weight: 300;
  line-height: 52px;
}

h3 {
  color: var(--black);
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
}

h4 {
  color: var(--black);
  font-size: 23px;
  font-weight: 300;
  line-height: 32px;
}

h5 {
  color: var(--black);
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

h6 {
  color: var(--text);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

p {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.hero {
  margin: 44px 0 60px;
}

.hero-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 41px;
  margin-top: 5px;
  justify-content: center;
}

.btn-purple {
  background-color: #9724cb;
  border-radius: 10px;
  padding: 8px 55px 13px 55px;
  color: var(--white);
  font-size: 24px;
  border: none;
  font-weight: 300;
  transition: opacity 0.3s;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: center;
  border: 2px solid #9724cb;
}

.hero .hero-btn .btn-purple {
  min-width: 210px;
  padding: 5px 47px;
  width: 210px;
}
.btn-purple:hover {
  color: #06b6d4;
  background-color: unset;
}
.hero-btn .btn-purple:hover {
  font-weight: 500;
}
.solutions {
  margin-left: 0;
  margin-bottom: 60px;
}

.g-60 {
  --bs-gutter-x: 60px;
}

.solution-line {
  width: 100%;
  height: 1px;
  background-color: var(--black);
  margin-bottom: 20px;
}

.solution-card h4 {
  margin-bottom: 4px;
  max-width: 248px;
}

.solution-card h6 {
  max-width: 275px;
}
.solution-link {
  color: #9724cb;
  white-space: nowrap;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
}

.why-us {
  margin-left: 0;
  margin-bottom: 30px;
}

.why-list li {
  position: relative;
  /* padding-left: 15px;
  margin-bottom: 8px; */
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: var(--black);
}

/* .why-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 20px;
} */

.reseller-link {
  color: #e6007e;
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  line-height: normal;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.main-footer {
  /* opacity: 0.65;
  background: #161f28; */
  /* height: 90px;
  display: flex;
  align-items: center; */
  padding: 28px 0;
  position: relative;
  z-index: 2;
  background-color: rgba(22, 31, 40, 0.65);
}
.main-footer ul {
  padding: 0;
  margin: 0;
  justify-content: center;
  gap: 68px;
  flex-direction: row;
  display: flex;
  list-style: none;
  border-left: 1px solid #fff;
}
.main-footer .secondMenuStyle{
      gap: 30px;
}
.resellerSectionDataRow {
  --bs-gutter-x: 131px;
}
.footer-copy {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 342.857%;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 68px;
}

.footer-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  /* transition: opacity 0.3s; */
}

.footer-link.gold {
  color: #fff500;
}

/* .footer-link:hover {
  opacity: 0.7;
} */

.footer-divider {
  height: 43.898px;
  background-color: var(--white);
  width: 1px;
}

.creative-banner {
  background-repeat: no-repeat;
  /* background-position: 0% 0%; */
  background-position: 0% 0%;
  position: relative;
}
.creativeText {
  background-position: 0% 100%;
}
/*  
 */

.aiBody {
  background-size: 80% 40%;
}
.header-row {
  display: flex;
  z-index: 4;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.creative-hero {
  padding: 28px 0 60px 0;
}

.hero-label {
  color: #9724cb;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.hero-desc {
  color: var(--black);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.solutions-grid {
  padding: 0px 0 60px 0;
}

/* .solutions-grid .row > *:nth-child(3n + 1) {
  padding-left: 0;
}

.solutions-grid .row > *:nth-child(3n + 3) {
  padding-right: 0;
} */

.solution-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.accordion-toggle-icon {
  cursor: pointer;
  margin-top: 8px;
  transition: transform 0.3s ease;
}

.openAccordion .accordion-toggle-icon[aria-expanded="true"],
.solutions-grid .accordion-button,
.closeAccordion .accordion-toggle-icon[aria-expanded="false"] {
  /* transform: rotate(180deg); */
  display: none;
}
.openAccordion .accordion-toggle-icon[aria-expanded="false"] {
  display: block;
}
.closeAccordion .accordion-toggle-icon[aria-expanded="true"] {
  transform: rotate(180deg);
  display: block;
}
.solutions-grid .accordion-item {
  border: none;
  background-color: transparent;
  /* margin-bottom: 60px; */
}

.solutions-grid .accordion-body ul {
  padding: 0;
  margin: 0;
}

.solutions-grid .accordion-body ul li {
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
}

.solution-title {
  display: block;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
  /* margin-bottom: 10px; */
  /* max-width: ;/ */
  color: var(--black);
}
.solutionBtn .btn-purple {
  font-size: 18px;
}
.accordion-section-heading {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  line-height: 24px;
}

.hero-label2 {
  color: #9724cb;
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
}

.creative-who {
  margin-bottom: 30px;
}
.creative-who1 {
  margin: 30px 0 67px;
}
.creative-who li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 24px;
  color: var(--black);
}

.creative-tools {
  padding: 10px 0 80px 0;
}
.none {
  pointer-events: none;
  cursor: none;
}

.tools-hero {
  margin-bottom: 50px;
}
.creativeText1 {
  gap: 57px;
  padding: 45px 0 22px;
}
.tools-main-title {
  color: #9724cb;
  font-size: 65px;
  font-weight: 200;
  line-height: normal;
  text-transform: lowercase;
}
.gap-12 {
  gap: 12px;
}

.tools-subtitle {
  font-size: 36px;
  font-weight: 300;
  color: var(--black);
  line-height: 127.778%;
}
.pt-31 {
  padding-top: 31px;
}
.fixText .tools-subtitle {
  line-height: 135.714%;
}
.tools-reseller-highlight {
  color: #e20093;
  font-weight: 600;
}

.tools-discipline {
  margin-bottom: 40px;
}

.discipline-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  color: #9724cb;
  margin-bottom: 8px;
}

.discipline-line {
  height: 1px;
  width: 100%;
  background-color: var(--black);
  margin-bottom: 20px;
  margin-left: 10%;
}

.tools-table {
  width: 100%;
  margin-left: 10%;
  border-collapse: collapse;
}

.tools-table td {
  padding: 14px 0;
  vertical-align: top;
}

.tools-table .tool-name {
  width: 35%;
}

.tools-table .tool-desc {
  width: 55%;
}

.need-help {
  margin-left: 10%;
  margin-top: 20px;
}

.help-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.note {
  border-radius: 20px;
  background: rgba(226, 0, 147, 0.3);
  mix-blend-mode: multiply;
  padding: 24px;
  /* width: 720px; */
}

.fs-60 {
  color: #9724cb;
  font-size: 60px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  /* text-transform: lowercase; */
}
.businessText p {
  line-height: 28px;
}
.listBusiness li {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.fs-34 {
  color: var(--black);
  font-size: 34px;
  font-weight: 300;
  line-height: normal;
}

.bg-gradient-wrapper {
  background-image: url(../Images/AdobeStock_614003991_A.svg);
  background-repeat: no-repeat;
  background-position: 115% top;
}

.business-desc {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  color: var(--black);
  margin-bottom: 20px;
}

.business-disciplines {
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 33px;
}

.g-90 {
  --bs-gutter-x: 90px;
  margin-bottom: 40px;
}

/* .discipline-item {
  margin-bottom: 40px;
} */
.rowGap-40 {
  row-gap: 40px;
}
.rowGap-36 {
  row-gap: 36px;
}
.gap-53 {
  gap: 53px;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.rowGap48 {
  row-gap: 48px;
}
.smallText {
  text-transform: lowercase;
}
.pt-10 {
  padding-top: 10px;
}
.creativeItem {
  padding-top: 19.5px;
  border-top: 1px solid #000;
}
.discipline-category {
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
  color: var(--black);
}

.business-disciplines .discipline-desc {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.5;
}

.for-who {
  border-radius: 20px;
  background: #f0cfff;
  mix-blend-mode: multiply;
  padding: 18px 41px 12px;
  gap: 18px;
  /* max-width: 300px; */
}
.rowGap25 {
  row-gap: 25px;
}
.gap-20 {
  gap: 20px;
}
.mt-37 {
  margin-top: 37px !important;
}
.gap-34 {
  gap: 34px;
}
.gap-32 {
  gap: 32px;
}

.gap-69 {
  gap: 69px;
}
.mt-80 {
  margin-top: 80px;
}
.rowgap-40 {
  row-gap: 40px;
}
.bussniesFixedText {
  min-width: 602px;
}
.forWhoCard {
  min-width: 300px;
}
.rowGap15 {
  row-gap: 26px;
}
.mt-60 {
  margin-top: 60px;
}
.solution-line2 {
  /* padding-top: 18px; */
  border-top: 1px solid #000;
}

.mt-40 {
  margin-top: 40px;
}
.pt-37 {
  padding-top: 37px;
}
.mb-37 {
  margin-bottom: 37px;
}
.g-45 {
  --bs-gutter-x: 45px;
}
.g-32 {
  --bs-gutter-x: 32px;
}
.faqSection {
  padding-top: 35px;
}
.how-to-get li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 24px;
  color: var(--black);
}

.min-w {
  width: 340px;
}

.g-200 {
  --bs-gutter-x: 200px;
}

.tools-category {
  border-radius: 20px;
  background: rgba(136, 254, 192, 0.5);
  mix-blend-mode: multiply;
  /* width: 520px; */
  padding: 24px 40px;
}

.m-l-10 {
  margin-left: 10%;
}

.m-r-10 {
  margin-right: 20%;
}

.fs-36 {
  color: #9724cb;
  font-size: 36px;
  font-weight: 200;
  line-height: 1.2;
}

.creative-tools {
  background-image: url("../Images/AdobeStock_688358854_greenleft.png"),
    url("../Images/AdobeStock_688358854_green.png");
  background-position: left 15%, right 15%;
  background-repeat: no-repeat;
}

/* .solutions-grid {
  background-image: url("/Images/AdobeStock_459518091_blue copy.png");
  background-repeat: no-repeat;
  background-position: right bottom;
} */

.fs-55 {
  color: #000;
  font-size: 55px;
  font-weight: 300;
  line-height: 70px;
}

.education-hero {
  border-radius: 20px;
  background: #95eff6;
  mix-blend-mode: multiply;
  /* padding: 24px 40px; */
  padding: 44px 39px 24px;

  /* width: 450px; */
}
.bg-purple-light-note{
  mix-blend-mode:unset !important;
}
.fixEDuctaion {
  padding: 28px 37px 22px;
}
.bg-purple {
  background: #9724cb !important;
  padding: 20px 15px 20px 43px;
}
.education-hero.bg-purple {
  padding: 24px 55px 33px 50px;
}
.bg-purple-light {
  padding: 22px 50px 20px 22px;
  background: rgba(226, 0, 147, 0.3);
}

.g-70 {
  --bs-gutter-x: 70px;
}

.fs-28 {
  color: var(--black);
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.title h1 {
  font-size: 30px;
  line-height: 160%;
  color: var(--black);
  font-weight: 400;
  letter-spacing: 0.6px;
}

.resellerSection {
  position: relative;
  padding: 0 0 70px;
}
main,
.resellerSection {
  min-height: 100vh;
}
.title {
  padding: 22px 0 40px;
}

.selectDropDown {
  border-radius: 5px;
  border: 1px solid #707070;
  background: rgba(0, 0, 0, 0);
  /* mix-blend-mode: multiply; */
  width: 271px;
  padding: 2px 12px;
}

.selectDropDownUserSeletedIt {
  border-color: #9724cb;
}
.selectDropDown * {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.selectDropDown .dropdown-menu {
  width: 100%;
  left: -12px !important;
}
.selectDropDown .dropdown-toggle {
  color: #c3c3c3;
}
.selectDropDown .dropdown-toggle.has-selection {
  color: #333 !important;
  font-weight: bold !important;
}
.selectDropDown li a {
  color: #707070;
}
.selectDropDown .dropdown-toggle::after {
  border: unset;
  width: 20px;
  height: 16.327px;
  background-image: url(../Images/select.svg);
  background-position: right center;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: contain;
  margin-right: auto;
  position: absolute;
  right: 11px;
  top: 5px;
}

.selectDropDownUserSeletedIt .dropdown-toggle::after {
  background-image: url(../Images/select2.svg);
}
.numberOfSearch {
  padding: 59px 0 11px;
}
.numberOfSearch h6 {
  color: #707070;
  font-weight: 600;
  line-height: 266.667%;
  letter-spacing: 0.36px;
}

.reseller-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.reseller-loading img {
  width: 48px;
  height: 48px;
}

.resleiceCard {
  border-radius: 15px;
  border: 1.5px solid #9724cb;
  background: rgba(0, 0, 0, 0);
  mix-blend-mode: multiply;
  padding: 17px 15px 16px 27px;
}

.releiceText {
  padding: 11px 0 21px;
  max-width: 250px;
}
span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.fixDesx {
  max-width: 335px;
}
.SpecialistText span {
  font-weight: 600;
  color: #9724cb;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.contactSeller {
  gap: 3px;
  padding-top: 20px;
}
.contactSeller a {
  color: #e20093 !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.rowGap {
  row-gap: 25px;
}

.resleiceCard p {
  font-weight: 500;
  line-height: normal;
}
.background {
  position: absolute;
  left: 0%;
  width: 39%;
  top: -30vh;
  height: 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.headerTitle p {
  color: #000;
  font-size: 87px;
  font-style: normal;
  font-weight: 100;
  line-height: 55.172%; /* */
  letter-spacing: 1.74px;
}

.headerTitle {
  padding: 29px 0;
}

.fs-20 {
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.headerMOdal {
  background: #000;
  max-width: 300px;
  left: unset;
  z-index: 5;
  right: 0;
}
.adobe-logo {
  padding-top: 22px;
}

.modal-backdrop.show {
  z-index: 4;
  opacity: 0;
}
.headerMOdal ul {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.headerMOdal ul li {
  border-bottom: 1px solid #c3c3c3;
  width: 100%;
  padding-bottom: 10px;
}
.headerMOdal .modal-dialog {
  margin: 0;
}
.headerMOdal li a {
  padding: 10px;
  pointer-events: auto;
  text-transform: capitalize;
  text-align: right;
}
.w-90 {
  width: 90%;
}

.heroText h1 {
  font-weight: 300;
}
.why-us h4 {
  font-size: 22px;
  line-height: 163.636%;
}

.solution-card {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding-top: 21px;
  border-top: 1px solid #000;
}

.gap54 {
  gap: 54px;
}

.creactiveText h3 {
  font-size: 32px;
}

.normalText .fs-28 {
  font-weight: 300;
}

.leraningtext h3 {
  line-height: 138.462%; /*  */
}

.bussinesText p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.rowgap24 {
  row-gap: 24px;
}

.eduText {
  max-width: 419px;
}

/* .fixAiText {
  max-width: 430px;
} */

.gap30 {
  gap: 30px;
}

.fixTitle .fs-60 {
  text-transform: lowercase;
}

.businessHero {
  padding-top: 30px;
}

.fixTitleB {
  max-width: 400px;
}
.listFix {
  padding: 0 16px;
}
.navbar-expand-lg .navbar-nav {
  width: 100%;
  justify-content: space-evenly;
}
.pl-0,
.pl-md-0 {
  padding-left: 0 !important;
}

.lineOpcaity {
  opacity: 0;
}

.headerData {
  background: #000;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixBussniess {
  background-position: 75vw;
}

.fixedCreative {
  background-image: unset !important;
}

.ml-9 {
  margin-left: 8.5%;
}

.fixfONE H4 {
  white-space: nowrap;
  /* font-size: 20px; */
}
.fixCreariveList {
  padding-top: 12px;
}
.fixCreariveList li {
  margin-bottom: 0;
}
.fixedText {
  font-size: 29px;
}

.note1 {
  max-width: 550px;
}

.how-to-getFixed li {
  margin-bottom: 4px;
}

.how-to-getFixed1 li {
  margin-bottom: 0;
}

.businessTools {
  padding-bottom: 40px;
}

.bussniessCrad {
  border-top: 1px solid #000 !important;
  padding-top: 16px;
}

.hero-label3 {
  max-width: 200px;
}
.rowgap-30 {
  row-gap: 30px;
}

.educationDataBox {
  padding: 24px 40px;
  max-width: 500px;
}
.listPurble li h6 {
  font-size: 16px;
  line-height: 24px;
}

.gap20 {
  gap: 20px;
}

.fixedH21 {
  max-width: 450px;
  margin-left: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-6 {
  padding-right: 6px !important;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.backgoundFooter {
  width: 100%;
  height: 500px;
  /* background-size: contain; */
  background-position: right bottom !important;
  position: absolute;
  bottom: 0px;
  z-index: -2;
}
.reseller-country-city-text {
  font-size: 15px;
  font-weight: 400 !important;
  line-height: inherit !important;
}
.SpecialistText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  min-height: 50px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.reseller-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  min-height: 50px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}