@font-face {
  font-family: 'uploaded_filemedium';
  src: url('../font/barbanel_medium-webfont.woff2') format('woff2'),
    url('../font/barbanel_medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  /* min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  margin: 0;
  padding-top: 10.5%;

  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
  background-color: #333;
  background-image: url('../img/bg-mobile.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  font-family: "uploaded_filemedium", "Arial", sans-serif;
}

@media (min-width: 1024px) {
  body {
    background-image: url('../img/bg-desktop.jpg');
  }
}

img {
  max-width: 100%;
  height: auto;
}

.logos {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 40px;
}

.up-text {
  text-align: center;
  font-size: 25px;
}

/* .logos img:nth-child(1) {
  max-width: 300px;
}

.logos img:nth-child(2) {
  max-width: 500px;
  margin-left: -10%;
  margin-right: -5%;
}

.logos img:nth-child(3) {
  max-width: 820px;
} */

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.text-col {
  min-width: 320px;
  max-width: 620px;
  padding: 0 40px;
  text-align: center;
}

.text-col a {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  background-color: #511cd0;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  border: 2px solid #fff;
  z-index: 9999;
}

.text-col span {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
  z-index: 2;
  background-color: #511cd0;
}

.text-col a::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  transition: all 0.3s ease;
}

.text-col a:hover::before {
  top: 0;
  left: 0;
}

@media (max-width: 1024px) {
  .text-col {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .logos {
    margin-top: 0;
  }

  .text-col {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .text-col a {
    font-size: 18px;
  }

  .text-col br {
    display: none;
  }
}
