.intro {
    background-color: #3d7fbf;
    color: $white;
    padding: 24px 0 64px;
    margin-bottom: 48px;
    @include bp($bp-col12) {
        padding: 48px 0 64px;
    }

    &__content {
        position: relative;
		max-width: 880px;
		margin: auto;
        h1,
        h2 {
            text-align: center;
            font-size: 30px;
            font-family: $avenir;
            font-style: normal;
            text-transform: unset;
            font-weight: bold;
			padding: 0;
			margin-bottom: 21px;
            @include bp($bp-col12) {
                font-size: 36px;
            }
        }
        h3 {
            text-align: center;
            max-width: 480px;
			text-transform: unset;
            margin: auto;
            font-family: $avenir;
			font-size: 24px;
        }
		p {
			font-size: 18px;

		}

        .btn-container {
            position: absolute;
            bottom: -92px;
            left: 0;
            right: 0;
			margin: auto;
			text-align: center;
            .btn {
                font-size: 18px;
                font-weight: bold;
                padding: 16px 90px;
            }
        }
    }
}
