@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary: #F17316;
    --secondary: #062037;
    --terciary: #eed9d9;
    --text: rgb(34, 34, 34);
  }

.melhor-op{
    height: 100%;
    padding: 100px 0px;
    width: 100%;
}

.title-op h2{
    color: var(--primary);
    font-size: 75px;
    width: 100%;
    margin: 30px auto;
    text-align: center;
}

.caixa-op{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    flex-wrap: wrap;
    overflow: hidden;
}

.card-op{
    background-color: var(--terciary);
    height: 350px;
    filter: drop-shadow(0px 0px 10px #00000048);
    width: 500px;
    border: 20px;
    border-radius: 20px;
    margin: 15px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card-op i{
    font-size: 50px;
    display: block;
    text-align: center;
    margin: 25px 0px;
    color: var(--primary);
}

.card-op h5{
    color: var(--secondary);
    font-size: 40px;
}

.card-op p{
    color: var(--text);
    font-size: 16px;
    line-height: 27px;
    padding: 20px 20px;
}