
.main-import{
    background-image: url(../pics/import-and-export-banner.png);
    height: 95vh;
    background-size: cover;
    background-position: center;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
    margin-top: -20px;
    color: #000;
    font-size: 17px;
    font-weight: 500;

}
a:hover{
    color: #e64833;
}

header{
    position: relative;
    padding: 1.5rem 2rem;
    background: #fff;
}

#hero{
    height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
span{
    color: #ffff;
    font-weight: 800;
    font-size: 60px;
}

.container-import {
    width: 80%;
    margin: 30px auto;
    /* background-color: #fff; */
    padding: 40px;
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
    border-radius: 10px;
}

.section-title {
    color: #e64833;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
}

.content-import {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

.content-import h2 {
    color: #e64833;
    margin-top: 20px;
    font-size: 30px;
}

.highlight {
    color: #e64833;
    font-weight: bold;
    font-size: 20px;

}

.quote {
    margin: 30px 0;
    font-size: 1.5rem;
    text-align: center;
    font-style: italic;
    color: #333;
}

.cta {
    text-align: center;
    margin-top: 40px;
}

.cta a {
    background-color: #e64833;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2rem;
}

.cta a:hover {
    background-color: #e64833;
}

@media screen and (max-width: 768px) {
    .container-import {
        width: 95%;
        padding: 20px;
    }

    .section-title {
        font-size: 2rem;
    }

    .content-import {
        font-size: 1rem;
    }
}


/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */