.bw-template-box_3{
}

.bw-template-box_3 .bw-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "body media";
    gap: 20px;
    position: relative;
}

.bw-template-box_3 .bw-body{
    grid-area: body;
}

.bw-template-box_3 .bw-media{
    grid-area: media;
    display: flex;
    justify-content: center;
    align-self: center;
}

.bw-template-box_3 .bw-media-helper{
    display: none;
}

.bw-template-box_3 .bw-body{
    padding: 30px;
    padding-right: 0;
    position: relative;
    display: flex;
    align-self: center;
}

.bw-template-box_3 .bw-body-title .body-title{
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
}

.bw-template-box_3 .bw-body-title .body-title_line_2{
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px;
}

.bw-template-box_3 .bw-content{
    font-size: 17px;
    font-weight: 300;
}

.bw-template-box_3 .bw-btn{
    margin-top: 15px;
}

.bw-template-box_3 .bw-body-inside{
    position: relative;
    padding-bottom: 30px;
}

.bw-template-box_3 .bw-body-inside:after{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 75px;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    content: " "
}

.bw-template-box_3 .bw-body-helper{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 1140px;
}

.bw-template-box_3 .bw-media picture{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.bw-template-box_3 .bw-media img{
    object-fit: contain;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 1199px) {
    .bw-template-box_3 .bw-wrapper{
        grid-template-columns: 1.25fr 1fr;
    }

    .bw-template-box_3 .bw-body-helper{
        width: 940px;
    }
}

@media (max-width: 991px) {
    .bw-template-box_3 .bw-wrapper{
        grid-template-columns: 1fr;
        grid-template-areas: "media" "body";
        gap: 0;
    }

    .bw-template-box_3 .bw-body{
        padding: 0 15px 30px;
    }

    .bw-template-box_3 .bw-body-helper{
        width: auto;
        right: 0;
    }

    .bw-template-box_3 .bw-body-title .body-title{
        font-size: 21px;
    }

    .bw-template-box_3 .bw-body-title .body-title_line_2{
        font-size: 25px;
    }

    .bw-template-box_3 .bw-content{
        font-size: 13px;
        padding-top: 5px;
    }

    .bw-template-box_2 .bw-body-inside{
        padding-bottom: 15px;
    }

    .bw-template-box_3 .bw-media{
        position: relative;
    }

    .bw-template-box_3 .bw-media-helper{
        display: block;
        position: absolute;
        z-index: -1;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        height: 25%;
    }
}
