@import url('/css/animate.css'); .wow {
    animation: fadeIn 1.5s both;
    -webkit-animation: fadeIn 1.5s both;
    animation-duration: 1s;
    -webkit-animation-duration: 1s
}

#articleInfo7 .item {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 30px auto 50px;
}

#articleInfo7 .item > div {
    float: left;
    width: 45%;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft
}

#articleInfo7 .item:nth-child(2n) > div {
    float: right
}

#articleInfo7 .item:nth-child(2n) .photo {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight
}

#articleInfo7 .item .photo {
    overflow: hidden;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin-top: 30px;
}

#articleInfo7 .item .photo:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    bottom: 0%;
    left: 20px;
    border-radius: 50%;
    z-index: 0;
    border: 1px solid rgb(125 103 92 / 35%);
}

#articleInfo7 .item .photo img {
    width: 500px;
    height: 500px;
    max-width: 100%;
    object-fit: cover;
    position: relative;
    clip-path: circle(50% at 50% 50%);
}

#articleInfo7 .item .info {
    margin: 50px 0 0px 5%;
    width: 50%;
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight
}

#articleInfo7 .item:nth-child(2n) .info {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft
}

#articleInfo7 .item .info h5 {
    padding: 0 0 10px;
    font-size: 55px;
    line-height: 110%;
    color: #1b325f;
    position: relative;
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 5px;
}

#articleInfo7 .item .info h5:before {
    content: "ABOUT";
    position: absolute;
    right: 0;
    font-size: 180px;
    font-weight: 800;
    z-index: -1;
    color: #e9e9e93b;
    top: 25px
}

#articleInfo7 .item .info h3 {
    padding: 5px 0 20px 0;
    font-size: 26px;
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 160%
}

#articleInfo7 .item .info article p {
    position: relative;
    text-align: justify;
    width: 100%;
    margin-top: 20px;
    line-height: 200%;
    letter-spacing: 1px;
    border-bottom: #dedede57 1px solid;
    padding-bottom: 15px
}

#articleInfo7 .item .info article p:before {
    content: "";
    position: absolute;
    width: 75px;
    height: 2px;
    background: #7f695e;
    bottom: -1px;
    right: 0
}

@media screen and (max-width: 768px) {
    #articleInfo7 .item .photo {
        position:relative;
        width: 100%;
        margin-bottom: 20px
    }

    #articleInfo7 .item:nth-child(2n) .photo {
        right: 0
    }

    #articleInfo7 .item .info {
        margin: 0;
        width: 100%
    }

    #articleInfo7 .item .info h5,#articleInfo7 .item .info h3 {
    }

    #articleInfo7 .item .info h3 {
    }

    #articleInfo7 .item:nth-child(2n) .info h5,#articleInfo7 .item:nth-child(2n) .info h3 {
        margin: 0 auto 0 0
    }

    #articleInfo7 .item .info h5:before {
        font-size: 130px
    }
}

@media screen and (max-width: 480px) {
    #articleInfo7 .item > div,#articleInfo7 .item:nth-child(2n) > div {
        float:none
    }

    #articleInfo7 .item .photo:before {
        border: 4px double rgb(255 255 255)
    }

    #articleInfo7 .item .info h5 {
        font-size: 30px;
        padding: 0
    }

    #articleInfo7 .item .info h5:before {
        font-size: 80px
    }
}
