/*
Template:  ollie
Version: 1.0.0
Text Domain: ollie-child
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: var(--wp--preset--font-family--secondary)
}

.about_left_image {
    position: relative;
    padding-right: 40px;
    padding-bottom: 65px;
}

.about_left_image .image_one {
    overflow: hidden;
    border-radius: 10px;
}

.about_left_image .image_one img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
}

.about_section:hover .image_one img {
    transform: scale(1.15);
}

.about_left_image .image_two {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border: 20px solid var(--wp--preset--color--base);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 10px 0px 10px;
}

.about_left_image .image_two img {
    transform: scale(1.0);
    transition: all 1000ms ease;
}

.about_section:hover .image_two img {
    transform: scale(1.15);
}

.my-columns-container {
    display: flex;
}

.my-columns-container .wp-block-group {
    flex-direction: column;
    height: 100%;
}

.download-icon img {
    fill: var(--wp--preset--color--primary);
}