        .scroll {
            display: flex;
            justify-content: center;
            flex-direction: column;
            position: relative;
            margin: auto;
            height: 25%;
        }
        
        #scroll .prev, #scroll .next {
            color:#f4ae00;
            margin: 0 -5% 0 -5%;
        }

        .scroll .prev, .scroll .next {
            cursor: pointer;
            position: absolute;  
            width: auto;
            font-size: 20px;
            border-radius: 0 3px 3px 0;
        }

        .scroll .next {
            right: 0;
        }
        
        .scroll p {
            color: #908f8b;
            font-size: 12px;
            line-height: 2;
            font-weight: 400;
        }
        
        .scroll span {
            color: #908f8b;
            font-size: 12px;
            line-height: 2;
            font-weight: 400;
        }
        
        .scroll .prev:hover, .scroll .next:hover {
            background-color: rgba(0, 0, 0, 0.4);
            text-decoration: none;
        }

        .contact-item {
            text-align: center;
        }