|
|
@@ -230,8 +230,6 @@ const courses: Array<Training> = [
|
|
|
flex-direction: row;
|
|
|
justify-content: flex-start;
|
|
|
align-items: center;
|
|
|
- font-family: "Barlow", serif;
|
|
|
- font-style: normal;
|
|
|
font-weight: 600;
|
|
|
font-size: 1.2rem;
|
|
|
width: 31rem;
|
|
|
@@ -239,8 +237,6 @@ const courses: Array<Training> = [
|
|
|
padding: 1rem 0;
|
|
|
|
|
|
.number-card {
|
|
|
- font-family: "Barlow", serif;
|
|
|
- font-style: normal;
|
|
|
font-weight: 500;
|
|
|
font-size: 1.3rem;
|
|
|
color: #b9e5e7;
|
|
|
@@ -249,8 +245,6 @@ const courses: Array<Training> = [
|
|
|
}
|
|
|
|
|
|
.details-card {
|
|
|
- font-family: "Barlow", serif;
|
|
|
- font-style: normal;
|
|
|
font-weight: 300;
|
|
|
font-size: 1rem;
|
|
|
line-height: 1rem;
|
|
|
@@ -271,8 +265,6 @@ const courses: Array<Training> = [
|
|
|
height: 13rem;
|
|
|
|
|
|
h6 {
|
|
|
- font-family: "Barlow", serif;
|
|
|
- font-style: normal;
|
|
|
font-weight: 500;
|
|
|
font-size: 16px;
|
|
|
line-height: 20px;
|
|
|
@@ -281,8 +273,6 @@ const courses: Array<Training> = [
|
|
|
|
|
|
ul {
|
|
|
margin-top: 0.5rem;
|
|
|
- font-family: "Barlow", serif;
|
|
|
- font-style: normal;
|
|
|
font-weight: 300;
|
|
|
font-size: 14px;
|
|
|
line-height: 18px;
|
|
|
@@ -293,8 +283,6 @@ const courses: Array<Training> = [
|
|
|
color: white;
|
|
|
border: 1px solid #0e2d32;
|
|
|
border-radius: 3rem;
|
|
|
- font-family: "Barlow", serif;
|
|
|
- font-style: normal;
|
|
|
font-weight: 500;
|
|
|
font-size: 14px;
|
|
|
line-height: 18px;
|
|
|
@@ -311,8 +299,6 @@ const courses: Array<Training> = [
|
|
|
|
|
|
.chip-register {
|
|
|
border-radius: 3rem;
|
|
|
- font-family: "Barlow", serif;
|
|
|
- font-style: normal;
|
|
|
font-weight: 500;
|
|
|
font-size: 14px;
|
|
|
line-height: 18px;
|