/* sevice */
.section-icon-catal-out{
    background-color: #fff;
    padding: 3rem 1rem;
}
.service-icon-out {
        display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    flex: 1;
    width: auto;
    gap: 0.5rem;
    float: initial;
}
.service-icon .title a {
    text-decoration: none;
}
.image img{
    width: 60px;
    display: block;
}
 
 
 .service-icon-btn {
    border-radius: 50px;
    /* width: 200px; */
    /* height: 48px; */
    background-color: transparent;
        color: #ff8200;
    border: 3px solid #ff8200;
    padding: 1rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    gap: 0.9rem;
    transition: all 180ms linear;
    text-decoration: none;
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
 .service-icon-btn:hover {
    transform: scale(1.05);
    background-color: #ff8200;
    color: #fff;
}
    


@media screen and (max-width: 768px) {
    .service-icon-out{
        flex-direction: column;
    align-items: flex-start;
    
    }
    .service-icon .title a {
            font-size: 1.3rem;
    }    
    .service-icon {
            gap: 1.6rem;
    }
    .service-icon img {
       width:  60px;
    }
}
/* end sevice */