/* ======= Our Story style ======= */

.oliven-story-subtitle {
    display: block;
    position: relative;
    top: 12px;
    font-family: 'Alex Brush', cursive;
    font-weight: 400;
    font-size: 30px;
    color: #BD945A;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.25em;
    margin-bottom: 20px;
}
.oliven-story-title {
    color: #000;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .story h4 {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 6px;
    color: #BE945A;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 10px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
} */

#home h2 {
    color: #FFF;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 38px;
    letter-spacing: 1px;
}

.first-letter::first-letter {
    font-family: 'Cormorant Garamond', serif;
    font-size: 35px;
    line-height: 40px;
}

.story .story-img {
    position: relative;
}

.story .story-img .img {
    padding: 0 30px 30px 15px;
    position: relative;
}

.story .story-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    border: 10px solid #BD945A;
}

.story .story-img .img img {
    height: 370px;
    position: relative;
    z-index: 2;
}

.story .story-img:after {
    content: '';
    width: 90%;
    position: absolute;
    top: -18%;
    bottom: -25%;
    left: 0;
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    z-index: -1;
}

.story-img-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative
}

.story-img .story-img-2 {
    width: 30% !important;
    height: 120px;
    position: absolute;
    top: 15px;
    right: 45px;
    z-index: 3;
}

/* story-wedding */

.story-wedding {
    -webkit-animation: rotation 12s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}


@media screen and (max-width: 991px) {
    .oliven-story-title {
font-size: 20px;
    }
    .oliven-story-title {
        font-size: 16px;
    }
    .story-img .story-img-2 {
        width: 30% !important;
        height: 135px;
        position: absolute;
        top: 40px;
        right: 45px;
    }
}


@media screen and (max-width: 768px) {
    .story-img .story-img-2 {
        width: 40% !important;
        height: 120px;
        position: absolute;
        top: 15px;
        right: 45px;
    }
}