@font-face {
  font-family: Opensans-Local;
  src: url('../fonts/OpenSans-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans-Local;
  src: url('../fonts/OpenSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans-Local;
  src: url('../fonts/OpenSans-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans-Local;
  src: url('../fonts/OpenSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.sec {
  background-color: #d3c2b8;
  border-bottom-right-radius: 5px;
  width: 100vw;
  height: 100vh;
}

.con {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading {
  margin-bottom: 40px;
  font-family: Opensans-Local, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
}

.heading-2 {
  font-family: Opensans-Local, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.7rem;
}

.paragraph {
  margin-top: 50px;
  font-family: Opensans-Local, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.div {
  filter: drop-shadow(10px 10px 20px #5f484854);
  background-color: #fff;
  border-radius: 5rem 2rem 5rem 0;
  padding: 100px 60px 60px;
  transition: border-radius 1s;
}

.link {
  color: #333;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 2rem;
  }

  .heading-2 {
    font-size: 1rem;
  }

  .div {
    border-top-left-radius: 2rem;
    padding: 40px 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .div {
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 50px 20px;
  }
}


@font-face {
  font-family: 'Opensans-Local';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-Local';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-Local';
  src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-Local';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}