.contact-section .contact-left{background-color:#5097ff;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:15px 20px 0;border-radius:5px}.contact-section .contact-left-text{color:#fff;margin-bottom:20px}.contact-section .contact-left-text p{line-height:20px;font-size:17px}.contact-section .contact-left-icons{display:flex;flex-wrap:wrap}.contact-section .contact-left-icons .icon{height:50px;width:100%;border-radius:5px;color:#fff;font-size:18px;border:1px solid #fff;display:flex;align-items:center;justify-content:center;transition:all .5s;margin:0 10px 10px 0}.contact-section .contact-left-icons .icon:hover{background-color:#fff;color:#5097ff}.contact-section .contact-right{padding:15px 20px 0;height:100%}.contact-section .contact-right input,.contact-section .contact-right textarea{min-height:50px;font-size:16px;box-shadow:none;border-color:#dee2e6!important;resize:none}.contact-section .contact-right input::placeholder,.contact-section .contact-right textarea::placeholder{font-size:16px}.contact-section .contact-right textarea{height:150px!important}@media(max-width:768px){.contact-section .contact-right{padding-right:0;padding-left:0}}