.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
    margin-bottom: 0px;
}

.task_detail_row_list .left_col {
    flex: 0 0 18%;
    max-width: 18%;
}

.task_list_logs .right_task_col, .task_list_logs .left_task_col
        {
            padding-left: 0px;
            padding-right: 0px;
        }



section.change_log_one {
    padding: 70px 0px;
    background-color: #FAFAFA;
}

section.change_log_one .heading h4 {
    color: #00A7E1;
    font-size: 40px;
    font-weight: 700;
}

section.change_log_one .heading p {
    font-size: 18px;
    color: #001C55;
    font-weight: 400;
}
section.change_log_two {
    padding: 70px 0px 40px 0px;
}

.flex_box_center
{
    display: flex;
    align-items: center;

}
.flex_box_top
{
    display: flex;
    align-items: flex-start;

}
section.change_log_two .date_box
{
    padding-left: 23px;
}
section.change_log_two h5#publish_date
{
    color: #001C55;
    font-size: 24px;
    font-weight: 700;
}
section.change_log_two .publish_platform .flex_box_center
{
    justify-content: center;
    padding: 5px 0px;
        margin-top: 5px;
        border-radius: 30px;
        padding: 4px 14px;
}

.dekstop_box
{
    background-color: #DFD8FF;
    
}
.app_box
{
     background-color: #CFE6FF;
    

}
section.change_log_two h5#publish_platform_device_name {
    font-size: 12px;
    color: #3F3697;
    font-weight: 700;
    margin-bottom: 0px;
    margin-left: 10px;

  
            border-radius: 22px;
}
section.change_log_two div#publish_platform_device_icon i {
    font-size: 16px;
    padding-right: 8px;
}


div#publish_platform_device_icon img {
    
    max-width: 40px;
    height: 14px;
}
section.change_log_two h5.task_new_heading {
    background-color: #D2FFE1;
    
}

section.change_log_two h5.task_improved_heading {
    background-color: #D2ECFF;
}
section.change_log_two .oval_box
{
    border-radius: 30px;
    text-align: center;
    padding: 9px 14px;
    font-size: 12px;
    color: #3F3697;
    font-weight: 700;
    margin-bottom: 20px;
    width: fit-content;
    margin: 5px;
    margin-left: 20px;
    min-width: max-content;
}
.publish_platform .flex_box_center {
    width: 100%;
   
}
div#loader_for_change_logs {
    text-align: center;
}

section.change_log_two  h5.task_buffixed_heading {
    background-color: #FFD2D5;
}
section.change_log_two .task_detail
{
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 400;
}
.task_list_logs {
    border-bottom: 1px solid #E2E8F0;
    margin-bottom: 54px;
    padding-bottom: 23px;
}

section.change_log_two .container .second_log_row .task_list_logs:last-child 
{
    margin-bottom: 0px;
    border: 0px;
}

.task_detail_row_list .left_col {
    padding-right: 20px;
}

@media (max-width: 1200px)
{
    .task_detail_row_list .row {
    padding-top: 25px;
}

    .task_detail_row_list .row
    {
        display: block;
    }
    .task_detail_row_list .left_col {
    flex: 0 0 38%;
    max-width: 38%;
    align-items: center;
}
.task_detail_row_list .right_col {
    flex: 0 0 100%;
    max-width: 100%;
}

}
@media (max-width: 800px)
{
    section.change_log_two .publish_platform .flex_box_center
    {
        margin-top: 0px;
    }
    section.change_log_two .oval_box
    {
        margin: 0px;
    height: 40px;
    line-height: inherit;
    margin-left: 30px;
    }
    .task_list_logs .left_task_col {
    flex: 0 0 100%;
    max-width: 100%;
}
.task_list_logs .right_task_col {
    flex: 0 0 100%;
    max-width: 100%;
}
.flex_box_top
{
    padding-bottom: 25px;
   
}
section.change_log_two .date_box
{
    padding-left: 0px;
}
.publish_platform .flex_box_center {
    width: fit-content;
    padding: 10px 14px !important;
    height: 40px;
}
section.change_log_two .task_detail
{
    font-size: 14px;
}
section.change_log_two
{
    padding: 20px 0px;
}
.task_detail_row_list .row
{
    padding-top: 0px;
}
section.change_log_one {
    padding: 35px 0px;
}
.side_icon
{
    padding-bottom: 12px;
    }

}

@media (max-width: 600px)
{
    section.change_log_two h5#publish_date
    {
        margin-left: 14px;
        margin-bottom: 0px;
    }
    .reverse_it
{
        flex-direction: column-reverse;
}
}

@media (max-width: 480px)
{
    
        
  .pc_img img {
    width: 100%;
    max-width: 120px;
}
.side_icon img {
    width: 100%;
    max-width: 30px;
}
.flex_box_top {
    padding-bottom: 5px;
}
.publish_platform .flex_box_center {
    width: fit-content;
    padding: 5px 14px !important;
    
}
section.change_log_two .oval_box, .publish_platform .flex_box_center 
{
    height: auto !important;
}
section.change_log_two .oval_box
{
    margin-left: 13px;
}

}
@media (max-width: 300px)
{
    .flex_box_top
{
    padding-bottom: 25px;
    display: block;
}

}