.ContactUs .LeftCol {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    font-size: 23px;
    line-height: 33px;
	color: #fff;
	float: left;
}

.ContactUs .LeftCol .BerlingLtStdBold {
    font-size: 25px;
}

.ContactUs .RightCol {
    vertical-align: top;
    display: inline-block;
    width: 75%;
	color: #fff;
	float: left;
}

.ContactUs .AddressRow {
    padding-top: 2px;
}

.ContactUs .AddressRow > div:first-child > div {
    display: inline-block;
}

.ContactUs .AddressRow > div:last-child {
    text-align: right;
    padding: 50px 0 100px 0;
}

.ContactUs .AddressRow > div:last-child > img {
    display: inline-block;
    width: 70%;
    height: auto;
}

.ContactUs .AddressRow > div:first-child > div:first-child {
    width: 30%;
    font-size: 19px;
    line-height: 24px;
    vertical-align: top;
}

.ContactUs .AddressRow > div:first-child > div:first-child .BerlingLtStdBold {
    font-size: 21px;
}

.ContactUs .AddressRow > div:first-child > div:last-child {
    text-align: center;
    width: 70%;
    font-size: 19px;
    line-height: 24px;
    vertical-align: top;
	float: right;
}

.ContactUs .AddressRow > div:first-child > div:last-child .BerlingLtStdBold {
    font-size: 21px;
}


.ContactUs .ContactList .RightCol > div {
    box-sizing: border-box;
    padding-left: 30%;
}

.ContactUs .ContactList .RightCol .ContactRow {
    clear: both;
}
.ContactUs .ContactList .RightCol .ContactRow > div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 50px;
    font-size: 19px;
    line-height: 24px;
	float: left;
}

.ContactUs .ContactList .RightCol .ContactRow > div > .BerlingLtStdBold {
    font-size: 21px;
}

.ContactUs .ContactList .RightCol .ContactRow > div > img {
    width: 100px;
    height: auto;
    display: block;
}

@media only screen and (max-width: 1480px) {
    .ContactUs .LeftCol .BerlingLtStdBold {
        font-size: 20px;
    }
    .ContactUs .LeftCol {
        font-size: 18px;
        line-height: 24px;
    }
    .ContactUs .AddressRow > div:first-child > div:first-child {
        font-size: 16px;
    }
    .ContactUs .AddressRow > div:first-child > div:first-child .BerlingLtStdBold {
        font-size: 16px;
    }
    .ContactUs .AddressRow > div:first-child > div:first-child {
        line-height: 22px;
    }
    .ContactUs .AddressRow > div:first-child > div:last-child {
        line-height: 22px;
        font-size: 16px;
    }
    .ContactUs .AddressRow > div:first-child > div:last-child .BerlingLtStdBold {
        font-size: 16px;
    }
    .ContactUs .ContactList .RightCol .ContactRow > div > .BerlingLtStdBold {
        font-size: 16px;
    }
    .ContactUs .ContactList .RightCol .ContactRow > div {
        font-size: 16px;
        line-height: 20px;
    }
    .ContactRow .BerlingLtStdBold {
        word-break: break-all;
    }
}

@media only screen and (max-width: 1024px) {
    .ContactUs .LeftCol {
        width: 100%;
        padding-bottom: 64px;
        font-size: 21px;
        line-height: 27px;
    }

    .ContactUs .LeftCol .BerlingLtStdBold {
        font-size: 23px;
    }

    .ContactUs .RightCol {
        width: 100%;
    }

    .ContactUs .AddressRow > div:first-child > div:first-child {
        width: 100%;
        padding-bottom: 20px;
    }

    .ContactUs .AddressRow > div:first-child > div:first-child > span {
        vertical-align: middle;
        line-height: 27px;
        display: inline-block;
        padding-right: 20px;
    }

    .ContactUs .AddressRow > div:first-child > div:first-child br {
        display: none;
    }

    .ContactUs .AddressRow > div:first-child > div:last-child {
        width: 100%;
        font-size: 16px;
        line-height: 23px;
    }
    .ContactUs .AddressRow > div:first-child > div:last-child .BerlingLtStdBold{
       font-size: 19px;
    }
    .ContactUs .AddressRow > div:last-child {
        padding: 120px 0 64px 0;
    }
    .ContactUs .AddressRow > div:last-child > img {
        width: 100%;
    }
    .ContactUs .ContactList .RightCol > div {
        padding-left: 0;
    }
    .ContactUs .ContactList .RightCol .ContactRow > div {
        width: 100%;
        /*padding-bottom: 64px;*/
		padding-bottom: 44px!important;
    }
    .ContactUs .ContactList .RightCol .ContactRow > div:first-child {
        padding-bottom: 20px;
    }
    .ContactUs .ContactList .RightCol .ContactRow > div:last-child {
        text-align: center;
    }
    .ContactUs .ContactList .RightCol .ContactRow > div:last-child  img{
       margin: 0 auto
    }

}

