/*
 * Copyright (c) 2018, Xyneex Technologies. All rights reserved.
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * You are not meant to edit or modify this source code unless you are
 * authorized to do so.
 *
 * Please contact Xyneex Technologies, #1 Orok Orok Street, Calabar, Nigeria.
 * or visit www.xyneex.com if you need additional information or have any
 * questions.
*/
/*
    Created on : Nov 3, 2023, 11:04:08 AM
    Author     : KUFRE
*/

@media (max-width: 768px) {
    .carousel-caption h1{
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .carousel-caption{
        top: 41px;
    }
}
@media (max-width: 768px) {
    .carousel-caption a{
        font-size: 14px;
        margin-top: 5px;
    }
}