/* Fonts */
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-Medium.eot");
  src: local("Roobert Medium"), local("Roobert-Medium"), url("../fonts/Roobert-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roobert-Medium.woff2") format("woff2"), url("../fonts/Roobert-Medium.woff") format("woff"), url("../fonts/Roobert-Medium.ttf") format("truetype"), url("../fonts/Roobert-Medium.svg#Roobert-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-Regular.eot");
  src: local("Roobert Regular"), local("Roobert-Regular"), url("../fonts/Roobert-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roobert-Regular.woff2") format("woff2"), url("../fonts/Roobert-Regular.woff") format("woff"), url("../fonts/Roobert-Regular.ttf") format("truetype"), url("../fonts/Roobert-Regular.svg#Roobert-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-SemiBold.eot");
  src: local("Roobert SemiBold"), local("Roobert-SemiBold"), url("../fonts/Roobert-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roobert-SemiBold.woff2") format("woff2"), url("../fonts/Roobert-SemiBold.woff") format("woff"), url("../fonts/Roobert-SemiBold.ttf") format("truetype"), url("../fonts/Roobert-SemiBold.svg#Roobert-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Variables */
/* Mixins */
/* Mixins */
.downs .ctr {
  text-align: center;
}
.downs .ctr h2 {
  margin-bottom: 10px;
}
.downs .dwns {
  grid-gap: 50px;
  margin: 20px auto 0;
  max-width: 852px;
}
.downs .dwns img {
  margin: 0 auto 25px;
  display: block;
}
.downs .dwns h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
.downs .dwns p {
  margin-bottom: 25px;
  font-size: 18px;
}
.downs .dwns .btn {
  margin: 0 auto;
  width: 245px;
  font-size: 12px !important;
  line-height: 1 !important;
  border-radius: 10px !important;
  padding: 10px 10px 15px !important;
  display: block !important;
}
.downs .dwns .btn i {
  font-size: 16px !important;
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.downs .dwn {
  padding: 45px;
  border: 1px solid #CBD5E2;
  border-radius: 10px;
}
.downs .dwn hr {
  border-top: 1px solid #CBD5E2;
  margin: 25px 0;
}
.downs .dwn ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.downs .dwn ul li {
  padding: 4px 0;
  margin: 0;
  font-size: 17px !important;
}
.downs .dwn ul li i {
  color: #007AFF;
  margin-right: 4px;
}
