/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.title-img-content-button-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}
.title-img-content-button-container-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 200px 0;
    position: relative;
    display: flex;
}
.title-img-content-button-content-title {
    margin-top: 0;
    line-height: 66px;
}
.title-img-content-button-content-img {
    width: 50%;
    margin-right: 40px;
}
.title-img-content-button-content {
    width: calc(50% - 40px);
}
.title-img-content-button-img {
    position: relative;
}
.title-img-content-button-img img:nth-child(1) {
    clip-path: polygon(0 13%, 39% 13%, 39% 0, 100% 0, 100% 100%, 0 100%);
    width: 75%;
}
.title-img-content-button-img img:nth-child(2) {
    clip-path: polygon(0 0, 54% 0, 54% 12%, 100% 12%, 100% 100%, 0 100%);
    position: absolute;
    left: 250px;
    bottom: -75px;
    width: 50%;
}
.title-img-content-button-content-text-bold {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}
.title-img-content-button-content-text {
    font-size: 20px;
    line-height: 24px;
}
.title-img-content-button-container-inner:before {
    top: 50px;
    position: absolute;
    content: " ";
    width: 800px;
    height: 800px;
    left: -500px;
    background-image: url("data:image/svg+xml,%3Csvg width='800' height='800' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='400' cy='400' r='399' stroke='%23FFFFFF20' stroke-width='2' fill='none' /%3E%3C/svg%3E%0A");
}
.title-img-content-button-button {
    text-decoration: none;
    background-color: #F6CE47;
    color: #292D34;
    font-weight: bold;
    font-size: 22px;
    padding: 12px 40px;
    border-radius: 40px;
    margin-right: 20px;
    display: inline-block;
    margin-top: 20px;
}
@media (max-width: 1180px) {
    .title-img-content-button-container-inner:before {
        display: none;
    }
    .title-img-content-button-container-inner {
        flex-direction: column;
        padding: 80px 0;
        margin: 0 20px;
    }
    .title-img-content-button-content-img {
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .title-img-content-button-content {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    .title-img-content-button-img {
        margin-bottom: 80px;
    }
    .title-img-content-button-content-title {
        font-size: 30px;
        line-height: 35px;
        margin: 80px 15px 0;
    }
    .title-img-content-button-content-text-bold {
        font-size: 15px;
        line-height: 22px;
    }
    .title-img-content-button-content-text {
        font-size: 13px;
        line-height: 22px;
    }
}
@media (max-width: 600px) {
    .title-img-content-button-img img:nth-child(2) {
        left: auto;
        right: 0;
        width: 50%;
    }
}