.orange_col h3 {
    color: #f47920;
}

.orange_col {
    padding-bottom: 70px;
}

.orange_col h4 {
    color: #f47920;
}
.custom_margin_adjustments {
    padding-top: 50px;
}

.custom_margin_adjustments h4 {
    padding-top: 0;
}

.custom_margin_adjustments .accordion {
    max-width: 279px;
    margin-bottom: 30px;
}

.custom_margin_adjustments .accordion .accordion-item{
    overflow: hidden;
}
.custom_margin_adjustments .accordion-title h2 {
    cursor: pointer;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 12px 30px 12px 0;
    border-bottom: solid 1px #aeaeae;
    position: relative;
}

.custom_margin_adjustments .accordion-title h2::after {
    content: "";
    width: 11px;
    height: 6px;
    background: url('/wp-content/themes/composer-child/images/icon/drop_2.png') left top no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.custom_margin_adjustments .accordion-content{
    padding: 15px 0;
    display: none;
}

.custom_margin_adjustments .like_row {
    margin-left: -13px;
    margin-right: -13px;
}

.custom_margin_adjustments .like_row a {
    width: 33.33%;
    float: left;
    padding: 0 13px 26px 13px;
}

.custom_margin_adjustments .like_row a img {
    border-radius: 20px;
}
.camp_details.blue_col .list_dual ul {
    float: left;
    min-width: 144px;
    margin-bottom: 56px;
}
.camp_details.blue_col .list_dual li {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    list-style: none;
    padding: 6px 0;
}
.camp_details.blue_col .like_row {
    padding-top: 40px;
}
.camp_details .accordion-content ul {
    float: left;
    width: 100%;
}

.camp_details .accordion-content ul li {
    position: relative;
    list-style: none;
    padding-left: 17px;
    color: #000;
}

.camp_details .accordion-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
@media(max-width:992px){
    .custom_margin_adjustments .accordion { max-width: 100%; margin-bottom: 30px;}
}

@media(max-width:767px){
    .custom_margin_adjustments .accordion { margin-bottom: 35px; max-width: 100%; }
    .camp_details.blue_col .like_row { padding-top: 0; }
}

@media(max-width:480px){
    .custom_margin_adjustments .like_row a { width: 50%;}
    .camp_details.blue_col .list_dual ul { min-width: 0; width: 50%;}
}