.flex-col1 {
    display: flex;
    flex-direction: column;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.justify-start {
    display: flex;
    justify-content: flex-start;
}
.justify-center {
    display: flex;
    justify-content: center;
}

.justify-end {
    display: flex;
    justify-content: flex-end;
}
.justify-evenly {
    display: flex;
    justify-content: space-evenly;
}
.justify-around {
    display: flex;
    justify-content: space-around;
}
.justify-between {
    display: flex;
    justify-content: space-between;
}
.align-start {
    display: flex;
    align-items: flex-start;
}
.align-center {
    display: flex;
    align-items: center;
}
.align-end {
    display: flex;
    align-items: flex-end;
}
.group_3 {
    box-shadow: 0px 2px 23px 0px rgba(0, 0, 0, 0.24);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    width: 48%;
}

.group_8 {width: 100%;margin: 6% 0 2% 8%;}
.image_1 {width: 100px;height: 110px;margin-top: 10px;}
.text-group_7 {width: 90%;padding-right: 15%}
.text_3 {color: rgba(174, 138, 97, 1);font-size: 30px;text-align: center;line-height: 36px;}
.text_4 {color: rgba(0, 0, 0, 1);font-size: 44px;font-weight: 600;line-height: 60px;margin-top: 12px;text-align:center}
.section_4 {background-color: rgba(240, 240, 240, 1);border-radius: 0px 0px 19px 19px;width: 100%;height: 39px;margin-top:16px;}

.group_4 {
    box-shadow: 0px 2px 23px 0px rgba(0, 0, 0, 0.24);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    width: 48%;
    background: url(/Public/images/bg02.jpg) 100% 100% no-repeat;
}
.image_2 {width: 110px;height: 110px;margin-top: 10px;}
.section_5 {background: linear-gradient(90deg, #C9A760 0%, #EFC468 100%);border-radius: 0px 0px 19px 19px;width: 100%;height: 39px;margin-top:16px;}

