section {
    margin-bottom: 5rem;
}

.title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1200px;
    padding-top: 5rem;
}
.title h1 {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 5rem;
    color: #fdad54;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 3px;
    text-align: center;
    margin-bottom: 1rem;
    -webkit-text-stroke: 0.01rem #fff;
}


.block2 {
    background: radial-gradient(circle,
    rgba(128, 187, 255, 1) 30%, 
    rgba(112, 167, 243, 1) 60%, 
    rgba(66, 130, 218, 1) 90%);
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.info {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.block2 .info {
    flex-direction: row-reverse;
}
.text1 {
    width: 50%;
    color: #292c2f;
    font-family: "Barlow Condensed", sans-serif;
    font-style: normal;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: start;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
    margin-bottom: 50px;
    line-height: 1.4;
}

.text1 h2 {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5rem;
    color: #292c2f;
    text-decoration: underline;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
    text-align: center;
}
.bild {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}


.block2 .text1 {
    width: 50%;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-style: normal;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: end;
    text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 2px;
    margin-bottom: 50px;
    line-height: 1.4;
    align-items: center;
}
.block2 .text1 h2 {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5rem;
    color: #fff;
    text-decoration: underline;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
    text-align: center;
    
}
.block2 .bild img {
	width:400px;
	height:300px;}

.bild img {
    box-shadow: rgba(0, 0, 0, 0.2) 15px 5px 15px;
    border-radius:10rem;
    border: #fff 0.0625rem;
    border-style: outset;
}

@media (max-width: 1200px) {
    .text {
        width: 40%;
    }
}
@media (max-width: 900px){
    .text h2 {
        font-size: 2.5rem;
    }
    .text1 h2 {
        font-size: 2.5rem;
    }
    .title h1 {
        font-size: 3.5rem;
    }
    .text  {
        font-size: 1.1rem;
        line-height: normal;
        font-size: 1.2rem;
        width: 100%;
        text-align: start;
    }
    .text1 {
        line-height: normal;
        font-size: 1.2rem;
        width: 100%;
    }
    .info {
        flex-direction: column;
    }
    .block2 .info {
        flex-direction: column-reverse;
    }
}

