* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:hover {
  color: rgb(3, 169, 244);
}

a {
  text-decoration: none;
}

body {
  font-family: "Playfair Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: white;
}

.container {
  width: 908px;
  margin: 0 auto;
}

body,
h2,
h3,
p,
ul {
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

.header {
  padding: 71px 183px 92px 168px;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 99px;
  list-style-type: none;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__link {
  color: rgb(125, 125, 125);
  line-height: 18.66px;
  font-weight: inherit;
  font-size: 14px;
  font-weight: 400;
}
.header__link:hover {
  color: rgb(3, 169, 244);
}

.hero {
  padding-right: 147px;
  padding-left: 147px;
  padding-bottom: 66px;
}
.hero__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 94px;
  gap: 65px;
  row-gap: 130px;
}
.hero__item {
  -ms-flex-preferred-size: calc((100% - 65px) / 3);
      flex-basis: calc((100% - 65px) / 3);
}
.hero__image {
  margin-bottom: 32px;
}
.hero__subtitle {
  margin-bottom: 32px;
  color: rgb(180, 173, 158);
  font-family: "Ubuntu", sans-serif;
  line-height: 18.66px;
  font-weight: 300;
  text-transform: uppercase;
}
.hero__title {
  margin-bottom: 40px;
  font-size: 30px;
  color: rgb(98, 98, 98);
  line-height: 16.09px;
  font-weight: 400;
}
.hero__desc {
  font-family: "Playfair Display", sans-serif;
  color: rgb(98, 98, 98);
  font-weight: 400;
  line-height: 18.66px;
}

.btn {
  background-color: white;
  color: rgb(98, 98, 98);
  border-color: rgb(98, 98, 98);
  border-width: 1px;
  font-weight: inherit;
  display: block;
  margin: 0 auto;
  padding: 20px 48px 21px 49px;
  line-height: 18.66px;
  letter-spacing: 0;
}