body {
  background: rgba(226, 235, 238, 0.9019607843);
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 2.2rem;
}

a {
  color: #2384C6;
  font-weight: 700;
}

.container {
  max-width: 965px;
  padding-top: 10vh;
}
@media screen and (max-device-width: 768px) {
  .container {
    padding-top: 5vh;
  }
}
.container .left-container {
  background-color: #ffffff;
  box-shadow: 0 10px 20px #cccccc;
  border-radius: 15px;
}
@media screen and (min-device-width: 960px) {
  .container .left-container {
    height: 100vh;
  }
}
@media screen and (min-device-width: 1100px) {
  .container .left-container {
    height: 800px;
  }
}
.container figure.feature-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (max-device-width: 768px) {
  .container figure.feature-image {
    width: 95%;
    height: 250px;
  }
}
@media screen and (max-device-width: 768px) and (max-device-width: 767px) {
  .container figure.feature-image {
    width: 100%;
  }
}
.container figure.feature-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.container .content {
  position: relative;
  top: -70px;
}
@media screen and (max-device-width: 768px) {
  .container .content {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 25px;
  }
}
.container .content::before {
  width: 80px;
  height: 80px;
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  background-color: #2384C6;
}
@media screen and (max-device-width: 768px) {
  .container .content::before {
    width: 40px;
    height: 40px;
    top: -20px;
    left: -20px;
  }
}
.container iframe {
  width: 100%;
  height: 970px;
  border-radius: 15px;
  background: #ffffff;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) {
  .container iframe {
    height: 965px;
  }
}/*# sourceMappingURL=main.css.map */