@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-top: 60px;
}
.matimg{
    margin-top: 80px;
    display: flex;
    justify-content: space-around;
}
.matimg .matitem{
    display: flex;
    flex-direction: column;
    width: min(40% , 500px);
    border: #cbcbcb 1px solid;
    padding: 20px;
    border-radius: 10px;
}
.matimg p{
    text-align: center;
}

#articleInfo7 .babastyle{
    position: relative;
    width: 100%;
    padding: 30px 40px;
    background: #f6f6f6;
    border-radius: 3px;
    outline: 1px solid rgb(0 0 0 / 15%);
    outline-offset: -15px;
    margin: 45px 0 10px;
    aspect-ratio: 12 / 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: var(--primary);
}


.babastyle:before {
	content: "”";
	font-size: 70px;
	position: absolute;
	top: -16px;
	right: 0;
	line-height: 100%
}
#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 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

#articleInfo7 .item .photo img {
    width: 100%;
    object-fit: cover;
    position: relative;
    box-shadow: -30px 30px var(--primary);
}

#articleInfo7 .item .info {
    margin: 50px 0 10px 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 {
    color: var(--info);
    position: relative;
    margin-bottom: 15px;
    line-height: 120%;
    font-size: 20px;
    font-style: unset;
    font-weight: 300;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

#articleInfo7 .item .info h5:before {
    content: "ABOUT";
    position: absolute;
    right: 0;
    font-size: 180px;
    font-weight: 800;
    z-index: -1;
    color: #e9e9e93b;
    top: 25px;
    font-family: "Roboto Slab", serif;
}
#articleInfo7.uasan .item .info h5:before{
	content: "SERVICE";
	font-size: 97px;
}

#articleInfo7 .item .info h3 {
    padding: 5px 0 0 0;
    font-size: 26px;
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 160%;
    margin-bottom: 15px;
}

#articleInfo7 .item .info article p {
    position: relative;
    text-align: justify;
    margin-top: 20px;
    line-height: 200%;
    letter-spacing: 1px;
    padding-bottom: 15px;
    font-size: 17px;
}

@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: 60px 0 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
    }
	#articleInfo7.uasan .item .info h5:before{
    font-size: 71px;
}
}

@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
    }
    .matimg{
    display: flex;
    flex-direction: column;
}
    .matimg .matitem{
    width: 90%;
    margin: 0 auto;
    padding: 13px 0;
    margin-bottom: 20px;
}
}
