.custom-carousel-caption {
    bottom: 5%;
}

.custom-carousel-caption h1 {
    font-size: 3.5rem;
}

.custom-carousel-caption p {
    font-size: 1rem;
    width: 75%;
}

.custom-carousel-caption a {
    padding: 0.5rem 1rem;
    font-size: 1rem;
}

.secdashboard {
    .icon-service p {
        font-size: 1.2rem;
    }

    .sectext {
        h2 {
            font-size: 2rem;
        }

        p {
            font-size: 1rem;
        }

        a {
            font-size: 1rem;
        }
    }
}

/* Laptop L */
@media (min-width: 1440px) {
    .secdashboard {
        .icon-service p {
            font-size: 1.2rem;
        }

        .sectext {
            h2 {
                font-size: 2.5rem;
            }

            p {
                font-size: 1.3rem;
            }
        }
    }
}

/* 4K */
@media (min-width: 2560px) {
    .custom-carousel-caption .row div {
        padding-bottom: 0.5rem;
    }

    .custom-carousel-caption h1 {
        font-size: 5.5rem;
    }

    .custom-carousel-caption p {
        font-size: 1.5rem;
        width: 50%;
    }

    .custom-carousel-caption a {
        padding: 1rem 2rem;
        font-size: 1.5rem;
    }

    .secdashboard {
        .icon-service p {
            font-size: 2rem;
        }

        .sectext {
            h2 {
                font-size: 4rem;
            }

            p {
                font-size: 2rem;
            }

            a {
                font-size: 1.5rem;
            }
        }
    }
}