.bgcontain{
    background: url('images/bgcontain.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 500px;
    display: grid;
    place-items: center;
}
.bginvest{
    background: url('images/bginvest.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 500px;
    display: grid;
    place-items: center;
}
.bgdiscover{
    width: 95%;
    padding-bottom: 50px;
    background-color: #b02a2a;
}
.news-card {
    background-color: #f4f8fa;
    padding: 20px;
    border-radius: 4px;
    height: 100%;
}
.news-title {
    font-weight: bold;
    color: #b02a2a;
}
.carrer{
    background-color: #f4f8fa;
    padding: 30px 0;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    min-height: 200px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: solid 4px darkslategray;
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}
p, h5{
    overflow-wrap: break-word;
}
.ftext p{
    cursor: pointer;
}
@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
        /* height: 500px !important; */
    }
    .col-lg-6 img{
        height: 100% !important;
    }
}
@media (max-width: 500px) {
    .ftcontent{
        flex-direction: column;
    }
    .ftext{
        margin-left: 0 !important;
    }
    .copyright{
        margin: 0;
    }
    .ftext a{
        display: block;
        margin: 10px 0;
    }
}

.carrer:hover{
    transform: scale(1.02);
    cursor: pointer;
}
.icon{
    margin-bottom: 12px;
    font-size: 40px;
    color: #000;
}
p a{
    text-decoration: none;
    color: orange;
    margin: 0 10px;
}
.fa-brands{
    color: white;
    margin: auto 10px;
}
.bgform{
    background: url('images/form_img.webp');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    /* height: 500px; */
    display: grid;
    place-items: center;
}