.about-page section.hero .hero-row {
    padding-top: 0px;
    padding-bottom: 80px;
}
.about-page section.hero h1 {
	padding-top: 40px;
}
.about-page section.hero .about-hero-info .icon {
	height: 100px;
}
.about-page section.hero .about-hero-info hr {
	width: 63px;
    background-color: #44C6FF;
}
.about-page section.hero .about-hero-info .number_text {
    position: relative;
    text-align: center;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 60px;
    white-space: nowrap;
}
.about-page section.hero .about-hero-info .number_descr {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
}
.about-page section.hero .about-hero-info .number_text a,
.about-page section.hero .about-hero-info .number_descr a {
    color: #fff;
}

.about-page section.services .section-inner {
    max-width: 100%;
}
.about-page section.services.start-section .section-inner h2 {
	max-width: 650px;
}
.about-page section.services.start-section .section-inner .section-description {
    max-width: 600px;
}
.about-page section.services.start-section .section-inner .horizontal-cards .horizontal-card {
    box-shadow: none;
    padding: 65px 0;
}
.about-page section.services.start-section .section-inner .horizontal-cards .horizontal-card:nth-child(even) {
    margin-left: auto;
}
.about-page section.services.start-section .section-inner .horizontal-cards .horizontal-card .card-body {
	max-width: 575px;
}
.about-page section.services.start-section .section-inner .horizontal-cards .horizontal-card .card-image {
	max-width: 190px;
}

.about-page section.services.start-section .section-inner .horizontal-cards .horizontal-card:nth-child(even)>.row .card-body {
    margin-left: auto;
}


.about-page section.our_values .section-inner {
	padding: 60px 0 0;
}
.about-page section.our_values .section-inner .why-item {
    margin-bottom: 100px;
}
.about-page section.our_values .section-inner .why-item .text-col p {
    padding-left: 20px;
}

section.achivments .section-inner {
	padding-top: 70px;
	padding-bottom: 30px;
}
section.achivments .section-inner h2 {
	max-width: 600px;
	margin-bottom: 35px;
}

section.achivments .slick-slide {
    margin: 25px;
}
section.achivments .achivments-carousel .achivments-item {
	border-radius: 4px;
    box-shadow: 0px 0px 15px 15px rgb(0 0 0 / 7%); 
}
section.achivments ul.slick-dots li {
    margin: 5px;
}

section.offices .section-inner {
	padding-top: 60px;
    padding-bottom: 70px;
}
section.offices .section-inner h2 {
	margin-bottom: 60px;
}
section.offices .section-inner .office-col .office-photo,
section.offices .section-inner .office-col .office-info-block {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
section.offices .section-inner .office-col .office-photo,
section.offices .section-inner .office-col .office-photo img {
	border-radius: 6px;
}
section.offices .section-inner .office-col svg {
	width: 25px;
    height: 36px;
}
section.offices .section-inner .office-col a {
	-webkit-box-flex: 1;
    flex: 1;
    color: #15172E;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 27px;
    white-space: break-spaces;
}
.achivments-item a {
    height: 206px;
}
/* .about-page section.contact-form .section-inner form input.btn:hover {
    border-color: #1690d3;
    background-color: #1690D3;
} */
.about-page section.team-section .section-inner .section-title {
    margin-bottom: 80px;
    user-select: none;
    -webkit-user-select: none;
}
.about-page section.team-section .section-inner .team-list .card {
    padding-left: 8px;
    padding-right: 8px;
    user-select: none;
    -webkit-user-select: none;
}
.about-page section.team-section .section-inner .team-list .card .title {
    font-size: 20px;
    margin: 0;
}
    