* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h2,
h3,
h4,
h5 {
  font-weight: 500;
  margin-bottom: 0;
}

h1 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 600;
}

h2 {
  font-size: 20px;
  line-height: 24px;
}

h4 {
  font-size: 18px;
  line-height: 22px;
}

p {
  color: #646464;
  margin-bottom: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
}

ul,
li,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: initial;
  display: inline-block;
}
a:hover, a:active {
  color: inherit;
}

input,
select,
button {
  border: none;
  background-color: transparent;
  outline: none;
}

.section-title {
  margin-bottom: 32px;
}
.section-title h2 {
  text-transform: capitalize;
}

.section-gap {
  margin-bottom: 50px;
}

span.over-title {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #3733e1;
  display: block;
  margin-bottom: 12px;
}

.cs-category {
  padding: 4px 20px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 12px;
  background-color: #fbf4f4;
  text-transform: uppercase;
}
.cs-category.light {
  background-color: #fff;
  text-transform: capitalize;
}

.cs-text-btn {
  color: #3733e1;
}

.cs-btn-filled {
  background-color: #3532b5;
  width: 229px;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  line-height: 28px;
  border-radius: 25px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.cs-btn-filled:hover {
  opacity: 0.8;
  color: #fff;
}

.article-item .ai-image {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.article-item .ai-content a.cs-category {
  margin-bottom: 12px;
}
.article-item .ai-content a.title {
  display: block;
  font-weight: 500;
  color: #1a1a1a;
}
