main .banner {
    padding: 2% 0%;
    margin: 0 auto;
    text-align: center;
    background: rgba(242, 238, 237, 1) !important;
    height: 50%;

}

main .banner-cont {
    background: url('../images/banner_bg.png') no-repeat;
    background-size: cover;
    background-position: center;
}

main .title {
    text-align: left;
    width: auto;
    line-height: 3rem;
    font-weight: 800;
}

main .cont {
    text-align: left;
    color: rgba(0, 0, 0, 0.506);
    line-height: 2.5rem;
}

main .more {
    background: rgba(217, 217, 217, 1);

}

main .more:hover {
    border: 0.1rem solid rgba(187, 198, 211, 1);
    background: rgba(217, 229, 242, 0.832);

}

main .title-bg {
    color: #fff;
    background-image: url('../images/title_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 2%;
}

main .cont2 {
    background: rgba(237, 237, 238, 1);

}

main .card-list {
    justify-content: space-evenly;
}

.card-body {
    text-align: right;
}

.card-body h5 {
    text-align: left;
}

.card-body a {
    background: rgba(217, 217, 217, 1);
    border: 0.1rem solid transparent;
    color: black;
    margin-top: 10%;
}

main .card-body a:hover {
    border: 0.1rem solid rgba(187, 198, 211, 1);
    background: rgba(217, 229, 242, 0.832);
    color: black;
}

main .card {
    border-radius: 0;
    border: 0.2rem solid rgba(156, 156, 156, 1);

}

.card img {
    border-radius: 0px;
}

.cont3 {
    background: rgba(237, 240, 242, 1) !important;

}

.cont3 div:first-child p,
button {
    margin-left: 10rem;
}

nav button {
    margin-left: 0;
}