@media only screen and (max-width: 768px) {
    .carousel {
        height: 950px;
    }
    .carousel-item {
        height: 950px;
    }

    .carousel-control-next {
        display: none;
    }

    .carousel-control-prev {
        display: none;
    }


    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.4;
        color: #565656
    }

    .carousel-caption h1 {
        font-size: 36px;
    }

    .columns-section {
        padding: 0 50px;
        &:hover {
            transform: scale(1.2);
        }
    }
}

@media (min-width: 992px) {
    .carousel-caption h1 {
        font-size: 36px;
    }

    .carousel {
        height: 550px;
    }

    .carousel .item {
        height: 550px;
    }
}


@media (max-width: 767px) {
    .text-xs-center {
        text-align: center;
    }


    .btn {
        width: 100%;
    }


    .text-grad-green {
        text-align: center;
        margin-bottom: 8px;
        display: block;
    }

    .text-grad-green h1, .text-grad-green h6, h1.text-grad-green {
        text-align: center !important;

    }

    .text-2ndlife-green {
        text-align: center;
        margin-bottom: 8px;
        display: block;
    }

    .text-2ndlife-green h1 {
        text-align: center;

    }

    p, h4, h6 {
        text-align: center;
    }

    .blog-list-item-top p {
        text-align: left;
    }

    img {
        margin-bottom: 20px;
    }

    .above-footer, .above-footer p, .feature p {
        text-align: left;
    }

    .contact h5 {
        display: inline-block;
    }

    .contact .address-float p {
        display: inline-block;
    }


    .contact .address-mt iframe {
        width: 100%;
    }

    .contact .social {
        margin-top: 0px;
    }


    .case-study p, .case-study p, .case-study h1, .case-study h2, .case-study h3, .case-study h4, .case-study h5 {
        text-align: left;
        margin: 21px;
    }

    .blog p, .blog h1, .blog h2, .blog h3, .blog h4, .blog h5 {
        text-align: left;
        margin: 21px;
    }

    .blog-list-item p {
        text-align: left;
    }


    .card-header.border-bottom.text-center.logo {
        margin: 0;
        padding: 0;
    }

    .card-header:first-child {
        /*border-radius: 0.5rem;*/
        --bs-card-border-radius: 0.5rem;

    }

    .feature .text-2ndlife-green, .feature .text-grad-green, .feature .text-body {
        text-align: left;
    }


    .banner-container .ebook-image {

        display: block;
        position: relative;
        top: auto;
        right: auto;

    }
    .banner-container .ebook-image img {
        width: 100%;
        height: auto;
    }

    .green-banner h5 {
       text-align: center;
    }

    .mobile-left, .mobile-left p {
        text-align: left !important;
    }

    #blockA {
        order: 2;
    }

    #blockB {
        order: 1;
    }

    .share-desktop-hide {
        display: inline-flex;
    }

    /*.swap-container {*/
    /*    -webkit-transform: scaleY(-1);*/
    /*    transform: scaleY(-1);*/
    /*}*/
    /*.swap {*/
    /*    -webkit-transform: scaleY(-1);*/
    /*    transform: scaleY(-1);*/
    /*}*/

}

/*.navbar-light .navbar-toggler {*/
/*    color: #595f64;*/
/*    border-color: rgba(33,50,91,.5);*/
/*}*/

.navbar-light .navbar-toggler {
    color: #ffffff;
    /*border-color: rgba(33,50,91,.5);*/
    background-color: #232F52;
    border: none;
    margin-top: 3px;
    margin-right: 12px;
}

.bi-list::before {
    content: "\f479";
    font-weight: bold !important;
    font-size: 28px;
}


