* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
body {
    width: 100%;
    background: #1C2A38 linear-gradient(to right, #1C2A38, #06070B, #1C2A38 100%);
}


.text_body {
    background-size:cover;
    justify-content: space-around;
}

.text_info_head {
    font-size: 48px;
    padding-bottom: 2.5%;
}

.text_info {
    font-family: Helvetica;
    float: left;
    width: 30%;
    margin-top: 5%;
    font-weight:bolder;
    margin-bottom: 10px;
    font-size: 48px;
    color: #FFFFFF;
    margin-left: 4%;
    margin-right: 13%;
}

.text_info_body {
    background:rgba(255,0,0,0);
    line-height: 1.5;
    font-size: 14px;
    font-weight:100;
    margin-top: 20px;
    margin-bottom: 20px;
}

.line_01_l {
    background: url('/images/l-icon.jpeg');
    margin-top: 2vh;
    width: 2px;
    height: 50vh;
    min-height: 450px;
    max-height: 600px;
    margin-left: 15px;
}

.line_02_l {
    background: url('/images/l-icon.jpeg');
    margin-top: 2vh;
    width: 2px;
    height: 50vh;
    min-height: 450px;
    max-height: 600px;
    margin-left: 15px;
}

.line_03_l {
    background: url('/images/l-icon.jpeg');
    margin-top: 2vh;
    width: 2px;
    height: 50vh;
    min-height: 450px;
    max-height: 600px;
    margin-left: 15px;
}

.line_01_no {
    border-radius: 3px;
    background-color: #FFFFFF;
    margin-top: 20px;
    width: 30px;
    color:#06070B;
    text-align:center;
    height: 18px;
    font-weight:bolder;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.line_02_no {
    border-radius: 3px;
    background-color: #FFFFFF;
    margin-top: 20px;
    width: 30px;
    color:#06070B;
    text-align:center;
    height: 18px;
    font-weight:bolder;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.line_03_no {
    border-radius: 3px;
    background-color: #FFFFFF;
    margin-top: 20px;
    width: 30px;
    color:#06070B;
    text-align:center;
    height: 18px;
    font-weight:bolder;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.info_text_1_head {
    font-weight:bolder;
    font-size: 24px;
    background-image: linear-gradient(to right , #EA9CB6, #D22F65);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info_text_1_body {
    margin-top: 5%;
    line-height: 1.5;
    font-size: 14px;
    color: #A4ACB5;
    margin-right: 8%;
}


.info_text_1_pic {
    background: url('/images/uni.jpeg');
    background-size:cover;
    margin-top: 5%;
    height: 30vh;
    max-height: 300px;
}


.info_text_2_head {
    font-weight:bolder;
    font-size: 24px;
    color: #58B8D4;
}

.info_text_2_body {
    margin-top: 5%;
    margin-right: 8%;
    line-height: 1.5;
    font-size: 14px;
    color: #A4ACB5;
}


.info_text_2_pic {
    margin-top: 5%;
    background: url('/images/science.jpeg');
    background-size:cover;
    height: 30vh;
    max-height: 300px;
}


.info_text_3_head {
    font-weight:bolder;
    font-size: 24px;
    color: #FCE8BF;
}

.info_text_3_body {
    line-height: 1.5;
    font-size: 14px;
    margin-top: 5%;
    color: #A4ACB5;
    margin-right: 8%;
}

.info_text_3_pic {
    margin-top: 5%;
    background: url('/images/stragy.jpeg');
    background-size:cover;
    height: 30vh;
    max-height: 300px;
}

.info {
    margin-top: 5%;
    float: left;
    width: 50%;
}

.box_1 {
    width: 100%;
    float: left;
    margin-bottom: 2vh;
}

.text_01 {
    margin-top: 1.5vh;
    width: 60%;
    float: left;
}

.line_01 {
    width: 5px;
    float: left;
    margin-right: 15%;
}

.box_2 {
    width: 100%;
    float: left;
    margin-bottom: 2vh;
}

.text_02 {
    margin-top: 1.5vh;
    width: 60%;
    float: left;
}

.line_02 {
    width: 5px;
    float: left;
    margin-right: 15%;
}

.box_3 {
    width: 100%;
    float: left;
    margin-bottom: 2vh;
}

.text_03 {
    margin-top: 1.5vh;
    width: 60%;
    float: left;
}

.line_03 {
    width: 5px;
    float: left;
    margin-right: 15%;
}

/*.info_line {*/
/*    float: left;*/
/*    max-height: 40%;*/
/*    width: 60%;*/
/*    margin-top: 10px;*/
/*    margin-bottom: 10px;*/
/*    font-size: 20px;*/
/*}*/

.icon_content {
    font-family: Helvetica;
    font-size: 17px;
    padding-top: 1vh;
    padding-left: 4%;
    float: left;
    width: 100%;
}


