.container {
    font-family: "Public sans", sans-serif;
    margin: 80px 0px 0px 0px;
    padding: 130px 0px;
    /* height: 130vh; */
    /* max-height: 1350px; */
    max-height: 1350px;
    min-height: 850px;
    background: url("/static/images/mecat/teacher.jpg") no-repeat bottom
        center/cover;
}

.content {
    position: relative;
    max-width: 1100px;
    width: 90%;
    margin: 0px auto;
    text-align: center;
}

.stripe {
    position: absolute;
    right: -5%;
    top: -100px;
}

.circle {
    position: absolute;
    left: -5%;
    top: -100px;
}

.head {
    font-size: 64px;
    font-weight: 800;
    color: #012237;
}

.sub_head {
    margin: 20px 0px;
    font-size: 18px;
    line-height: 1.8rem;
    color: #555;
    font-weight: 500;
}

.newsletter_container {
    font-family: "Public sans", sans-serif;
    background: #f16101;
    color: #fff;
    padding: 80px 0px;
}
.newsletter_inner_container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
}
.svg_container {
    background: #fff;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 15px;
}
.svg_container svg {
    height: 90%;
    width: 90%;
    color: #f16101;
}
.n_text {
    margin: 0px 40px;
    font-size: 32px;
    font-weight: 700;
    flex: 1;
}

.input {
    width: 550px;
    display: flex;
}

.input input {
    font-family: "Public sans", sans-serif;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    flex: 1;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    outline: none;
    border: none;
}

.input button {
    cursor: pointer;
    font-family: "Public sans", sans-serif;
    padding: 25px;
    width: 180px;
    color: #fff;
    outline: none;
    border: none;
    font-weight: 700;
    font-size: 16px;
    background: #012237;
}

@media screen and (max-width: 950px) {
    .newsletter_inner_container {
        flex-direction: column;
    }
    .svg_container {
        height: 100px;
        width: 100px;
    }
    .n_text {
        font-size: 42px;
        margin-left: 20px;
    }
    .input {
        margin-top: 40px;
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .head {
        font-size: 48px;
    }
    .n_text {
        font-size: 32px;
    }
}

@media screen and (max-width: 550px) {
    .n_text {
        font-size: 24px;
    }
    .svg_container {
        height: 65px;
        width: 65px;
    }
}
