#website .head-card img{
    filter: invert(0);
    width: 81px;
    height: 81px;
    margin: 15px 0;
}
#website .head-card {
    background: transparent;
    width: 93px;
    display: block;
    height: 93px;
    margin: auto;
    position: initial;
}
#website .body-card {
    padding-top: 20px;
}
#website .title-body-card {
    height: 50px;
    vertical-align: middle;
    display: table-cell;
    width: 350px;
}
#website .body-card h3 {
    color: #000;
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 21px!important;
}
#website .body-card p {
    color: #000;
    font-size: 16px;
    padding: 0 15px 15px 15px;
}
#website .type-site {
    width: 287px;
    height: 350px;
    margin: 0 auto;
    position: relative;
    background: #f2f2f240;
    box-shadow: 0px 0px 1px;
    border-radius: 2px;
    margin-bottom: 50px;    
}
#website .section-3 .titles {
    width: 80%;
    margin-top: 0px;
}
#website .titles h3 {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 30px;
    line-height: 1.1;
}
#website .titles h2:after {
    content: "";
    position: absolute;
    background: #5e676c;
    width: 100%;
    height: 2px;
    bottom: 10px;
    left: 0;
}
#website .responsive {
    background: url(../img/create/com.png);
    height: 600px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#website .icons-row .fas {
    font-size: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {

.row.section-2 {
    display: none;
}

#website .responsive {
    background: url(../img/create/com.png);
    height: 249px;
    background-size: contain;
    background-repeat: no-repeat;
}
}

@media (max-width: 767px) {
    .row.section-2 {
    display: none;
}

#website .responsive {
    background: url(../img/create/com.png);
    height: 249px;
    background-size: contain;
    background-repeat: no-repeat;
}
    
}

