.introduction-site {
  text-align: center;
  position: relative;
}
.introduction-site > .introduction-image
{
	width: 100%;
}
h1 {
	font-size: 80px;
	padding-top: 50px;
	text-align: center;
	line-height: 106px;
	font-weight: bold;
}
.heading-text
{
    font-size: 32px;
    line-height: 41px;
	font-family: "Henderson BCG Light";
}
.slider-container {
    width: 100%;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.slider {
    width: 75%;
    padding: 30px;
    text-align: left;
    margin: 10px 10px;
    border-radius: 35px;
    display: inline-flex;
    flex-direction: column;
    background-color: var(--pygirls-color-gray);
}
.slider h2 {
	font-size: 30px;
    line-height: 39px;
    font-weight: bold;
    color: var(--pygirls-color-dark-green);
}
.slider-text {
	font-size: 20px;
	line-height: 28px;
	font-family: "Henderson BCG Light";
}

.green-section {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: var(--pygirls-color-green);
}

.heading-text {
	font-size: 32px;
    line-height: 41px;
    text-align: center;
    color: white;
    margin-top: 13px;
    margin-bottom: 63px;
    font-family: 'Henderson BCG Light';
    font-weight: normal;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.box-image-text-wrapper h3 {
  font-weight: lighter;
}
.presentation {
  display: flex;
  width: 96%;
  justify-content: space-evenly;
  margin-left: 2%;
}
.presentation p
{
	margin-top: 30px;
    font-size: 30px;
    line-height: 40px;
    color: var(--pygirls-color-dark-green);
}
#image4,
#image4,
#image4-text {
  position: relative;
  top: 15%;
}
.feedback-carousel {
  height: 700px;
  width: 80%;
  position: relative;
  left: 10%;
/*   background-color: aliceblue; */
  border-radius: 20px;
  margin: 5% 0;
}
.carousel {
  border: 1.5px solid var(--pygirls-color-green);
  border-radius: 25px;
  width: 70%;
  height: auto;
  position: absolute;
  top: 25%;
  left: 12%;
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
  padding: 15px 25px;
}
.carousel img {
  height: 100px;
  margin-right: 10px;
}
.carousel-text {
  width: 60%;
  margin: 0 auto;
}
#carousel-image1 img {
  height: 90px;
}
#carousel-image2 img {
  height: 200px;
}


.sign-form {
    width: 700px;
    background-color: white;
    border-radius: 35px;
    text-align: left;
    padding: 35px 65px;
    margin-bottom: 50px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
}
.sign-form h2 {
    font-size: 30px;
    line-height: 39px;
    font-weight: bold;
    margin-bottom: 13px;
    font-family: "Henderson BCG";
	color: var(--pygirls-color-dark-green);
}
.sign-form h3 {
	width: 100%;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: var(--pygirls-color-dark-green);
}
.sign-form .form-text
{
	font-size: 20px;
    line-height: 28px;
    margin-bottom: 23px;
    font-family: "Henderson BCG Light";
}
form {
	display: flex;
	flex-wrap: wrap;
}
form .text {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Henderson BCG Light';
}
.pg-form-row
{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}
.form-input {
    color: white;
    text-align: center;
    border-radius: 15px;
    font-size: 18px;
    line-height: 24px;
    outline: none;
    padding: 21px 16px 17px 16px;
    border: none;
    width: calc(50% - 15px);
    background-color: var(--pygirls-color-green);
}
.form-input::placeholder,
.free-text::placeholder
{
	color: #fff;
}
.free-text {
    width: 100%;
    height: 100px;
    background-color: var(--pygirls-color-green);
    border-radius: 15px;
    border: none;
    color: white;
    font-size: 20px;
    resize: none;
    outline: none;
    text-align: center;
	padding: 21px 16px 17px 16px;
}

.boxes-1-1-1,
.boxes-1-1,
.boxes-2-1,
.boxes-1-2
{
    display: flex;
    justify-content: space-between;
}
.boxes-1-1-1 > .box,
.boxes-1-1 > .box,
.boxes-2-1 > .box,
.boxes-1-2 > .box,
.box-full
{
    padding: 35px;
    border-radius: 35px;
    background-color: #fff;
	display: flex;
    flex-direction: column;
}
.box-full,
.boxes-1-1-1,
.boxes-1-1,
.boxes-2-1,
.boxes-1-2
{
    max-width: 75%;
    width: 1110px;
    margin: 0 auto;
    margin-bottom: 30px;
    
}

.boxes-1-1 > .box { width: calc((100% - 30px) / 2); }
.boxes-1-1-1 > .box { width: calc((100% - 60px) / 3); }
.boxes-2-1 > .box:first-child { width: calc((100% - 30px) * (2/3)); }
.boxes-2-1 > .box:last-child { width: calc((100% - 30px) * (1/3)); }
.boxes-1-2 > .box:first-child { width: calc((100% - 30px) * (1/3)); }
.boxes-1-2 > .box:last-child { width: calc((100% - 30px) * (2/3)); }
.boxes-1-1-1 > .box > .title,
.boxes-1-1 > .box > .title,
.boxes-2-1 > .box > .title,
.box-full > .title
{
    font-size: 30px;
    line-height: 39px;
    font-weight: bold;
    margin-bottom: 13px;
    font-family: "Henderson BCG";
    color: var(--pygirls-color-dark-green);
}
.boxes-1-1-1 > .box > .text,
.boxes-1-1 > .box > .text,
.boxes-2-1 > .box > .text,
.box-full > .text
{
	flex: 1 1 auto;
	font-size: 20px;
    line-height: 28px;
    margin-bottom: 31px;
    color: var(--pygirls-color-dark-gray);
    font-family: "Henderson BCG Light";
}

