@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,800;1,200&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.front-home {
    background-color: rgb(38, 63, 109);
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    height: 500px;
    width: auto;
    padding: 10px;
    background-image: url(../img/bannerictfnb.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 5px 15px;
}

.banner-container {
    margin: auto;
    padding: 5%;
    background: rgba(18, 18, 18, 0.9);
}

.banner-container * {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: white;
}

.banner-container h1 {
    font-size: 72px;
    font-weight: 800;
}

.banner-container h3 {
    font-size: 54px;
    font-weight: 400;
}

.intro-container {
    background-color: rgb(38, 63, 109);
    box-shadow: 0px 15px 20px;
    margin: auto;
    padding: 2%;
    padding-left: 15%;
    padding-right: 15%;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: white;
}

.intro-container h1 {
    font-size: 50px;
    font-weight: 400;
}

.intro-container h3 {
    padding: 2%;
    font-size: 30px;
    font-weight: 400;
}

.intro-container span {
    font-weight: 800;
}

.home-content {
    margin: auto;
    text-align: center;
    padding: 1%;
    padding-left: 15%;
    padding-right: 15%;
    height: 80%;
    width: auto;
    font-family: 'Montserrat', sans-serif;
}

.home-content h3 {
    font-size: 30px;
    font-weight: 400;
}

.home-content p {
    font-size: 25px;
    padding: 2%;
}

.home-content span {
    font-weight: 800;
}