.dc_info_box {
    padding-top: 100px;
  
}

.section_title.h_8 h2 {
    color: #171C30;

    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
    margin-bottom: 0;
}

.section_title.h_8 p {
    color: #071E34;

    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    margin-top: 10px;
}

.min_dc_info_box {
    margin-top: 70px;
}

.min_dc_info_box .single_dc_info_box.down {
    margin-top: 40px;
}
.min_dc_info_box .single_dc_info_box {
    background: #fff;
    box-shadow: 0px 4px 50px rgb(0 0 0 / 8%);
    border-radius: 5px;
    padding-top: 55px;
    padding-left: 30px;
    padding-bottom: 55px;
    padding-right: 22px;
    position: relative;
}

.min_dc_info_box .item .single_dc_info_box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(270deg, #99ADE8 -4.44%, #E99770 108.7%);
    box-shadow: 0px 4px 50px rgb(0 0 0 / 8%);
    left: 0;
    top: 0;
}

.min_dc_info_box .single_dc_info_box h5 {
    color: #0C0D0C;

    font-weight: 700;
    font-size: 18px;
    line-height: 15px;
    margin-top: 30px;
}

.min_dc_info_box .single_dc_info_box p {
    color: #071E34;
  
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    margin-top: 15px;
}

.min_dc_info_box .item:nth-child(2) .single_dc_info_box::before {
    background: linear-gradient(270deg, #7AC9BA -4.44%, #7383DD 108.7%);
    box-shadow: 0px 4px 50px rgb(0 0 0 / 8%);
}
.min_dc_info_box .item .single_dc_info_box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(270deg, #99ADE8 -4.44%, #E99770 108.7%);
    box-shadow: 0px 4px 50px rgb(0 0 0 / 8%);
    left: 0;
    top: 0;
}

.min_dc_info_box .single_dc_info_box.down {
    margin-top: 40px;
}

.min_dc_info_box .item:nth-child(3) .single_dc_info_box::before {
    background: linear-gradient(270deg, #E6C083 -4.44%, #F79FF1 108.7%);
    box-shadow: 0px 4px 50px rgb(0 0 0 / 8%);
}
.min_dc_info_box .item .single_dc_info_box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(270deg, #99ADE8 -4.44%, #E99770 108.7%);
    box-shadow: 0px 4px 50px rgb(0 0 0 / 8%);
    left: 0;
    top: 0;
}

.min_dc_info_box .item:nth-child(4) .single_dc_info_box::before {
    background: linear-gradient(270deg, #7B81D9 -4.44%, #DCCB89 108.7%);
    box-shadow: 0px 4px 50px rgb(0 0 0 / 8%);
}
.min_dc_info_box .item .single_dc_info_box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(270deg, #99ADE8 -4.44%, #E99770 108.7%);
    box-shadow: 0px 4px 50px rgb(0 0 0 / 8%);
    left: 0;
    top: 0;
}

@media (max-width: 767px){
.dc_info_box {
    padding-bottom: 50px;
}}
@media (max-width: 991px){
.dc_info_box {
    padding-top: 0;
}}

@media (max-width: 767px){
.section_title.h_8 h2 {
    font-size: 34px;
    line-height: 52px;
}}

@media (max-width: 767px){
.section_title p {
    font-size: 16px;
}}

@media (max-width: 1199px){
.min_dc_info_box .single_dc_info_box.down {
    margin-top: 0;
}}

@media (max-width: 1199px){
.min_dc_info_box .single_dc_info_box {
    margin-bottom: 20px;
}
}

