.acf-block-preview .home__3 {
max-width: 100%
}

@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');

.home__3 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
    width: 90%;
    margin: 0 auto;
}

.home__3 h2 {
    font-size: 65px;
    color: #3074AB;
    font-family: 'dk_moonlight_serenaderegular', Arial, sans-serif;
    margin-bottom: 0;
    font-weight: normal;
}

.home__3 h2 strong {
    font-family: 'Amatic SC', cursive;
    font-size: 100px;
}

.home__3 p {
    font-size: 16px;
}

.home__3 h3 {
    color: #3074AB;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}

.home__3 img {
    margin-bottom: 30px;
}

@media only screen and ( max-width: 1000px ){
    .home__3 h2 {
        font-size: 50px;
    }

    .home__3 h2 strong {
        font-size: 70px;
    }
}

@media only screen and ( max-width: 800px ){
    .home__3 h2 {
        margin-top: 30px;
    }
}