.hero-section {
    padding: 120px 0 190px;
    background: #ffffff;
    overflow-x: hidden;
}

.hero-section .full-container {
    max-width: 100%;
    padding: 0 0 0 260px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.hero-section .left-section {
    width: 45%;
    padding-right: 40px;
}

.hero-section .left-section h3 {
    font-family: 'Halyard Display Book';
    font-style: normal;
    font-weight: 300;
    font-size: 33px;
    line-height: 44px;
    letter-spacing: 0.015em;
    color: #000000;
    margin: 0 0 11px;
}

.hero-section .left-section h1 {
    font-family: 'Halyard Display Book';
    font-weight: 300;
    font-size: 76px;
    line-height: 83px;
    letter-spacing: 0.015em;
    color: #000000;
    margin: 0 0 22px;
}

.hero-section .left-section p {
    font-family: 'Halyard Display Book';
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #000000;
    margin: 0 0 65px;
}

.hero-section .left-section .buttons {
    display: flex;
    gap: 17px;
}

.hero-section .left-section .buttons a {
    font-family: 'Halyard Display Book';
    padding: 14px 5px;
    width: 100%;
    max-width: 200px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.hero-section .left-section .buttons a.get-in-touch {
    background-color: #172836;
    border-color: #172836;
    color: #FFFFFF;
}
.hero-section .left-section .buttons a.get-in-touch:hover {
    background-color: #648aa8;
    border-color: #648aa8;
}
.hero-section .left-section .buttons a.phone-call {
    background-color: #FFFFFF;
    border-color: #393939;
    color: #393939;
    gap: 8px;
}
.hero-section .left-section .buttons a.phone-call:hover {
    border-color: #172836;
    background-color: #172836;
    color: #ffffff;
}
.hero-section .left-section .buttons a.phone-call svg path {
    transition: 0.3s;
}
.hero-section .left-section .buttons a.phone-call:hover svg path {
    fill: #ffffff;
}
.hero-section .right-section {
    width: 55%;
  text-align:right;
}
