.contacts-head-section {
    height: 500px;
    background-image: url('/wp-content/themes/holtech/assets/images/static-bg.jpg');
    display: flex;
    align-items: center;
    border-bottom: 2px solid #d1d1d1;
}
.contacts-head-title {
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 62px;
}
.contacts-body-section {
    padding-top: 150px;
    padding-bottom: 150px;
}
.contacts-row {
    display: flex;
    align-items: center; 
}
.contacts-image {
    width: 100%;
}
.contacts-box {
    background: white;
    margin-left: -100px;
    padding: 50px 25px 50px 25px;
    border-right: 8px solid transparent;
    box-shadow: 0px 0px 10px 3px #00000012;
    border-image: linear-gradient(to bottom, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;
}
.contact-title {
    font-size: 32px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cfd0d2;
}
.contacts {
    padding: 30px;
}
.contacts-title {
    color: white;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid white;
}
.contact {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: white;
}
.contact-link {
    color: white;
}
.contact-link>i {
    font-size: 28px;
    margin-right: 25px;
}
.contact>i {
    font-size: 25px;
    margin-right: 37px;
}
.contact-link:hover {
    text-decoration: none;
    color: #2c90fc;
}
.social-icons {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #cfd0d2;
}
.social-icons>a {
    border: 1px solid black;
    padding: 25px;
    font-size: 36px;
    width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-right: 25px;
    color: black;
}
.social-icons>a:hover {
    transition: 0.2s;
    text-decoration: none;
    color: white;
    background-color: black;
}

