/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/

/*@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap');*/


.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #229BD9;
    font-weight: bold;
    /*
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    */
}

p {
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    padding-top: 5px;
    padding-bottom: 20px;
}

.grid-two-rows {
    grid-row: 1 / span 2;
    vertical-align: center;
}

.grid-container {
    display: grid;
    grid-template-columns: 25% 75%;
    padding: 10px;
}

.grid-container> div {
    padding: 10px;
    text-align: left;
}

.container {
    display: flex;
    align-items: center;
}

.btn-linkedin {
    border-radius: 10px;
    width: 220px;
    height: 40px;
    background: #229BD9;
    margin-left: 20px;
}

/*
.swiper-wrapper {
    width: 60%;
    height: 60%;
}
*/

.swiper-container {
    /* overflow: scroll; */
    width: 100%;
    height: 100%;
}