.about-us-titles-area{
    padding: 0 80px;
}
    .about-us-titles-area .about-us-title {
        color: #141f36 !important;
        font-size: 39px !important;
        font-weight: 600 !important;
        margin: 0 !important;
    }
.about-us-titles-area p{
    font-size: 50px;
    font-weight: 400;
    color: #131313;
    margin-top: 53px;
    margin-bottom: 96px;
}
.about-us-big-banner-area {
    margin-bottom: 70px;
}
.about-us-small-banner-area {
    background: #141f36;
    height: 100%;
    width: 100%;
    position: relative;
}
.small-banner-title {
    padding: 0 80px;
}
.small-banner-title p{
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 35px;
    padding-top: 73px;
    padding-bottom: 401px;
    max-width: 303px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.small-banner {
    position: absolute;
    right: -20px;
    bottom: -10px;
}
.banner-about-us-text-area {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 0 80px;
}
.banner-about-us-text-title {
    color: #131313 !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.banner-about-us-text-area p {
    color: #131313;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.banner-about-us-text-area p:nth-child(2) {
    margin-top: 60px;
    margin-bottom: 50px;
}
.about-us-big-banner-area img {
    width: 100%;
}
.last-title-area {
    padding: 0 80px;
    margin-bottom: 105px;
    margin-top: 331px;
}
.last-title-area p {
    color: #131313;
    font-weight: 300;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 50px;
    max-width: 814px;
}
.about-us-connect-area .connect-all-area {
    background: #131313;
    padding: 50px 80px;
}
.about-us-connect-area .connect-all-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-us-connect-area .connect-title-area h6 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}
.about-us-connect-area .connect-title-area p {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}
.about-us-connect-area .connect-button-area {
    width: 396px;
    height: 66px;
    border-radius: 4px;
    background: #141f36;
}
.about-us-connect-area .connect-button-area a {
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    position: relative;
    font-size: 25px;
    text-decoration: inherit;
    font-weight: 400;
}
.about-us-connect-area .connect-button-area span {
    position: absolute;
    right: 30px;
    filter: invert(1);
}

.about-us-connect-area .connect-button-area img {
    filter: brightness(0);
}