    .bg1 {
        background-image: url('bg9.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .bg2 {
        background-image: url('photos/bg3.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .text1 {
        height: 24px;
        top: 252px;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #131A22;
        padding-left: 10px !important;
    }
    
    .text2 {
        height: 80px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 31px;
        line-height: 40px;
        color: rgba(0, 0, 0, 0.87);
    }
    
    .text3 {
        height: 72px;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: rgba(0, 0, 0, 0.6);
    }
    
    .text4 {
        height: 16px;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        color: rgba(0, 0, 0, 0.6);
    }
    
    .text5 {
        height: 16px;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        color: rgba(0, 0, 0, 0.38);
    }
    
    .carouselMargin {
        margin-top: 150px;
        margin-bottom: 175px;
        margin-left: 200px;
        margin-right: 100px;
    }
    
    .carousel-indicators {
        position: relative;
        top: 410px;
        left: -32px;
    }
    
    .carousel-indicators {
        background-color: gray !important;
        border-radius: 8px;
    }
    /*
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        outline: black;
        background-image: none;
    } 

    .carousel-control-next-icon:after {
        content: '>';
        font-size: 45px;
        color: gray;
    }
    
    .carousel-control-prev-icon:after {
        content: '<';
        font-size: 45px;
        color: gray;
    } 
*/
    
    .bgc {
        background: #FEBD69;
        border-radius: 8px;
        padding-bottom: 30px;
    }
    /* Extra small devices (portrait phones, less than 576px) */
    
    @media (max-width: 575.98px) {
        .bgc {
            background: #FEBD69;
            border-radius: 8px;
            padding-bottom: 30px;
            margin-top: 15px;
        }
        .text4 {
            height: 16px;
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 11px;
            line-height: 16px;
            color: rgba(0, 0, 0, 0.6);
        }
        .carouselMargin {
            margin-top: 90px;
            margin-bottom: 125px;
            margin-left: 120px;
            margin-right: 100px;
        }
        .carousel-indicators {
            position: relative;
            top: 280px;
            left: -20px;
        }
    }
    /* // Small devices (landscape phones, 576px and up) */
    
    @media (min-width: 576px) and (max-width: 767.98px) {}
    /* Medium devices (tablets, 768px and up) */
    
    @media (min-width: 768px) and (max-width: 991.98px) {
        .bgc {
            background: #FEBD69;
            border-radius: 8px;
            padding-bottom: 30px;
            margin-top: 15px;
        }
        .carouselMargin {
            margin-top: 210px;
            margin-bottom: 240px;
            margin-left: 235px;
            margin-right: 135px;
        }
        .carousel-indicators {
            position: relative;
            top: 500px;
            left: -40px;
        }
    }
    /* Large devices (desktops, 992px and up) */
    
    @media (min-width: 992px) and (max-width: 1199.98px) {}
    /* Extra large devices (large desktops, 1200px and up) */
    
    @media (min-width: 1200px) {}