section.banner-design-v h1{
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 100;
    font-size: 46px;
    line-height: 60px;
    letter-spacing: -0.03em;
    color: #01315A;
}
section.banner-design-v .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.banner-design-v .container .left-text {
    width: 557px;
}

.banner-design-v p {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #535353;
    margin: 38px 0;
}

section.banner-design-v h1 span {
    font-weight: 600;
}

section.banner-design-v::after, section.banner-design-v::before {
    content: "";
    width: 349px;
    height: 349px;
    background: #109CEC;
    opacity: 0.4;
    position: absolute;
    right: 300px;
    top: 20px;
    border-radius: 300px;
    z-index: -1;
    outline: 100px solid #7FCFFD;
}

section.banner-design-v::before {
    width: 525px;
    height: 525px;
    opacity: 0.3;
    z-index: -2;
    display: none;
}

section.banner-design-v {
    max-width: 1920px;
    margin: 0 auto;
    padding: 70px 0 100px 0;
    z-index: 1;
    background-image: url("../images/about-us/background-noise.png");
}

a.fill-btn {
    padding: 16px 32px;
    width: 229px;
    height: 56px;
    background: #08394A;
    border-radius: 70px;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    display: inline-flex;
    gap: 9px;
    justify-content: center;
}

a.plain-btn {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline !important;
    color: #010205;
}

.button-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 56px;
}

section.redefining-legal {
    padding: 60px 0;
}
section.redefining-legal h6 {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #01315A;
}

section.redefining-legal h2 {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #01315A;
    line-height: 1.4;
    margin-bottom: 15px;
}
section.redefining-legal p {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #535353;
    line-height: 1.5;
}
section.redefining-legal h2 + p {max-width: 802px;}

.down-fold {
    display: flex;
    align-items: center;
    gap: 39px;
    margin-top: 33px;
}

.left-img {
    flex: 0 0 561px;
}

.down-fold p + p {
    margin-top: 15px;
}
section.our-advantage .container {
    background: #ECF1F5;
    padding: 80px 30px 80px 60px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.first-fold h6 {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #01315A;
}

.first-fold h2 {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #109CEC;
    line-height: 1.4;
    margin-bottom: 15px;
}

section.our-advantage ul li {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #01315A;
    display: flex;
    align-items: start;
    gap: 15px;
    width: 100%;
}

section.our-advantage ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 314px;
}

section.our-advantage ul li svg {
    margin-top: 5px;
}

.our-advantage .down-fold {
    margin: 0;
    align-items: stretch;
    gap: 15px;
}

.box-1-large-text {
    background: #fff;
    border-radius: 20px;
    padding: 30px 25px 65px 25px;
    position: relative;
}

.box-1-large-text h3 {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    color: #01315A;
}

.box-1-large-text h6 {
    font-size: 24px;
    font-weight: 700;
    color: #01315A;
}

.box-1-large-text p {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin-top: 15px;
}

.box-1-large-text::after, .box-1-large-text::before {content: "";background: #109CEC;height: 5px;width: calc(100% - 50px);position: absolute;bottom: 30px;left: 25px;}

.box-1-large-text::before {
    background: #096EA8;
    z-index: 1;
    width: 52%;
}

.box-1-large-text.box-2-large {
    width: 300px;
}

section.our-advantage .container::after {
    content: "";
    width: 349px;
    height: 349px;
    background: #109CEC;
    opacity: 0.6;
    position: absolute;
    right: -120px;
    top: 300px;
    border-radius: 300px;
    z-index: -1;
    outline: 100px solid #7FCFFD;
}
.mision-vision {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 700px;
    background: #F1F2ED;
    padding: 30px 30px 30px 40px;
    justify-content: space-between;
    border-radius: 0 140px 140px 0;
}

.left-text-mision h2 {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    color: #01315A;
}

.left-text-mision p {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.left-text-mision {
    max-width: 390px;
}

.mision-vision.vision-box-2 {
    margin-top: 30px;
    border-radius: 140px 0 0 140px;
    padding: 30px 40px 30px 30px;
    text-align: right;
}
.mision-vision.vision-box-2 p {
    max-width: 230px;
}

.mision-vision-icon {
    box-shadow: 0px 30.076px 50.5823px -6.83544px rgba(0, 0, 0, 0.44);
    border-radius: 130px;
}


section.mision-vision-blocks {
    padding: 60px 0;
}

section.join-our-network .container {
    background: #ECF1F5;
    border-radius: 20px;
    padding: 46px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin-bottom: 60px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

section.join-our-network  h6 {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #01315A;
}

section.join-our-network h2 {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #109CEC;
    line-height: 1.4;
    margin-bottom: 15px;
}

.join-box-2 p {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.join-box-2 {
    max-width: 370px;
}

.join-box-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 270px;
}

.join-box-1 h2 {
    margin: 0 !important;
}

a.fill-btn:hover {
    background: #009ed5;
}

section.join-our-network .container::after {
    content: "";
    width: 140px;
    height: 140px;
    background: #109CEC;
    opacity: 0.3;
    position: absolute;
    right: 15px;
    top: 40px;
    border-radius: 300px;
    z-index: -1;
    outline: 30px solid #7FCFFD;
}
/*media*/

@media (max-width: 1600px) {
section.banner-design-v::after, section.banner-design-v::before {
    right: 0;
}
}
@media (max-width: 1366px) {
section.join-our-network .container {
    max-width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}
}
@media (max-width: 1199px) {
section.join-our-network .container {
    max-width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

section.our-advantage .container {
    flex-wrap: wrap;
}

section.our-advantage ul {
    max-width: 100%;
    gap: 11px;
}
}
@media (max-width: 1024px) {
section.join-our-network .container {
    flex-wrap: wrap;
    justify-content: start;
    gap: 0;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.join-box-2 {
    max-width: 100%;
    margin-bottom: 30px;
}

.join-box-2 p {
    width: 60%;
}

section.join-our-network .container::after {
    top: auto;
    bottom: 0;
}

.left-img {
    flex: 0 0 410px;
}

section.banner-design-v h1 {
    font-size: 40px;
    line-height: 50px;
}
}

@media (max-width: 991px) {
section.banner-design-v .container {
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
}

section.banner-design-v .container .left-text {
    text-align: center;
    width: auto;
    max-width: 800px;
}

section.banner-design-v::after, section.banner-design-v::before {
    top: auto;
    bottom: 0;
}

section.banner-design-v {
    overflow: hidden;
    padding: 50px 0;
}

.button-wrapper {
    justify-content: center;
}

.banner-design-v p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

section.redefining-legal .down-fold {
    flex-wrap: wrap;
}

section.redefining-legal  .left-img {
    flex: 0 0 auto;
}
}
@media (max-width: 767px) {
section.our-advantage .container {
padding: 50px 30px 50px 30px !important;
}

section.our-advantage {
    padding: 0 15px;
}

section.join-our-network {
    padding: 0 15px;
}

section.join-our-network .container {
    padding: 40px !important;
}

section.our-advantage .container::after {
    width: 270px;
    height: 270px;
    outline: 70px solid #7FCFFD;
    top: auto;
    bottom: 0;
    right: 0;
            opacity: 0.3;
}

section.join-our-network .container::after {
    width: 300px;
    height: 300px;
    right: -130px;
    outline: 70px solid #7FCFFD;
}
section.redefining-legal .left-img {
    flex: 0 0 100%;
}
section.banner-design-v::after, section.banner-design-v::before {
    width: 300px;
    height: 300px;
    outline: 70px solid #7FCFFD;
}
.our-advantage .down-fold {
    flex-wrap: wrap;
}

.our-advantage .down-fold .box-1-large-text {
    width: 100%;
}
.mision-vision-icon img {
    width: 86px;
    height: 86px;
}

.mision-vision-icon {
    flex: 0 0 86px;
    order: 1;
    box-shadow: none;
}
}

@media (max-width: 640px) {
    .join-box-2 p {
    width: 100%;
    line-height: 1.3;
}

section.join-our-network .container::after, section.banner-design-v::after, section.banner-design-v::before {
    opacity: 0.2;
}
.button-wrapper {
    flex-wrap: wrap;
    gap: 15px;
}

a.plain-btn {
    width: 100%;
}
.mision-vision {
    flex-wrap: wrap;
    border-radius: 0 !important;
}

.left-text-mision {
    order: 2;
    text-align: left;
    width: 100%;
    margin-top: 14px;
}
.left-text-mision h2 {
    margin-bottom: 0;
}
section.join-our-network h2 {
    line-height: 1;
    font-size: 28px;
    margin: 7px 0 !important;
}

section.join-our-network .container {
    padding: 20px !important;
}
section.join-our-network h2 {
    line-height: 1;
    font-size: 28px;
    margin: 7px 0 !important;
}

section.join-our-network .container {
    padding: 20px !important;
}

.first-fold h2, section.redefining-legal h2 {
    font-size: 28px;
    line-height: 1.2;
}
.banner-design-v p {
    max-width: 100%;
    line-height: 1.4;
    margin-top: 9px !important;
}

}
