.demand__box {
    padding: 50px;
    background: #efefef;
    border-radius: 10px;
}

.title__box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title__box .title-text {
    padding: 0px 30px;
    background: #ffffff;
    color: #1C4B88;
    font-size: 25px;
    line-height: 50px;
    display: inline-block;
    height: 50px;
    border-radius: 10px;
}

.demand {
    position: relative;
    padding-right: 20%;
    line-height: 30px;
    padding: 24px 220px 24px 24px;
    color: #ffffff;
    background-image: url('/assets/img/activity-item-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 190px;
    margin: 30px 0px 20px;
    border-radius: 10px;
    cursor: pointer;
    display: block;
}

a.demand:hover{
    text-decoration: none;
    color: #ffffff;
}

.name {
    font-size: 32px;
}

.demand-border {
    position: relative;
    padding-left: 164px;
    line-height: 30px;
    box-sizing: border-box;
    margin-top: 24px;
}

.demand-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 142px;
    border-radius: 15px;
    overflow: hidden;
}

.demand .title {
    font-size: 20px;
    line-height: 36px;
    text-align: left;
}

.table {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-size: 25px;
    margin-bottom: 0px !important;
}

.tr {
    position: relative;
    font-size: 20px;
}

.td {
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    width: 49.5%;
}

.into {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    font-size: 32px;
    background: #FFA800;
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.into-text {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0%, -50%);
    line-height: 50px;
    letter-spacing: 4px;
}

.full {
    width: 100%;
}