_other.scss 1014 Bytes
.contact-us-wrap {
    width: 1180px;
    margin: 50px auto;
    .info-list {
        float: left;
        border: 1px solid #000;
        padding: 32px;
        .info-title {
            text-align: center;
            font-weight: bold;
            margin: 0 auto 32px auto;
        }
        .info-section {
            margin-bottom: 32px;
            font-size: 16px;
            line-height: 28px;
            h2 {
                font-weight: bold;
            }
        }
        .contact-us-section:last-child {
            margin-bottom: 0;
        }
    }
}

.contact-us-info {
    width: 600px;
    margin: 0 0 0  25px;
    .contact-us-title {
        font-size: 30px;
    }
    .contact-us-section {
       font-size: 14px;
    }
}

.public-number-info {
    width: 300px;
    margin: 0 0 0 50px;
    .public-number-title {
        font-size: 18px;
    }
    .public-number-section {
    	text-align: center;
        font-size: 14px;
    	img {
    		width: 200px;
    		height: 200px;
    	}
    }
}