
.social-links .icon-pic {
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
}

.social-links .icon-pic:hover {
    transform: scale(1.2);
}

.info .info-icon {
    font-size: 25px;
    color: transparent;
    -webkit-text-stroke: 1px #0C2D57;
    text-stroke: 1px #0C2D57;
}

.info span {
    font-size: 14px;
}

.footer-content .icon-element {
    margin-left: 10px;
    padding: 5px;
    width: 80px;
    height: 80px;
    background-color: #fc6736;
    fill: white;
    color: white;
    border-radius: 10px;
}

.footer-content .form .btn {
    background-color: #fc6736;
    color: white;
}