@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Ubuntu:wght@300;400;500;700&display=swap");
a,
abbr,
acronym,
address,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike tt,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Lato", sans-serif;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:after, blockquote:before,
q:after,
q:before {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Reset css end*/
:root {
  font-size: 16px;
}

/*Global Css starts*/
a {
  color: #000;
  text-decoration: none;
  outline: none;
}

body {
  line-height: 1;
  position: relative;
}

*, :after, :before, *:after, *:before {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-word-break: keep-all;
  -o-word-break: keep-all;
  -moz-word-break: keep-all;
  -ms-word-break: keep-all;
  word-break: keep-all;
}
img {
  max-width: 100%;
  vertical-align: middle;
}

.container {
  margin: 0 auto;
  width: 96%;
  max-width: 1200px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

p {
  font: 300 1.2rem "Ubuntu", sans-serif;
  padding-bottom: 12px;
}

.desktop-only {
  display: block;
}

.mobile-only,
.tab-mobile-only,
.tab-only {
  display: none;
}

/*Global Css End*/
:root {
  font-size: 16px;
}
@media (max-height: 600px) {
  :root {
    font-size: 14px;
  }
}

a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  outline: none;
}

body {
  line-height: 1;
  font: rem(16) "Lato", sans-serif;
  position: relative;
  background: #fff;
}
body.product-listing-page {
  background-color: #f5f5f5;
}
body.product-details-page {
  background-color: #f5f5f5;
}

*, :after, :before, *:after, *:before {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-word-break: keep-all;
  -o-word-break: keep-all;
  -moz-word-break: keep-all;
  -ms-word-break: keep-all;
  word-break: keep-all;
}
a {
  color: #000;
  text-decoration: none;
  outline: 0;
}
a:hover, a:focus {
  color: #1a1a1a;
}

h1, h2, h3, h4, h5, h6 {
  padding-bottom: em(10);
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: em(30);
}
h1 span {
  font-weight: 800;
}

p {
  font: 300 1.5em "Lato", sans-serif;
  padding-bottom: 0.5em;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

hr {
  border: 1px solid #ddd;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

.grid-layout {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.grid-layout [class^=grid] {
  margin-bottom: 2%;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .layout-1 .grid:nth-child(odd) {
    flex-basis: 59%;
  }
  .layout-1 .grid:nth-child(even) {
    flex-basis: 39%;
  }
}
@media (min-width: 1200px) {
  .layout-1 .grid:nth-child(1) {
    flex-basis: 39%;
  }
  .layout-1 .grid:nth-child(2) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(3) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(4) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(5) {
    flex-basis: 39%;
  }
  .layout-1 .grid:nth-child(6) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(7) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(8) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(9) {
    flex-basis: 39%;
  }
  .layout-1 .grid:nth-child(10) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(11) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(12) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(13) {
    flex-basis: 39%;
  }
  .layout-1 .grid:nth-child(14) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(15) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(16) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(17) {
    flex-basis: 39%;
  }
  .layout-1 .grid:nth-child(18) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(19) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(20) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(21) {
    flex-basis: 39%;
  }
  .layout-1 .grid:nth-child(22) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(23) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(24) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(25) {
    flex-basis: 39%;
  }
  .layout-1 .grid:nth-child(26) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(27) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(28) {
    flex-basis: 19%;
  }
  .layout-1 .grid:nth-child(29) {
    flex-basis: 39%;
  }
  .layout-1 .grid:nth-child(30) {
    flex-basis: 19%;
  }
}
@media (min-width: 1600px) {
  .layout-1 .grid:nth-child(n+0) {
    flex-basis: 24%;
  }
}

@media (max-width: 767px) {
  .grid-layout .grid-xs-1 {
    flex-basis: 7.3333333333%;
  }
  .grid-layout .grid-xs-2 {
    flex-basis: 15.6666666667%;
  }
  .grid-layout .grid-xs-3 {
    flex-basis: 24%;
  }
  .grid-layout .grid-xs-4 {
    flex-basis: 32.3333333333%;
  }
  .grid-layout .grid-xs-5 {
    flex-basis: 40.6666666667%;
  }
  .grid-layout .grid-xs-6 {
    flex-basis: 49%;
  }
  .grid-layout .grid-xs-7 {
    flex-basis: 57.3333333333%;
  }
  .grid-layout .grid-xs-8 {
    flex-basis: 65.6666666667%;
  }
  .grid-layout .grid-xs-9 {
    flex-basis: 74%;
  }
  .grid-layout .grid-xs-10 {
    flex-basis: 82.3333333333%;
  }
  .grid-layout .grid-xs-11 {
    flex-basis: 90.6666666667%;
  }
  .grid-layout .grid-xs-12 {
    flex-basis: 99%;
  }
}
@media (min-width: 768px) {
  .grid-layout .grid-md-1 {
    flex-basis: 7.3333333333%;
  }
  .grid-layout .grid-md-2 {
    flex-basis: 15.6666666667%;
  }
  .grid-layout .grid-md-3 {
    flex-basis: 24%;
  }
  .grid-layout .grid-md-4 {
    flex-basis: 32.3333333333%;
  }
  .grid-layout .grid-md-5 {
    flex-basis: 40.6666666667%;
  }
  .grid-layout .grid-md-6 {
    flex-basis: 49%;
  }
  .grid-layout .grid-md-7 {
    flex-basis: 57.3333333333%;
  }
  .grid-layout .grid-md-8 {
    flex-basis: 65.6666666667%;
  }
  .grid-layout .grid-md-9 {
    flex-basis: 74%;
  }
  .grid-layout .grid-md-10 {
    flex-basis: 82.3333333333%;
  }
  .grid-layout .grid-md-11 {
    flex-basis: 90.6666666667%;
  }
  .grid-layout .grid-md-12 {
    flex-basis: 99%;
  }
}
@media (min-width: 1025px) {
  .grid-layout .grid-lg-1 {
    flex-basis: 7.3333333333%;
  }
  .grid-layout .grid-lg-2 {
    flex-basis: 15.6666666667%;
  }
  .grid-layout .grid-lg-3 {
    flex-basis: 24%;
  }
  .grid-layout .grid-lg-4 {
    flex-basis: 32.3333333333%;
  }
  .grid-layout .grid-lg-5 {
    flex-basis: 40.6666666667%;
  }
  .grid-layout .grid-lg-6 {
    flex-basis: 49%;
  }
  .grid-layout .grid-lg-7 {
    flex-basis: 57.3333333333%;
  }
  .grid-layout .grid-lg-8 {
    flex-basis: 65.6666666667%;
  }
  .grid-layout .grid-lg-9 {
    flex-basis: 74%;
  }
  .grid-layout .grid-lg-10 {
    flex-basis: 82.3333333333%;
  }
  .grid-layout .grid-lg-11 {
    flex-basis: 90.6666666667%;
  }
  .grid-layout .grid-lg-12 {
    flex-basis: 99%;
  }
}
@media (min-width: 1367px) {
  .grid-layout .grid-xl-1 {
    flex-basis: 7.3333333333%;
  }
  .grid-layout .grid-xl-2 {
    flex-basis: 15.6666666667%;
  }
  .grid-layout .grid-xl-3 {
    flex-basis: 24%;
  }
  .grid-layout .grid-xl-4 {
    flex-basis: 32.3333333333%;
  }
  .grid-layout .grid-xl-5 {
    flex-basis: 40.6666666667%;
  }
  .grid-layout .grid-xl-6 {
    flex-basis: 49%;
  }
  .grid-layout .grid-xl-7 {
    flex-basis: 57.3333333333%;
  }
  .grid-layout .grid-xl-8 {
    flex-basis: 65.6666666667%;
  }
  .grid-layout .grid-xl-9 {
    flex-basis: 74%;
  }
  .grid-layout .grid-xl-10 {
    flex-basis: 82.3333333333%;
  }
  .grid-layout .grid-xl-11 {
    flex-basis: 90.6666666667%;
  }
  .grid-layout .grid-xl-12 {
    flex-basis: 99%;
  }
} /*form tag*/
[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea, select, textarea {
  width: 100%;
  padding: em(10px);
  border: 1px solid #007a66;
  margin: 0;
  outline: none;
  font-size: 1em;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
[type=color]:active, [type=color]:focus, [type=date]:active, [type=date]:focus, [type=datetime]:active, [type=datetime]:focus, [type=datetime-local]:active, [type=datetime-local]:focus, [type=email]:active, [type=email]:focus, [type=month]:active, [type=month]:focus, [type=number]:active, [type=number]:focus, [type=password]:active, [type=password]:focus, [type=search]:active, [type=search]:focus, [type=tel]:active, [type=tel]:focus, [type=text]:active, [type=text]:focus, [type=time]:active, [type=time]:focus, [type=url]:active, [type=url]:focus, [type=week]:active, [type=week]:focus, input:not([type]):active, input:not([type]):focus, textarea:active, textarea:focus, select:active, select:focus, textarea:active, textarea:focus {
  outline: none;
}

select {
  background: none;
  padding: em(9px) em(10px);
  cursor: pointer;
}

textarea {
  height: 200px;
  max-width: 100%;
  height: 120px;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

/*Form Tag end*/
/*Common Buttons*/
a.box-btn, button.box-btn, [type=button].box-btn, [type=reset].box-btn, [type=submit].box-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  margin-right: 0.8em;
  cursor: pointer;
  padding: 0.8em 1.2em;
  background-color: #00AD91;
  color: #fff;
  letter-spacing: 2px;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  font-size: 1em;
  border-radius: 0.5em;
}
a.box-btn.active, a.box-btn:hover, button.box-btn.active, button.box-btn:hover, [type=button].box-btn.active, [type=button].box-btn:hover, [type=reset].box-btn.active, [type=reset].box-btn:hover, [type=submit].box-btn.active, [type=submit].box-btn:hover {
  background-color: #00947c;
}
a.box-btn:last-child, button.box-btn:last-child, [type=button].box-btn:last-child, [type=reset].box-btn:last-child, [type=submit].box-btn:last-child {
  margin: 0;
}
a.full-btn, button.full-btn, [type=button].full-btn, [type=reset].full-btn, [type=submit].full-btn {
  display: block;
  width: 100%;
  margin: 0;
}
a.btn-success, button.btn-success, [type=button].btn-success, [type=reset].btn-success, [type=submit].btn-success {
  background-color: #4caf50;
}
a.btn-danger, button.btn-danger, [type=button].btn-danger, [type=reset].btn-danger, [type=submit].btn-danger {
  background-color: #F44336;
}
a.btn-alert, button.btn-alert, [type=button].btn-alert, [type=reset].btn-alert, [type=submit].btn-alert {
  background-color: #d6c105;
}
a.md, button.md, [type=button].md, [type=reset].md, [type=submit].md {
  font-size: em(14);
}
a.sm, button.sm, [type=button].sm, [type=reset].sm, [type=submit].sm {
  font-size: em(12);
}
a.rounded, button.rounded, [type=button].rounded, [type=reset].rounded, [type=submit].rounded {
  border-radius: em(50px);
}
a.secondary-btn, button.secondary-btn, [type=button].secondary-btn, [type=reset].secondary-btn, [type=submit].secondary-btn {
  background-color: #2effdd;
  color: #002e26;
}
a.secondary-btn.active, a.secondary-btn:hover, button.secondary-btn.active, button.secondary-btn:hover, [type=button].secondary-btn.active, [type=button].secondary-btn:hover, [type=reset].secondary-btn.active, [type=reset].secondary-btn:hover, [type=submit].secondary-btn.active, [type=submit].secondary-btn:hover {
  background-color: #00e0bc;
}
a:active, a:focus, button:active, button:focus, [type=button]:active, [type=button]:focus, [type=reset]:active, [type=reset]:focus, [type=submit]:active, [type=submit]:focus {
  outline: none;
}

/*hack for mozzila */
@-moz-document url-prefix() {
  a.box-btn {
    padding-top: 0.8emem(1px);
    padding-bottom: 0.8emem(1px);
  }
}
/*hack for mozzila end*/
.input-type-select {
  overflow: hidden;
  position: relative;
}
.input-type-select:before, .input-type-select:after {
  content: "";
  pointer-events: none;
}
.input-type-select:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #007a66;
  width: em(40px);
  height: 100%;
}
.input-type-select:after {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #00AD91 transparent transparent;
  border-width: black em(12px)/2 0;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: em(14px);
}

span.has-error, span.error, label.has-error, label.error {
  background: none repeat scroll 0 0 #f00;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
  padding: 4px 10px;
  position: relative;
}

.checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox input[type=checkbox]:checked + label:before {
  background-color: #007a66;
}
.checkbox input[type=checkbox]:checked + label:after {
  display: block;
}
.checkbox label {
  display: inline-block;
  position: relative;
  font-size: em(18);
  padding-left: em(20);
  cursor: pointer;
}
.checkbox label:before {
  border-radius: 3px;
  margin-right: em(5);
  vertical-align: middle;
  border: 1px solid #007a66;
  left: 0;
}
.checkbox label:before, .checkbox label:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkbox label:after {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #fff;
  left: 0.5em;
  font-size: 0.8em;
  display: none;
}

.radio input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.radio input[type=radio]:checked + label:after {
  background-color: #007a66;
  display: block;
}
.radio label {
  display: inline-block;
  position: relative;
  font-size: em(18);
  padding-left: em(20);
  cursor: pointer;
}
.radio label:before {
  border-radius: 3px;
  margin-right: em(5);
  vertical-align: middle;
  border: 1px solid #007a66;
  left: 0;
  height: 1em;
  width: 1em;
}
.radio label:before, .radio label:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
.radio label:after {
  left: em(4px);
  font-size: em(10);
  display: none;
  height: 1em;
  width: 1em;
}

.form-layout .form-field {
  padding-bottom: em(10);
}
.form-layout .form-field > label {
  padding-bottom: em(5);
  display: block;
}

.form-layout.animated {
  position: relative;
}
.form-layout.animated .form-field {
  position: relative;
  padding-bottom: 8px;
}
.form-layout.animated .form-field.static > label {
  position: static;
  pointer-events: all;
}
.form-layout.animated .form-field.static [type=color], .form-layout.animated .form-field.static [type=date], .form-layout.animated .form-field.static [type=datetime], .form-layout.animated .form-field.static [type=datetime-local], .form-layout.animated .form-field.static [type=email], .form-layout.animated .form-field.static [type=month], .form-layout.animated .form-field.static [type=number], .form-layout.animated .form-field.static [type=password], .form-layout.animated .form-field.static [type=search], .form-layout.animated .form-field.static [type=tel], .form-layout.animated .form-field.static [type=text], .form-layout.animated .form-field.static [type=time], .form-layout.animated .form-field.static [type=url], .form-layout.animated .form-field.static [type=week], .form-layout.animated .form-field.static input:not([type]), .form-layout.animated .form-field.static textarea, .form-layout.animated .form-field.static select, .form-layout.animated .form-field.static textarea {
  padding: em(10px) 0;
}
.form-layout.animated .form-field.error > label {
  color: #a90000;
}
.form-layout.animated .form-field.error [type=color], .form-layout.animated .form-field.error [type=date], .form-layout.animated .form-field.error [type=datetime], .form-layout.animated .form-field.error [type=datetime-local], .form-layout.animated .form-field.error [type=email], .form-layout.animated .form-field.error [type=month], .form-layout.animated .form-field.error [type=number], .form-layout.animated .form-field.error [type=password], .form-layout.animated .form-field.error [type=search], .form-layout.animated .form-field.error [type=tel], .form-layout.animated .form-field.error [type=text], .form-layout.animated .form-field.error [type=time], .form-layout.animated .form-field.error [type=url], .form-layout.animated .form-field.error [type=week], .form-layout.animated .form-field.error input:not([type]), .form-layout.animated .form-field.error textarea, .form-layout.animated .form-field.error select, .form-layout.animated .form-field.error textarea {
  border-color: #a90000;
  background-color: #fdeded;
  color: #a90000;
}
.form-layout.animated .form-field [type=color], .form-layout.animated .form-field [type=date], .form-layout.animated .form-field [type=datetime], .form-layout.animated .form-field [type=datetime-local], .form-layout.animated .form-field [type=email], .form-layout.animated .form-field [type=month], .form-layout.animated .form-field [type=number], .form-layout.animated .form-field [type=password], .form-layout.animated .form-field [type=search], .form-layout.animated .form-field [type=tel], .form-layout.animated .form-field [type=text], .form-layout.animated .form-field [type=time], .form-layout.animated .form-field [type=url], .form-layout.animated .form-field [type=week], .form-layout.animated .form-field input:not([type]), .form-layout.animated .form-field textarea, .form-layout.animated .form-field select, .form-layout.animated .form-field textarea {
  padding: em(20) em(10) em(8);
}
.form-layout.animated .form-field .error, .form-layout.animated .form-field .invalid_error {
  font-size: 11px;
  color: #f00;
  padding: 5px 0;
}
.form-layout.animated .form-field > label {
  width: 98%;
  pointer-events: none;
  position: absolute;
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  left: em(10);
  top: em(15px);
  z-index: 2;
}
.form-layout.animated .form-field.focused > label {
  top: em(5);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.header {
  box-shadow: 0 0.5em 0.8em rgba(78, 78, 78, 0.2);
  padding: 0.5em 0;
}
@media (min-width: 769px) {
  .header .container {
    display: flex;
    justify-content: space-between;
  }
}
.header .logo {
  display: flex;
  justify-content: center;
}
.header .logo a {
  width: 20em;
}
@media (max-width: 768px) {
  .header .logo a {
    display: block;
    text-align: center;
  }
}
.header .nav {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .header .nav {
    justify-content: flex-end;
  }
}
.header .nav ul {
  display: flex;
}
.header .nav li a {
  font-size: 1.2em;
  padding: 0.5em 1em;
  display: block;
  border-bottom: 0.2em solid transparent;
  margin-left: 0.4em;
  transition: all 0.5s ease-in-out;
  font-weight: 300;
}
.header .nav li a:hover {
  border-color: #00AD91;
}

.section {
  padding: 2em 0;
  border-bottom: 1px solid #4E4E4E;
}
@media (max-width: 786px) {
  .section {
    font-size: 14px;
  }
}
.section h2 {
  font-size: 4em;
  font-weight: 500;
  margin-bottom: 0.3em;
  text-align: center;
  color: #ff526e;
  font-family: "Ubuntu", sans-serif;
}
.section h2 p {
  font-size: 1em;
}
@media (min-width: 769px) {
  .section .card-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.section .card-container .card {
  padding: 2em 0;
  text-align: center;
}
.section .card-container h3 {
  font-size: 2em;
  color: #4E4E4E;
  text-align: center;
  padding: 0.5em;
}

.home {
  padding: 4em 0;
}
.home p {
  font-size: 2em;
  text-align: center;
  margin: 0 auto;
  line-height: 1.7em;
}
@media (min-width: 769px) {
  .home p {
    max-width: 50%;
  }
}

.youtube .card .img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  border: 0.2em solid #4E4E4E;
}
.youtube .card .box-btn {
  background-color: #f00;
}

/*# sourceMappingURL=styles.css.map */
