@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,500;0,900;1,500&display=swap");
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;
}

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,
q:before,
q:after {
  content: "";
  content: none;
}

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

html {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  color: #000000;
  background-color: #f3f3f3;
}

@media screen and (min-width: 992px) {
  body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
  }
}

h1 {
  font-size: 3.75rem;
  letter-spacing: 0px;
  line-height: 3.4375rem;
  font-weight: 900;
  margin-bottom: 2.5rem;
  transition: font-size 250ms ease-in-out;
}

@media screen and (min-width: 992px) {
  h1 {
    font-size: 5rem;
    letter-spacing: 0px;
    line-height: 4.0625rem;
    margin-bottom: 3.125rem;
  }
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 6.25rem;
    letter-spacing: 0px;
    line-height: 5.3125rem;
  }
}

p {
  font-size: 1.5625rem;
  letter-spacing: 0px;
  line-height: 2.1875rem;
  transition: font-size 250ms ease-in-out;
}

@media screen and (min-width: 992px) {
  p {
    font-size: 1.875rem;
    letter-spacing: 0px;
    line-height: 2.5rem;
  }
}

p + p {
  margin-top: 1.875rem;
}

p i {
  font-style: italic;
}

a {
  color: #5a57fc;
  transition: color 250ms ease-in-out;
}

a:hover {
  color: #ff1587;
}

.text {
  padding: 1.875rem;
}

@media screen and (min-width: 992px) {
  .text {
    padding: 3.125rem;
  }
}

.image {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

@media screen and (min-width: 992px) {
  .image {
    height: 100vh;
    padding-bottom: unset;
  }
}

.image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
