.logo img {
    max-height: 88px;
}

.team-member .image .overlay-box {
    background: #66666678;
}

section#section-servicos .image-box img {
    object-fit: unset;
    border-radius: 5% 5% 5% 5%;
}

section#section-html-modulo_2 .finance-item {
    display: flex;
    height: 467px;
    width: 373px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
@media(min-width: 720px) {
    .custom-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .custom-grid .custom-grid-item-4 {
        flex: 0 0 25%;
    }
}

img.icone-vantagens {
    position: absolute;
    height: 150px;
    margin-top: -50px;
    transition: all 0.5s ease-out;
}

img.icone-vantagens:hover {
    transform: translateX(5px);
}

.main-slider h2 {
    margin-top: -30px !important;
}

.default-text-block li {
    list-style: disc;
}

@media(max-width: 720px){
 .main-header .header-upper {
    padding-bottom: 60px;
  }
  .main-header .header-lower {
    top: -60px;
  }
}

