.contact-information { background-image: url('../../../../../uploads/2021/05/contact-detail-bg.webp'); background-position: center center; background-repeat: no-repeat; background-size: cover; padding: 30px 45px; color: #fff; }
.contact-information h2 { font-size: 30px; margin-bottom: 20px; line-height: 1; }
.contact-information p { color: #fff; font-size: 15px; line-height: 1.6em; letter-spacing: 1.1px; margin-bottom: 0; padding-bottom: 30px; }
.contact-information ul li { list-style: none; display: flex; align-items: center; justify-content: flex-start; column-gap: 18px; margin-bottom: 20px; }
.contact-information ul li .icon { width: 100%; max-width: 100px; }
.contact-information ul li .detail { width: 100%; max-width: calc(100% - 118px); }
.contact-information ul li h3 { font-size: 20px; margin-bottom: 0.5rem; line-height: 1.2; }
.contact-information ul li p { font-size: 13px; margin-bottom: 0; padding-bottom: 0; }
.contact-information .social a { text-align: center; border-radius: 50px; font-size: 16px; color: #fff; height: 40px; width: 40px; line-height: 1; display: inline-flex; align-items: center; justify-content: center; }
.contact-information .social a.facebook:hover { background-color: #3b5998; }
.contact-information .social a.twitter:hover { background-color: #1da1f2; }
.contact-information .social a.linkedin:hover { background-color: #0077b5; }
.contact-information .social a.pinterest:hover { background-color: #e60023; }
.contact-information .social a.instagram:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }
@media only screen and (max-width: 991px) {
.contact-information { padding: 20px 25px 10px; }
.contact-information ul li { align-items: flex-start; }
.contact-information ul li .icon { max-width: 55px; }
.contact-information ul li .detail { max-width: calc(100% - 74px); } }
@media only screen and (max-width: 575px) {
.contact-information .social{ padding: 0 0 15px; }
.contact-information .social a { border: 1px solid #fff; margin-right: 10px; } }