@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


* {
    font-family: "Mulish", sans-serif;
}


a {
    text-decoration: none !important;
}

b,
strong {
    font-weight: 600;
    color: #01a85a;
}

img {
    width: 500px;
}


section.home {
    height: 820px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


h4 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}

span {
    color: #9e3336;
}


h5 {
    font-size: 25px;
    font-weight: 700;
}


p {
    font-size: 40px;
    font-weight: 700;
    color: #ff801b;
}


.for_cnt {
    margin-top: 20px;
}


@media (max-width: 767.98px) {

    img {
        width: 100%;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 22px;
        font-weight: 700;
        margin-top: 20px;
    }

    section.home {
        height: 584px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .for_cnt {
        margin-top: 10px;
    }


}



@media (max-width: 1024px) {
    section.home {
        height: 640px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}