.calender-with-text-section{
  padding: 50px 0 80px;
  position: relative;
  z-index: 2;
}
.quiz-section{
  width: 100%;
  height: 100%;
  padding: 0 35px;
  border-radius: 30px;
  box-shadow: 0 0 12px 3px rgba(0,0,0,.11);
  -webkit-box-shadow: 0 0 12px 3px rgba(0,0,0,.11);
  background-color: #ffffff;
}
.quiz-section div{
  width: 100%;
  height: 100%;
}
.quiz-section iframe{
  height: 686px !important;
}
.calender-with-text-section{
  text-align: center;
}
.calender-with-text-section .page-center{
  max-width: 830px !important;
}
.calender-with-text-section-row1{
  margin: 0 auto 42px;
  max-width: 520px;
}
.calender-with-text-section-row1 h2{
  font-size: 43px;
  line-height: 52px;
  font-weight: 600;
  font-style: italic;
}
.calender-with-text-section-row1 h2 span{
  font-weight: 300;
  font-style: italic;
}
.calender-with-text-section-row2{
  position: relative;
}
.calender-with-text-section-row2 .right-text{
  position: absolute;
  right: -292px;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  max-width: 270px;
  background-image: url('https://www.kulturwerke-deutschland.de/hubfs/Team%20Feedback%20-%20Aug%202023/Untitled-1.png');
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 50px 35px 45px 65px;
}
.calender-with-text-section-row2 .right-text p{
  margin: 0;
  font-size: 17px;
  line-height 20px;
  color: #102D68;
}
.right-text h6{
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  margin-bottom: 15px;
}
.right-text p span{
  background: linear-gradient(180deg,#fff 60%,#f7bdb2 0);
  display: inline;
  position: relative;
  z-index: 1;
}
.calender-with-text-section-row3{
  margin-top: 70px;
}
.calender-with-text-section-row3 p{
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 30px;
  font-style: italic;
}
.calender-with-text-section-row3 p strong{
  font-weight: 600;
  font-style: normal;
}
.calender-with-text-section-row3 .button{
  font-size: 17px;
}


@media screen and (max-width: 1300px) {
  .calender-with-text-section .page-center {
    max-width: 646px !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 376px) {
  .calender-with-text-section-row2 .right-text{
    max-width: 380px;
    padding: 80px 58px 80px 100px;
  }
  .right-text h6 {
    font-size: 24px;
    line-height: 37px;
  }
  .calender-with-text-section-row2 .right-text p {
    font-size: 23px;
    line-height: 33px;
  }
}
@media screen and (max-width: 400px) and (min-width: 376px) {
  .calender-with-text-section-row2 .right-text p {
    font-size: 20px;
    line-height: 30px;
  }
  .calender-with-text-section-row2 .right-text {
    padding: 80px 50px 80px 85px;
  }
}
@media screen and (max-width: 1199px) {
  .calender-with-text-section-row2 .right-text{
    position: static;
    transform: none;
    margin: 50px auto 0;
  }
}/*-------- 1199 ends here ----------*/
@media screen and (max-width: 767px) {
  .calender-with-text-section-row1 h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .calender-with-text-section {
    padding: 10px 0 50px;
  }
  .calender-with-text-section-row3 {
    margin-top: 50px;
  }
  .calender-with-text-section-row3 p {
    font-size: 23px;
    margin-bottom: 60px;
  }
  .calender-with-text-section-row3 .button {
    font-size: 23px;
    padding: 27px 54px;
    width: auto;
  }
  .quiz-section iframe{
    min-width: auto !important;
  }
  .quiz-section{
    padding: 0 20px;
  }
}/*-------- 767 ends here ----------*/
@media screen and (max-width: 480px) {
  .quiz-section{
  padding: 0;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: transparent;
}
}/*-------- 375 ends here ----------*/