a {
  text-decoration: none;
}

.container {
  height: 100vh;
  max-width: 100%;
}

.columns {
  height: 100vh;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(213, 81, 81, 0.2)), to(rgba(213, 81, 81, 0.2))), url('PXL_20220721_221954503-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(213, 81, 81, 0.2), rgba(213, 81, 81, 0.2)), url('PXL_20220721_221954503-1.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, repeat;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(245, 171, 0, 0.2)), to(rgba(245, 171, 0, 0.2))), url('IMG_0655-Edited-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(245, 171, 0, 0.2), rgba(245, 171, 0, 0.2)), url('IMG_0655-Edited-1.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
}

.heading.db {
  width: 100%;
  font-family: 'Source Serif Pro', sans-serif;
  font-size: 40px;
}

.heading.imp {
  font-size: 40px;
  font-weight: 700;
}

.red-dot {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph {
  display: inline;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
}

.paragraph.db-text {
  font-size: 17px;
  text-align: center;
}

.paragraph.ie-text {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  text-align: center;
}

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

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

.bold-text {
  font-size: 40px;
}

