#why-us {
    margin: 30px 0;
    background-color: #f7f2f1;
    padding: 3rem 0;
}

.why-us .content {
    padding: 30px;
    background: #f08460;
    border-radius: 4px;
    color: #fff;
}

.why-us .content h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
}

.why-us .content p {
    margin-bottom: 30px;
}

.why-us .content .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
    font-size: 14px;
}

.why-us .content .more-btn:hover {
    color: #fe4102;
    background: #fff;
}

.why-us .icon-boxes .icon-box {
    text-align: center;
    background: #fff;
    padding: 40px 30px;
    width: 100%;
    border: 1px solid #eef0ef;
}

.why-us .icon-boxes .icon-box svg {
    font-size: 32px;
    /* padding: 18px; */
    color: #fe4102;
    /* margin-bottom: 30px; */

    border-radius: 50px;
}

.svg-wrapper {
    background-color: #fef7f5;
    border-radius: 100px;
    width: 64px;
    margin: auto;
    height: 64px;
    /* padding: 20px; */
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-us .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
    font-size: 15px;
    color: #848484;
}

.why-us .more-btn {
    text-decoration: none;
}