p{
font-size: 2.5rem;
}
@media only screen and (max-width : 1400px){
    p{
    font-size: 1.9rem;
    }
}
@media only screen and (max-width : 900px){
    p{
    font-size: 1.3rem;
    }
}

.ourWorks > div img{
    border: solid 1px rgb(238, 238, 238);
}

/* Infinite carousel */
.infinite_carousel{
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: visible;
    padding-left: 12px;
    height: 1155px;
}
.infinite_carousel > a{
    position: relative;
}
.img_film{
    height: 1100px;
    width: auto;
    padding: 0 2px;
}
@media only screen and (max-width: 1470px){
    .infinite_carousel{
        height: 895px;
    }
    .img_film{
        height: 850px;
    }
}
.infinite_carousel > a:hover{
    transform: scale(1.05);
    transition: transform .3s ease-in-out .1s;
    z-index: 9;
}
.container_carousel{
    position: relative;
}
.container_carousel span{
    position: absolute;
    top: 50%;
    border: none;
    background-color: transparent;
    color: #14a7ad;
    font-size: 4rem;
    cursor: pointer;
    user-select: none;
    z-index: 10;
}
.container_carousel span:hover{
    transform: scale(1.1);
    transition: transform .3s ease-in-out .1s;
}
[id^=left]{
    left: 0;
    margin-left: 20px;
}
[id^=right]{
    right: 0;
    margin-right: 20px;
}
