.connectwithUs {
    background: #f16d22;
    color: #fff;
    padding: 20px 30px 0px 30px;
    border-radius: 5px;
}

.contactLink {
	color:#fff !important;
}

.contactLink:hover {
	color:#000 !important;
}

.connectwithUs h3 {
    color: #fff;
    margin-bottom: 10px;
}

.connectwithUs p {
    color: #fff;
    font-weight: 300;
}

.connectwithUs .connectbox p {
    font-size: 12px;
    padding: 15px 0 0;
}

.connectwithUs .connectbox {
    padding: 25px 0;
}

.connectwithUs .connectbox i {
    background: #fff;
    color: #f16d22;
    border-radius: 30px;
    padding: 10px;
    margin-right: 10px;
}

.connectwithUs .connectbox .iconText {
    font-size: 17px;
}

.connectwithUs .social-media-list li a {
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    font-size: 22px;
}

.connectwithUs .social-media-list li a i {
    width: auto;
    height: auto;
    background: transparent;
    color: #fff;
    padding: 0;
}


.connectwithUs .social-media-list {
    justify-content: flex-start;
}

.connectwithUs .social-media-list li a {
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    font-size: 22px;
}

.connectwithUs .social-media-list li a i {
    width: auto;
    height: auto;
    background: transparent;
    color: #fff;
    padding: 0;
}

.connectwithUs .social-media-list li {
    /* width: auto; */
    /* height: auto; */
}

.connectwithUs .social-media-list {
    justify-content: flex-start;
}

.connectingBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.connectingBox .cols {
    /* width: calc(33.3% - 20px); */
    width: calc(50% - 21px);
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #666;
    padding: 16px;
    border-radius: 10px;
    min-height: 170px;
}

.connectingBox .thumb {
    font-size: 50px;
}

.connectingBox .cols:last-child, .connectingBox .cols:nth-last-child(2) {
    width: calc(50% - 20px);
}
.contactPage h2.section-title {
    font-size: 30px;
}

.contactPage  .section-header {
    margin-bottom: 30px;
}

@media (max-width:767px){
    .connectingBox .cols {
        width: calc(50% - 10px);
    }
    .connectingBox .thumb {
        font-size: 24px;
    }
    .contactPage .section-header{margin-top: 20px;}
}