﻿.Top {
    top: 0px !important;
    bottom: auto;
    padding-left: 0%;
}

.left-icon {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    display: none;
}

.left-H1 {
    text-align: center;
    font-size: 22px;
}

.left-p {
    text-align: center;
    font-size: 16px;
}

@media (min-width: 768px) {
    .left-icon {
        position: absolute;
        height: 100%;
        left: 0px;
        top: 0px;
        display: block;
    }

    .Top {
        top: 0px !important;
        bottom: auto;
        padding-left: 23%;
    }

    .left-H1 {
        font-size: 32px;
        text-align: left;
    }

    .left-p {
        text-align: left;
        font-size: 26px;
    }
}

.carousel-control:hover, .carousel-control:focus {
    text-decoration: none;
    border: none;
    outline: 0;
    box-shadow: none;
}


.item img {
    width: 100%;
}
