.about-gatewayz-section {
    padding: 0;
}
.about-gatewayz-container {
    display: flex;
    align-items: center;
}
.about-gatewayz-section .left-img {
    flex-grow: 1;
}

.about-gatewayz-section .right-content {
    width: 50%;
}
.about-gatewayz-section .right-inner-content {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    padding: 20px 80px 0 0;
}
.about-gatewayz-section .right-inner-content h2 {
    color: #000;
    margin: 0 0 25px;
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.44px;
    font-family: "Raleway", sans-serif;
}
.about-gatewayz-section .right-inner-content h2::after {
    content: '';
    display: block;
    width: 120px;
    height: 8px;
    background-color: #62C7D5;
    margin: 18px 0 10px;
    border-radius: 2px;
}
.about-gatewayz-section .right-inner-content p {
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 29px;
  font-family: "Raleway", Sans-serif;
}
