﻿.title-bg {
    font-family: 'SVN-Marujo Fino';
    background: url('../../images/title-bg.png') center no-repeat !important;
    background-size: 100%100% !important;
}

.title-bg.title-bg-with-star {
    background-image: url('../../images/title-bg-with-star.png') !important;
}

.title-bg strong {
    font-family: 'SVN-Marujo';
}

.content-with-image {
    gap: 40px !important;
}

.content-with-image figure {
    flex-shrink: 0;
    max-width: 125px;
}

.case-study-sec1>.gb-inside-container {
    position: static !important;
}

.image-with-wrapper .gb-block-image img {
    border-radius: 28px;
}

.image-with-wrapper .gb-block-image {
    position: relative;
    transform: rotate(8deg) translateX(-40px);
}

.image-with-wrapper .gb-block-image:after {
    content: '';
    display: block;
    width: 100%;
    height: 130%;
    background: url('../../images/photo.png') center no-repeat;
    background-size: 100%100%;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 10;
}

.content-with-image-2 {
    margin-left: -40px;
}

.content-with-image.content-with-image-min {
    gap: 20px !important;
}

.content-with-image.content-with-image-min figure {
    max-width: 60px;
}