@use "../../../../styles/abstracts/variables";
@use "../../../../styles/abstracts/mixins";  

.page__intro{
    padding-top: 10rem;

    &__content{
        // background: #EBF4F3;
        // background: linear-gradient(rgba(242,242,242, .98), rgba(242,242,242, .97)), url("../../../../images/waves.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        background-size: cover;
        // padding: 3rem;
        border-radius: 6px;
        height: 400px;
        padding: 3rem;

        &--text{
            max-width: 55%;
            h2{
                font-family: variables.$font-bold;
                font-size: 2.5rem;
                padding-bottom: 1rem;
                line-height: 1.2;
                text-transform: capitalize;
                color: #343434;
            }
            p{
                font-weight: bold;
                opacity: .7;
                padding-bottom: 3rem;
                line-height: 2;
                font-size: 1rem;
            }
        }


        &__image{
            position: absolute;
            height: 300px;
            width: 300px;
            right: 2rem;
            bottom: 2rem !important;
        }
    }
}