body {
    margin-left: 2vw;
    margin-right: 2vw;
}

.app-main-container {
    position: relative;
}

.info-streams-header-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1vw;
    width: 95vw;
    position: fixed;
    background-color: rgb(249, 218, 159);
}

.info-streams-header-2-btm {
    background-color: white;
    height: 10vh;
}

.info-streams-header-2-logo {
    height: 6vh;
    width: 8vw;
    border-radius: 3px;
}

.info-streams-about-us-top-container {
    background-image: url("images/info-sreams-about-bg-1.jpg");
    height: 30vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.info-streams-about-us-head {
    color: white;
    font-family: Roboto;
    font-size: 4vw;
}

.info-streams-about-us-top2-container {
    background-color: rgb(248, 243, 237);
    height: 10vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
    padding-left: 2vw;
    padding-right: 2vw;
}

.info-streams-about-us-top3-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.info-streams-about-us-top4-container {
    display: flex;
    flex-direction: row;
    width: 12vw;
    justify-content: space-between;
    align-items: center;
}

.head-icon {
    color: rgb(249, 206, 49);
}

.info-streams-about-us-top3-item {
    font-size: 1.5vw;
    font-weight: 500;
    margin-left: 0.5vw;
}


.contact-section2-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2vw;
}

.contact-section2-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3vw;
    border: 1px solid rgb(209, 209, 209);
    border-radius: 5px;
    height: 30vh;
    width: 23vw;
}

.contact-section2-icon {
    font-size: 3vw;
    color: #f6b129;
    margin-bottom: 1vh;
}

.contact-section2-head {
    font-size: 2vw;
    margin: 0px;
    font-family: Roboto;
    margin-bottom: 1vh;
}

.contact-section2-desc {
    font-size: 1.3vw;
    margin: 1vh;
}

.contact-section3-container {
    display: flex;
    flex-direction: row;
    width: 93vw;
    justify-content: space-between;
    align-items: center;
    padding: 2vw;
}

.contact-section3-sub-container {
    width: 45vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact-section3-sub-head {
    font-size: 3vw;
    font-family: Roboto;
    margin: 0px;
}

.contact-section3-sub-desc {
    font-size: 1.3vw;
    font-family: Roboto;
}

.contact-section3-sub-span {
    color: #f5b537;
}

.contact-section3-sub-input-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 1vh;
}

.contact-section3-sub-input {
    padding: 1vw;
    height: 3vh;
    width: 18vw;
    margin-right: 1vw;
    border-radius: 3px;
    border: 1px solid rgb(213, 209, 209);
}

.contact-section3-sub-textarea {
    padding: 1vw;
    margin-right: 1vw;
    border-radius: 3px;
    border: 1px solid rgb(213, 209, 209);
    margin-bottom: 2vh;
}

.contact-section3-sub-button {
    border: none;
    color: white;
    background-color: #f6b129;
    font-size: 1vw;
    height: 6vh;
    width: 15vw;
    cursor: pointer;
    border-radius: 3px;
}

.contact-section3-sub-button:hover {
    background-color: #d89511;
}

.contact-section3-image {
    width: 45vw;
    height: 55vh;
}




