.module-1{
    display: flex;
    width: 100%;
    height: 530px;}

.module-1_space{
    display: inline-block;
    width: 150px;
    height: 530px;}

.module-1_main{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;}

.module-1_main-title{
    width: 100%;
    padding: 20px 0px 20px 30px;
    font-size: 25px;}

.module-1_main-contents{
    display: flex;
    height: 100%;}

.module-1_main-content{
    width: 28%;
    display: flex;
    flex-direction: column;}

.module-1_main-content-more{
    width: 16%;
    height: 50%;
    color: white;
    font-size:30px; 
    padding-top: 7%;
    padding-left: 25px;
    background-color: #6692AD;}

.module-1_main-content-image1{
    background-image: conic-gradient(red, yellow, green, blue, black);
    height: 50%;
    width: 100%;}

.module-1_main-content-image2{
    background-image: linear-gradient(to right ,red, yellow, green, blue, black);
    height: 50%;
    width: 100%;}

.module-1_main-content-image3{
    background-image: linear-gradient(60deg ,red, yellow, green, blue, black);
    height: 50%;
    width: 100%;}

.module-1_main-content-title{
    font-size: 20px;
    color: #405481;}

.module-1_main-content-text{
    font-size: 15px;
    padding: 0px 5px 0px 5px;}











