:root {
    --primary-color: #00726C;
    --text-green: #00746D;
    --dot-green: #54A29D;
    --dark-green: #004945;
    --accent-green: #33908A;
    --light-green: #DAD873;
    --blue-green: #E6F1F0;
    --text-gray: #313132d9;
    --white: #fafafa;
    --black: #313132;
    --dark-gray: #5A5A5B;
    --border-gray: #DEDEDE;
    --card-text-gray: #757576;

}

.title-section {
    height: 550px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.title-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.4); */
    display: flex;
    align-items: center;
}

/* .title-section .section-header {
    color: var(--white);
} */

.title-section .description {
    color: var(--border-gray);
}

.mission-section .section-header,
.mission-section .description,
.team-section .section-header,
.team-section .description {
    text-align: left;
}

.mission-section img {
    width: 100%;
    border-radius: 8px;
}

.mission-bottom-img {
    margin-top: 12px;
}

.mission-section .row,
.team-section .row {
    display: flex;
    align-items: center;
}

.mission-right,
.vision-right {
    margin-top: 50px;
}

.mission-right-img {
    margin-top: 12px;
}

.team-section .description {
    margin-bottom: 50px;
}

.team-slider-item {
    margin: 0px 15px;
}

.team-slider-item img {
    width: 100%;
    border-radius: 8px;
}

.team-left {
    padding-right: 50px;
}

.team-slider .slick-next {
    top: 360px;
    left: 50px;
}

.team-slider .slick-prev {
    top: 360px;
    left: 0px;
    z-index: 9;
}

.team-right {
    margin-top: 50px;
}

.partners-slider-description {
    text-align: center;
    margin-top: 150px;
}

.partners-slider-item img {
    height: 50px;
}

.partners-slider-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .partners-slider .slick-slide {
    width: 145px !important;
} */

.achievements-slider-item .description {
    text-align: left;
    width: 100% !important;
    margin-top: 10px;
}

.achievements-slider-item {
    margin: 0px 15px;
}

.achievements-slider-item img {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
}

.achievements-slider-item h4 {
    margin-bottom: 0px;
}

.achievements-slider-item-content {
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
    background-color: var(--blue-green);
    transition: background-color 0.8s ease;
}

.achievements-slider {
    margin-top: 50px;
}

.achievements-slider .slick-prev {
    top: 80px;
    left: 0px;
    z-index: 9;
}

.achievements-slider .slick-next {
    top: 80px;
    right: 10px;
}

/* Accordion================================================= */

.accordion {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 0px;
}

.accordion .link {
    cursor: pointer;
    padding: 20px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 20px;
    background-color: var(--blue-green);
    border-radius: 8px;
}

.submenu {
    display: none;
}

.accordion li i {
    position: absolute;
    top: 25px;
    right: 20px;
    color: var(--black);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li.open .link {
    color: var(--accent-green);
}

.accordion li.open i {
    color: var(--accent-green);
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion .description {
    text-align: left;
}

.accordion .submenu .description {
    padding-bottom: 20px;
}

.faq-section .section-header {
    text-align: left;
}


/* ================================================================================ */

.accordion .link .description {
    margin-right: 10px;
}

.faq-right {
    margin-top: 50px;
}

/* overlay animation================================= */

.overlay-div {
    position: relative;
    background: radial-gradient(#111 50%, #000 100%);
    overflow: hidden;
    cursor: pointer;
    border-radius: 12px;
}

.overlay-div img {
    /* transform: scale(1.2); */
    transition: 0.3s ease-out;
    width: 100%;
    display: block;
}

.overlay-div:hover img {
    transform: scale(1.1);
    opacity: 0.3;
}

.overlay-div .second-overlay {
    opacity: 0;
    transition: opacity 0.3 ease;
}

.overlay-div:hover .second-overlay {
    opacity: 1;
}

.second-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40px 25px;
}

.second-overlay h5 {
    color: var(--white);
    margin-bottom: 5px;
}

.second-overlay .description {
    color: var(--white);
    text-align: center;
    margin-bottom: 0px;
}

/* ================================================== */

/* ======================Inquiry Form===================================== */

.inquiry-form {
    max-width: 100%;
    position: relative;
}

.form-container {
    border-radius: 12px;
    background-color: #fff;
    width: 100%;
    padding: 30px 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.form-line {
    width: 100%;
    display: block;
    position: relative;
    transition: .3s all ease;
    padding-top: 10px;
}

.form-line+.form-line {
    margin-top: 30px;
}

.form-line label {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 16px;
    color: var(--card-text-gray);
    transition: .3s all ease;
    z-index: 1;
}

.form-input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--border-gray);
    padding: 0 0 20px;
    font-size: 16px;
    color: #000;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: transparent;
    transition: .3s all ease;
    width: 100%;
}

textarea.form-input {
    resize: vertical;
}

.form-input:focus+label {
    font-size: 14px;
    top: -10px;
    color: var(--primary-color);
}

.form-input:focus {
    border-bottom-color: var(--primary-color) !important;
}

.mid-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 30px;
}

.form-container .description {
    color: var(--card-text-gray);
    text-align: left;
    margin: 20px 0px 40px 0px;
}

/* =========================================================== */

.get-in-touch-section .section-header,
.get-in-touch-section .description {
    text-align: left;
}

.get-in-touch-section {
    background: linear-gradient(to bottom, #F4F4F4 0%, #F4F4F4 90%, transparent 90%, transparent 100%);
    padding-top: 150px;
}

.get-in-touch-right {
    margin-top: 50px;
}

.sub-title {
    font-size: 24px;
    line-height: 34px;
    color: var(--black);
    font-weight: 500;
}

.contact-option svg {
    width: 30px;
    fill: var(--accent-green);
}

.contact-option {
    margin-top: 30px;
}

.contact-svg-div {
    padding: 10px;
    margin-right: 20px;
    background-color: var(--light-green);
    border-radius: 4px;
}

.follow-us-div {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid var(--border-gray);
}

.follow-us-div .sub-title {
    margin-bottom: 10px;
}

.follow-us-div a {
    margin-right: 15px;
}

.follow-us-div a:last-of-type {
    margin-right: 0px;
}

.map-div {
    margin-top: 50px;
    height: 600px;
    border-radius: 8px;
}

.subject-card {
    padding: 20px;
    background-color: var(--blue-green);
    border-radius: 12px;
    margin-bottom: 24px;
}

.subject-card img {
    width: 80px;
    margin-right: 15px;
}

.subject-card .mid-title {
    margin-bottom: 0px;
}

.subject-card-title {
    margin-bottom: 20px;
}

.subject-card .description {
    text-align: left;
    margin-bottom: 10px;
}

.subject-card label {
    background-color: #F7F7F7;
    padding: 12px 15px;
    border-radius: 16px;
    margin: 10px 10px 10px 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: var(--card-text-gray);
}

.subject-card a {
    margin-top: 30px;
}

.subject-cards {
    margin-top: 30px;
}

/* Search Bar========================================= */

#search-wrapper {
    display: flex;
    border: 1px solid var(--border-gray);
    align-items: stretch;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    /* box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.273); */

}

.search-bar form {
    width: 100%;
}

#search {
    border: none;
    width: 75%;
    font-size: 16px;
    height: 50px;
}

#search:focus {
    outline: none;
}

.search-icon {
    margin: 20px;
    color: rgba(0, 0, 0, 0.564);
    font-size: 20px;
}

/* ========================================================== */

.learning-areas label {
    width: fit-content;
}

.blog-card .blog-img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}

.blog-card .mid-title {
    margin-bottom: 10px;
}

.blog-card .blog-person {
    border-radius: 100%;
    width: 50px;
    margin-right: 10px;
    border: 4px solid var(--white);
}

.blog-card .description {
    margin-bottom: 20px;
}

.blog-card h6,
.card-title-1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.card-title-1 {
    color: var(--text-green);
}

.card-title-2 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: var(--card-text-gray);
}

.blog-card h6 span {
    font-weight: 700;
}

.buy-icas-section .section-header,
.buy-icas-section .description {
    text-align: left;
}

/* Pagination======================================== */


.pagination {
    margin-top: 50px;
}

.pagination ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.prev {
    margin-right: 10px;
}

.next {
    margin-left: 10px;
}

.pagination ul li {
    color: var(--primary-color);
    list-style: none;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.pagination ul li.numb {
    list-style: none;
    height: 45px;
    width: 45px;
    margin: 0 3px;
    line-height: 45px;
    border-radius: 50%;
}

.pagination ul li.numb.first {
    margin: 0px 3px 0 -5px;
}

.pagination ul li.numb.last {
    margin: 0px -5px 0 3px;
}

.pagination ul li.dots {
    font-size: 22px;
    cursor: default;
}

.pagination ul li.btn {
    padding: 0 20px;
    border-radius: 50px;
    background-color: var(--border-gray);
}

.pagination li.active,
.pagination ul li.numb:hover,
.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover {
    color: #fff;
    background: var(--primary-color);
}

/* ==================================== */

.blog-cards {
    margin-top: 0px;
}

.buy-icas-btn-div {
    margin-top: 30px;
}

.inner-title-section {
    margin-top: 50px;
}

.inner-title-section img {
    width: 100%;
    margin-top: 30px;
    border-radius: 8px;
}

.blog-single-section .blog-person-img {
    width: 100px;
    border-radius: 100%;
    margin-bottom: 20px;
}

.blog-single-person-div {
    text-align: center;
}

.blog-single-person-div span {
    color: var(--primary-color);
}

.blog-single-person-div h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.blog-single-person-div h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.share svg {
    margin-right: 10px;
}

.share .description {
    font-weight: 700;
    margin-bottom: 0px !important;
}

.blog-single-content {
    margin-top: 50px;
}

.blog-single-content .section-header {
    text-align: left;
    margin-bottom: 30px;
}

.blog-single-mid .description {
    text-align: left;
    margin-bottom: 30px;
}

.blog-content-img {
    width: 100%;
    border-radius: 8px;
    margin: 20px 0px;
}

.border-description {
    padding-left: 20px;
    border-left: 4px solid var(--primary-color);
    margin-top: 30px;
}

.share-div-web .share-icon {
    width: 40px !important;
    margin-top: 15px;
}

.share-div {
    margin-top: 30px;
}

.share-div-web {
    display: none;
}

.share-div-mobile .share-icon {
    width: 30px !important;
    margin-right: 10px;
}

.share-div-mobile .share-div {
    margin-top: 15px;
}

.back-btn {
    color: var(--primary-color);
    margin-bottom: 0px;
    margin-top: 30px;
}

.back-btn svg {
    width: 40px;
    height: 40px;
    fill: var(--primary-color);
    transform: translateX(0px);
    transition: transform .5s ease;
}

.back-btn:hover {
    color: var(--primary-color);
}

.back-btn:hover svg {
    transform: translateX(-10px);
}

.welcome-student-section .section-header,
.welcome-student-section .description,
.student-testimonials-section .description {
    text-align: left;
}

.welcome-student-section img {
    width: 100%;
    border-radius: 8px;
}

.welcome-student-left {
    padding-right: 30px;
}

.inner-title {
    font-size: 18px;
    line-height: 28px;
    color: var(--black);
    font-weight: 700;
    border-bottom: 2px solid var(--primary-color);
    margin-bottom: 30px;
    width: fit-content;
}

.welcome-student-section .inner-title {
    margin-top: 100px;
    margin-bottom: 50px;
}

.slider-item-title {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: var(--accent-green);
    margin-bottom: 5px;
}

.competitions-slider-item {
    background-color: var(--blue-green);
    margin: 0px 20px;
    border-radius: 8px;
}

.student-testimonials-slider-item {
    background-color: var(--blue-green);
    margin: 0px 10px;
    border-radius: 8px;
}

.competitions-slider-item div,
.student-testimonials-slider-item div {
    padding: 30px;
}

.competitions-slider-item img {
    margin-bottom: 20px;
    width: 100%;
}

.competitions-slider .slick-next {
    right: 10px;
}

.competitions-slider .slick-prev {
    z-index: 9;
    left: 0px;
}

.student-testimonials-slider .slick-next {
    right: 10px;
}

.student-testimonials-slider .slick-prev {
    z-index: 9;
    left: 0px;
}

.student-testimonials-section .title-description {
    /* width: 65%; */
    margin-bottom: 50px;
    text-align: center;
}

.student-testimonials-slider .slider-item-title {
    margin-bottom: 0px;
    margin-top: 20px;
}

.follow-us-div img {
    width: 22px;
}

.outline-btn {
    border: 3px solid var(--light-green);
    padding: 15px 20px;
    border-radius: 108px;
    color: var(--black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    width: fit-content;
    height: fit-content;
}

.btn-div {
    margin-top: 30px;
}

.btn-div .read-more-btn {
    margin-right: 5px;
}

.subject-single-top-section h4 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: var(--black);
}

.subject-single-top-section .description {
    text-align: left;
}

.top-p {
    margin-bottom: 25px;
}

.subject-single-top-section-left {
    /* padding-right: 80px !important; */
    margin-bottom: 30px;
}

.subject-single-top-slider-item .description {
    margin-bottom: 20px;
    text-align: left;
}

.subject-single-top-slider-item {
    background-color: var(--blue-green);
    margin: 0px 20px;
    padding: 30px;
    border-radius: 8px;
    /* width: 400px !important; */
}

.subject-single-top-slider {
    margin-top: 50px;
    /* height: 200px; */
}

.skills-tested-section .section-header,
.skills-tested-section .description {
    text-align: left;
}

.skills-tested-slider {
    margin-top: 50px;
}

.skills-tested-slider-item .description {
    text-align: left;
}

.skills-tested-slider-item .card-title-1 {
    margin-bottom: 10px;
}

.skills-tested-slider-item {
    background-color: var(--blue-green);
    margin: 0px 20px;
    padding: 30px;
    border-radius: 8px;
}

.skills-tested-slider-item img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* single subject tabs======================================================= */


.vert-tab-2>div {
    width: 150%;
    cursor: pointer;
    transition: all 1s ease 0s;
    overflow: hidden;
}

.how_work_flight-2 {
    margin-top: 80px;
}

.recr-content-2 {
    background: var(--dark-green);
    border: 1px solid;
    border-radius: 0px 50px 50px 0px;
    filter: blur(1.5px);
    display: flex;
    align-items: center;
    position: relative;
}

.tab-right-div-2 h3,
.vert-tab-content-2 h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 62px;
    color: var(--blue-green);
    margin-bottom: 20px;
    font-family: "Roboto Slab";
}

.vert-tab-content-2 h3 {
    color: var(--black);
}

.vert-tab-content-2 .description {
    text-align: left;
}

.tab-right-div-2 {
    padding: 0px 20px 0px 20px;
}

.tab-right-p-2 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 70px;
}

.tab-right-div-2 a {
    padding: 20px 42px;
    border-radius: 50px;
    background-color: var(--blue-green);
    color: var(--black);
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.work_items_content-2 {
    display: none;
}

.vert_tab_image_wrrapeer-2 {
    display: flex;
    align-items: center;
}

.recr-content-2.active-2 {
    width: auto;
    filter: none;
}

.recr-content-2.active-2 {
    background: var(--blue-green);
    border-radius: 50px 0px 0px 50px;
    border: none;
}

.recr-content-2.active-2 .after-tab-left-2,
.recr-content-2.active-2 .after-tab-right-2 {
    display: none;
}

.recr-content-2.active-2 .work_items_content-2 {
    display: block;
}

.vert-tab-2 {
    display: flex;
}

.inner-title svg {
    margin-left: 3px;
}

.vert-tab-content-2 {
    padding: 80px 50px;
}

.years-left-2 {
    border-radius: 50px 0px 0px 50px;
}

.years-right-2 {
    border-radius: 0px 50px 50px 0px !important;
}

/* ================================================ */

.subject-single-top-slider .slick-prev {
    z-index: 9;
    left: 0px;
}

.subject-single-top-slider .slick-next {
    right: 10px;
}

.skills-tested-slider .slick-prev {
    z-index: 9;
    left: 0px;
}

.skills-tested-slider .slick-next {
    right: 10px;
}

.vertical-tabs-section-2 {
    display: none;
}

/* Accordion-subject-single================================ */

.accordion2 {
    width: 100%;
    margin: 30px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 0px;
}

.accordion2 .link2 {
    cursor: pointer;
    display: block;
    padding: 20px 40px 20px 40px;
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: var(--primary-color);
    filter: blur(1.5px);
}

.accordion2 li:last-child .link2 {
    border-bottom: 0;
}

.accordion2 li i {
    position: absolute;
    top: 16px;
    font-size: 16px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion2 li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion2 li.open .link2 {
    color: var(--white);
    background-color: var(--accent-green);
    filter: blur(0px);
}

.accordion2 li.open .accordion-bottom.link2 {
    border-radius: 0px;
}

.accordion2 li.open i {
    color: var(--white);
}

.accordion2 li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu2 {
    display: none;
    background-color: var(--blue-green);
    padding: 40px;
}

.d-block-menu{
    display: block;
}

/* =============================================================== */
.accordion-top {
    border-radius: 8px 8px 0px 0px;
}

.submenu2.accordion-top {
    border-bottom: 1px solid #CCC;
}

.accordion-bottom {
    border-radius: 0px 0px 8px 8px;
}

.what-learn-section .section-header {
    width: 85%;
    text-align: center;
}

.section-header-div {
    width: 100%;
}

.past-papers-section .section-header,
.past-papers-section .description {
    text-align: left;
}

.past-papers-section .section-header {
    width: 75%;
    margin-bottom: 30px;
}

.past-papers-right {
    margin-top: 50px;
    /* padding-left: 100px; */
}

.past-papers-right img {
    width: 100%;
    border-radius: 8px;
}

.year-single-tabs {
    width: 100% !important;
    border-radius: 50px !important;
}

.year-single-tabs .vert-tab-content {
    width: 100%;
}

.year-single-tabs .work_items_content {
    width: 100%;
}

.year-single-tabs .tabs-left {
    width: 35%;
}

.year-single-tabs .tab-contents {
    margin-top: 120px;
    padding: 0px 20px 0px 20px;
    overflow-y: auto;
    margin: auto 50px;
}

.year-single-tabs.recr-content ul {
    margin-top: 20px;
}

.inner-title-div {
    margin-top: 20px;
    gap: 40px;
}

.btn-div .outline-btn-div {
    margin-top: 10px;
}

.inner-title-div .inner-title {
    margin-bottom: 0px;
    margin-top: 10px;
}

.welcome-student-right {
    margin-top: 30px;
}

.understanding-icas-section img {
    width: 100%;
    border-radius: 8px;
}

.understanding-icas-bottom-img {
    margin-top: 24px;
}

.understanding-icas-section .section-header,
.understanding-icas-section .description {
    text-align: left;
}

.understanding-icas-left {
    /* padding-right: 60px; */
}

.understanding-icas-right {
    /* padding-left: 120px; */
}


/* dashed line======================================= */
.border-dashed {
    border: none;
    height: 3px;
    background: #000;
    background: repeating-linear-gradient(90deg, #000, #000 20px, transparent 20px, transparent 40px);
    opacity: .15;
    width: 20%;
    margin-top: -35px;
    display: none;
}

hr:not([size]) {
    height: 3px;
}
/* ====================================================== */
.how-support-step{
    text-align: center;
    margin-bottom: 50px;
}
.how-support-step img{
    width: 150px;
    border-radius: 100%;
    margin-bottom: 20px;
}

.how-support-step-div{
    margin-top: 70px;
    padding: 0px 60px;
}

.understanding-icas-top-left-img{
    margin: 30px 0px 24px 0px;
}

.competitions-slider-item .description{
    text-align: left;
}

.privacy-sub-title{
    font-size: 32px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 30px;
}

.privacy-sub-sub-title{
    font-size: 18px;
    font-weight: 700;
    margin: 40px 0px 20px 0px;
}

.privacy-sub-sub-sub-title{
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0px;
}

.privacy-section .description{
    /* width: 60%; */
}

.privacy-section h6{
    margin-bottom: 30px;
}

.privacy-section ul{
    margin: 10px 0px 30px 0px;
}

.privacy-section ul li{
    list-style: disc !important;
}

.privacy-section ul li span{
    font-weight: 700;
}

.subject-single-top-section-left img{
    width: 100%;
}

.inner-title-section {
    padding-top: 80px;
}

.short-title{
    margin-bottom: 50px;
}

.browser-div{
    gap: 20px;
}

.browser-div img{
    width: 80px;
}

.privacy-page-section .container{
    height: fit-content;
    padding-top: 100px;
}

.privacy-page-section.title-section{
    height: fit-content;
}

.mission-section .section-header{
    margin-bottom: 0px;
}

.mission-section h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    color: var(--dark-gray);
   margin-bottom: 20px;
}