/* Reebok */
#reebok .company_info {
    padding-bottom: 30px;
}
#reebok .little {
    margin-top: 45px;
}
#reebok .less {
    margin-top: 30px;
}
#reebok .info{
    line-height: 35px;
    letter-spacing: 2px;
    list-style: none;
    font-weight: 500;
    padding: 0;
    font-size: 18px;
}
#reebok .head_in.head_pad.wrp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#reebok p {
    line-height: 30px;
    font-size: 16px;
}
#reebok .sketch_row {
    display: flex;
    justify-content: space-between;
}

/* Moscow House */
#moscow_house .company_info {
    padding-bottom: 30px;
}
#moscow_house .little {
    margin-top: 45px;
}
#moscow_house .info{
    line-height: 35px;
    letter-spacing: 2px;
    list-style: none;
    font-weight: 500;
    padding: 0;
    font-size: 18px;
}
#moscow_house .head_in.head_pad.wrp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#moscow_house p {
    line-height: 30px;
    font-size: 16px;
}
#moscow_house .sketch_row {
    display: flex;
    justify-content: space-between;
}

/* Cali Industrial */
#cali_industrial .company_info {
    padding-bottom: 30px;
}
#cali_industrial .little {
    margin-top: 45px;
}
#cali_industrial .less {
    margin-top: 20px;
}
#cali_industrial .info{
    line-height: 35px;
    letter-spacing: 2px;
    list-style: none;
    font-weight: 500;
    padding: 0;
    font-size: 18px;
}
#cali_industrial .head_in.head_pad.wrp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#cali_industrial p {
    line-height: 30px;
    font-size: 16px;
}
#cali_industrial .sketch_row {
    display: flex;
    justify-content: space-between;
}

/* ALL */
.all .company_info {
    padding-bottom: 30px;
}
.all .little {
    margin-top: 45px;
}
.all .less {
    margin-top: 20px;
}
.all .info{
    line-height: 35px;
    letter-spacing: 2px;
    list-style: none;
    font-weight: 500;
    padding: 0;
    font-size: 18px;
}
.all .head_in.head_pad.wrp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.all p {
    line-height: 30px;
    font-size: 16px;
}
.all .sketch_row {
    display: flex;
    justify-content: space-between;
}
