.content1 {
    width: 100%;
    max-width: 1200px;
    margin: 120px auto;
}
.content1 .sub_title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}
.content1 .box {
    margin-bottom: 40px;
}
.content1 .box .bold {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}
.content1 .box .con {
    font-size: 18px;
    line-height: 1.3;
    color: #616161;
}
.content_wrap {
    display: flex;
    gap: 30px;
}
.content_wrap .left{
    width: 50%;
    border: 1px solid #f1f1f1;
}
.content_wrap .right{
    width: 50%;
    border: 1px solid #f1f1f1;
}
.content_wrap span{
    display: flex;
    justify-content: center;
    padding: 15px;
    font-size: 20px;
    color: #fff;
}
.content_wrap .left span{
    background-color: #cf392b;
}
.content_wrap .right span{
    background-color: #bb840f;
}
.content_wrap pre{
    padding: 15px;
    font-size: 20px;
    color: #616161;
    line-height: 1.3;
}
.btn_wrap1 {
    display: flex;
    justify-content: flex-end;
    margin: 80px 0;
}
.btn_wrap1 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    background-color: #eeeeee;
    padding: 20px;
  
}
.btn_wrap1 a span{
    font-size: 18px;
    font-weight: 600;
}
.btn_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto;
}

.btn_group a {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    background-color: #eeeeee;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: 800;
}

.btn_group a img {
    margin-left: 5px;
    width: auto;
    height: 70%;
}
.section_CA .bold {
    font-size: 19px !important;
    font-weight: 600 !important;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .content1 {
        width: 90%;
        max-width: 100%;
        margin: 120px auto;
    }
    .content1 .sub_title {
        font-size: 18px;
    }
    .content1 .box .con {
        font-size: 16px;
    }
    .content1 .box .bold {
        font-size: 18px;
        line-height: 1.3;
    }
    .content_wrap {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }
    .content_wrap .left,.content_wrap .right  {
        width: 100%;
    }
    .content_wrap span {
        display: flex;
        justify-content: center;
        padding: 15px;
        font-size: 18px;
        color: #fff;
    }
    .content_wrap pre {
        padding: 15px;
        font-size: 16px;
        color: #616161;
        line-height: 1.3;
    }
    .btn_wrap1 a {
        width: 100%;
    }
    .btn_wrap1 a img {
        width: 8%;
    }
    .btn_wrap1 a span {
        font-size: 16px;
    }
    .btn_group a {
        width: calc(50% - 8px);
        margin-bottom: 15px;
        padding: 15px;
        font-size: 16px;
        height: 80px;
    }
    .btn_group a img {
        height: 85%;
    }
    .section_CA .bold {
        font-size: 18px !important;
    }
}