/* Päätyylit ACF-lohkolle */
.image-title-block-3 {
    margin: 20px 0;
    padding: 0px;
    border-radius: 10px;
}

.image-title-block-3.acf-lohko {
    position: relative; 
    width: 100%; 
    min-height: 400px; 
    background-size: cover; 
    background-position: center;
}

.image-title-block-3.acf-lohko .content {
    position: absolute; 
    top:50%; 
    left:50%; 
    transform: translate(-50%, -50%); 
    z-index:2; 
    color: #fff; 
    text-align: center;
    width: 80%;
}

.image-title-block-3 .all-caps {
    text-transform: uppercase;
}

.image-title-block-3 .overlay {
    position: absolute; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background: rgba(0,0,0,0.5); 
    z-index:1;
}

.image-title-block-3 .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.image-title-block-3 .col-md-6 {
    padding: 15px;
}

/* Vasemmanpuoleiset kuvat */
.image-title-block-3 .image-wrapper {
    position: relative;
}

.image-title-block-3 .large-image {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    height: 500px;
}

@media (max-width: 768px){
    .image-title-block-3 .large-image {
        width: 100%;
        margin-left: 0%;
    }  
}

/* Oikeanpuoleinen sisältö */
.image-title-block-3 h2 {
    color: #ffffff;
    font-size: 2.7em;
    /* font-weight: normal; */
    margin-bottom: 15px;
}

.image-title-block-3 p {
    font-size: 1em;
    line-height: 1.6;
}

.image-title-block-3 .btn {
    max-width: 280px;
    margin-top: 20px;
    text-decoration: none;
    transition: ease 0.3s all;
    margin: auto;
    border-radius: 10px;
    border: 0px;
    text-transform: uppercase;
}
.image-title-block-3 .btn a {
    color: #000;
    text-decoration: none;
}

.image-title-block-3 .btn:hover {
    color: #000;
    text-decoration: none;
}

/* Responsiivisuus */
@media (max-width: 768px) {
    .image-title-block-3 .row {
        flex-direction: column;
    }
    .image-title-block-3 .col-md-6 {
        width: 100%;
    }
    .image-title-block-3 .large-image {
        height: 250px;
    }
}
