.carousel-control-prev, .carousel-control-next{
    width: 50px !important;
    height: 100% !important;
}
.carousel-control-prev{
    margin-left: 20px;
}

.carousel-control-next{
    margin-right: 20px;
}
.footnote>p {
    font-size: .75em;
    line-height: 1.75em;
    color: #83837C;
}

.footnote:before {
    content: "";
    margin-bottom: 1.5em;
    display: block;
    background-color: #c0b57b;
    height: 3px;
    width: 60px;
}

.footnote {
    width: 200px;
    margin-top: 50px;
}

.list-title{
    font-family: "CenturyGothicPaneuropeanBold";
    font-size: 14px;
    text-transform: uppercase;
}

li{
    font-family: "CenturyGothicPaneuropeanRegular";
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

#main-row img{
    max-height: -webkit-fill-available;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-dark .carousel-indicators [data-bs-target]{
    background-color: #010028;
}
.title, .desc{
    margin-bottom: 50px;
}
#main-row{
    margin-top: 20px
}
#area-cont{
    margin: 50px 0;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 749px){
/*    .row{
        display: block !important;
        
    }*/
    .title, .desc{
        margin-bottom: 30px;
    }
    #main-row{
        margin-top: 30px
    }
    .row > *{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #main-row{
        display: block !important;
        margin: 10px 0px !important;
    }
    
    #main-row .col:last-child{
        margin-top: 10px;
    }
    
    .heading{
        margin-top: 10px !important;
    }
    .carousel-control-prev,.carousel-control-next{
        margin: 0px;
    
    }
    
    #main-row{
        margin-bottom: 0px;
    }
    #area-cont{
        margin: 30px 0;
    }
    .footnote > p {
        font-size: 17px;
        line-height: 20px;
    }
    
    .footnote{
        margin-top: 30px;
    }
}

@media (min-width: 750px) and (max-width: 1269px){
    #area-cont{
        margin: 30px 0;
    }
    .carousel-control-prev,.carousel-control-next{
        margin: 0px;
    
    }
    .title, .desc{
        margin-bottom: 30px;
    }
    
    .footnote > p {
        font-size: 17px;
        line-height: 20px;
    }
    
    .footnote{
        margin-top: 30px;
    }
    
}