@charset "UTF-8";

#service_icn .index .heading.block_header_4 h3{
color: #eca860 !important;
}
#service_icn h3{
color: #eca860 !important;
}

#service_icn + .composite_box01 .inner_item_img img {
    width: 120px !important;
    height: 120px !important;
}
#service_icn + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3),
#service_icn + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2),
#service_icn + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1) {
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 2%;
}
#service_icn + .composite_box01 .wrapper_item {
    align-items: center;
}

@media screen and (max-width: 768px){
 .composite_box01 .wrapper_item {
    flex-direction: column;
     margin: 0 20px;
}
@media screen and (max-width: 768px){
 .composite_box01 .inner_item {
    min-width: 300px;
}
#service_icn + .composite_box01 .inner_item_img img {
    width: 100px !important;
    height: 100px !important;
}
}