h1 {
    font-weight: 600;
    font-size: 23px;
    line-height: 142.4%;
    color: #000000;
}

.showcases_hero {
    background-color: #BCBBBB !important;
    padding: 30px 0;
    background-position-x: right !important;
    background-size: cover !important;
    height: 650px;
    display: flex;
    align-items: center;
}

.showcases_hero .white-box {
    background: #FFFFFF;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.21);
    border-radius: 4px;
    width: 464px;
    margin-left: auto;
    padding: 35px;
}

.showcases_hero .white-box h2.display-name {
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
    color: #232323;
    margin: 0;
    text-transform: capitalize;
}

.showcases_hero .white-box div.desc {
    font-weight: 400;
    font-size: 17px;
    line-height: 170%;
    color: #707070;
}

.showcases_hero .white-box a.btn-cyan {
    margin: 20px auto;
    width: 100%;
    height: 50px;
    /*text-align: center;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.showcases_hero .white-box s svg {
    float: left;
}

.showcases_hero .white-box a.orange-link {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #FD8516;
    display: flex;
    align-items: center;
    justify-content: center;
}

.showcases_hero .white-box a svg {
    margin-right: 10px;
    float: left;
}

#main_content.container {
    padding: 0 0;
}

.ds_images div.inner {
    margin-bottom: 30px;
    position: relative;
}

.ds_images.other div.inner img {
    height: 256px;
}

.ds_images.featured div.inner img {
    height: 385px;
    object-fit: cover;
}

.ds_images div.inner a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.ds_images div.inner a button {
    background: #FFFFFF;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.21);
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    line-height: 138%;
    color: #232323;
    padding: 5px 15px;
    position: absolute;
    bottom: 20px;
    left: 30px;
    border: none;
    text-transform: capitalize;
}

.ds_images img {
    border-radius: 3px;
}

.showcase_list li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #757575;
    text-transform: capitalize;
}

.showcase_list ul img {
    height: 200px;
}

.showcases_row {
    height: 93px;
    text-align: center;
    padding: 20px 0;
    background: url('/assets/showcase_image/static/showcase_row_bg.png') no-repeat;
    background-size: cover;
}

.showcases_row p {
    font-weight: 400;
    font-size: 18px;
    line-height: 142.4%;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.showcases_row p:first-child {
    font-weight: 700;
    font-size: 19px;
}

.showcase-gray-link {
    width: 277px;
    height: 62px;
    background: #EAEAEA;
    border-radius: 3px;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #515151;
    display: inline-block;
    line-height: 62px;
    text-align: center;
}

.showcase-gray-link:hover {
    color: #515151;
}

.btn-orange.showcase-btn {
    width: 320px;
    height: 62px;
    padding: 0 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 62px;
}

.single_single_row {
    background: linear-gradient(
            93.19deg, #23C2A8 13.23%, #0EBBF1 107.37%);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 15px 0;
}

.single_single_row p {
    font-weight: 700;
    font-size: 19px;
    line-height: 242%;
    /* or 46px */


    color: #FFFFFF;
}


.single_single_row a.btn-orange {
    width: 314px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single_single_row a.btn-link {
    font-weight: 700;
    font-size: 14px;
    line-height: 142.4%;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.single_single_row a svg {
    margin-right: 10px;
}