.contact-sec {
    padding: 40px 0px;
}

.cont-ft-nhead {
    max-width: 500px;
}

.cons-infocol h1 {
    color: rgb(32, 33, 36);
    font: 400 1.875rem / 2.125rem "Inter";
    margin-bottom: 20px;
}

.cons-infocol p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: black;
    margin-bottom: 60px;
}

.cons_infosm_box {
    display: flex;
    margin: 25px 0px;
    align-items: center;
}

.cons-grid-mopt{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 20px;
    grid-row-gap: 0;
    margin: auto;
}

.cons_infosm_box h3 {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
}

.cons_infosm_box a {
    text-decoration: none;
    color: #000000d9;
}

.cons_infosm_box p {
    font-size: 14px;
    color: #000000d9;
    margin: 0;
    margin-top: 2px;
}

.infosx_ico {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infosx_ico svg {
    height: 100%;
    width: 100%;
}