.custom_item-template-7 .company-name {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: var(--margin);
}

.custom_item-template-7 .company-description {
    text-align: justify;
    margin-bottom: var(--margin);
}

.custom_item-template-7 .company-slogan {
    font-size: 16px;
    margin-bottom: 2rem;
    display: block;
}

.custom_item-template-7 .company-service {
    display: flex;
    flex-wrap: wrap;
}

.custom_item-template-7 .company-service li {
    width: 50%;
    margin-bottom: var(--margin);
    font-size: 16px;
    font-weight: bold;
}

.custom_item-template-7 .company-service li img,
.custom_item-template-7 .company-service svg {
    width: 50px;
    height: 50px;
    border-radius: var(--border-radius_2);
    margin-left: var(--margin-2);
    padding: 10px;
    color: var(--text-color-dark-1);
    background: var(--box_bg_2);
}

.custom_item-template-7 .company-contact {
    display: flex;
    gap: var(--margin);
    justify-content: center;
    margin-top: var(--margin);
}

.custom_item-template-7 .company-contact .btn {
    width: 50%;
    padding: 2rem 1rem;
    border-radius: var(--border-radius_1);
    font-size: 18px;
}

@media (min-width: 991px) {
    
}
@media (max-width: 992px) {
    .custom_item-template-7 .company-name {
        font-size: 22px;
    }
    .custom_item-template-7 .company-service li {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 14px;
    }    
    .custom_item-template-7 {
        padding: var(--margin);
    }    
    .custom_item-template-7 .company-contact .btn {
        padding: 1rem;
    }    
    .custom_item-template-7 .company-contact {
        margin-top: 0;
    }    
    .custom_item-template-7 .company-service li img, .custom_item-template-7 .company-service svg {
        width: 70px;
        height: 70px;
        padding: 16px;
    }    
    .custom_item-template-7 .company-description {
        line-height: 30px;
    }    
}