.ogo-con {
    background: #F8F8F8;
}

* {
    scroll-padding-top: 6rem;
}

.env {
    width: 85px;
    height: 85px;
    margin: auto;
    background: linear-gradient(45deg, #338873, #68D4BC);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.env img {
    width: 50px;
}

.ul-q {
    padding-left: 0;
}

.ul-q li a {
    text-decoration: none;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    padding: 3rem;
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.ul-q li a span:nth-child(1) {
    width: 30%;
    text-align: right;
}

.ul-q li a span:nth-child(2) {
    width: 70%;
    text-align: left;
    font-size: 17px;
}

.ul-q li {
    list-style-type: none;
}

.question {
    max-width: 850px;
    margin: auto;
}

.question h3 {
    font-weight: 600;
}

.sec3 {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.toggleHolder {
    margin-top: 2rem;
}

.sec3>div {
    width: 32%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px #ccc;
    margin-bottom: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.sec3>div>div:nth-child(2) {
    /* padding: 1rem */
}

.sec3>div>div:nth-child(2) {
    /* padding: 1rem */
}

.i-con {
    background: #e7e7e7;
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 37px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -4.2rem;
}

.i-con1 {
    background: #fff;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 37px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 3px 6px 1px #ccc;
    text-decoration: none;
}

.i-con1:hover {
    animation-name: example;
    animation-duration: .5s;
    transition: ease 0.5s;
    background: #3b5998;
    color: #fff;
}

@keyframes example {
    0% {
        margin-top: -1rem;
    }
    100% {
        margin-top: -0;
    }
}

.sec-w {
    padding: 2rem 6rem;
}

.social {
    background: #E7E7E7;
    padding: 3rem;
}

.form-p {
    display: flex;
    gap: 2%;
}

.form-p>div:nth-child(1) {
    width: 30%;
    align-self: center;
}

.form-p>div:nth-child(2) {
    width: 67%;
}

.mpe-c {
    padding-top: 2rem;
    padding-bottom: 2rem;
}