@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,500;0,600;0,700;0,800;1,400&display=swap');

.ippon-holding {
    width: 100%;
    height: 100%;
}

.vector-top {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.vector-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}


.ippon-holding .container {
    margin-top: 100px;
    width: 100%;
    height: 100%;
    display: flex;
}

.ippon-holding-content {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 100px;
}

.ippon-holding-image {
    width: 100%;
    height: 100%;
    margin-top: 100px;

}

h1 {
    text-transform: uppercase;
    font-family: Open Sans;
    font-size: 65px;
    font-weight: 800;
    line-height: 70px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(44, 47, 135, 1);
}

p {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.03em;
    text-align: left;
    color: rgba(112, 112, 112, 1);
}

.button-holding {
    font-family: Open Sans;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-align: center;
    border: none;
    width: 235px;
    height: 45px;
    background: rgba(44, 47, 135, 1);
    cursor: pointer;
}

.container .ippon-holding-content .button-holding a{
   text-decoration: none;
   color: white;
}

@media screen and (max-width: 1642px) {
    .container {
        flex-direction: column;
    }

    .ippon-holding-image {
        width: 100%;
        height: 100%;
        margin-top: 100px;
    }

    .ippon-holding-content {
        width: auto;
        padding: 50px;
    }

    .ippon-holding .container {
        margin-top: 0px;
    }

    .vector-bottom {
        display: none;
    }
    .ippon-holding-image_vector{
        display: flex;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    .ippon-holding-content {
        padding: 20px;
    }

    img {
        width: 80%;
        height: 100%;
        display: flex;
        margin: auto;    
    }

    h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 375px) {
    h1 {
        font-size: 2rem;
    }
}
