img {
    width: 100%;
}

.study_abroad_counseling.nc_logo_wrap {
    background-color: #092846;
    padding-block: 2.7rem;
}

.study_abroad_counseling.nc_logo_wrap a {
    display: block;
    margin-inline: auto;
    width: 24rem;
    text-align: center;
}

.study_abroad_counseling.nc_logo_wrap a figure img {
    width: 24rem;
}

#study_abroad--counseling {
    background-color: #FFF5E9;
    padding-block: 4rem 8rem;
    height: auto;
    --box-header-size: 1.6rem;
    --box-body-size: 1.5rem;
    --box-border-radius: 1.6rem;
    --box-header-color: #1F1F1F;
    --box-body-color: #5F686F;
    --link-color: #00ACEE;
    --gradient-color: linear-gradient(to right, #ff6900, #f54900);
}

#study_abroad--counseling .flex_wrap {
    display: flex;
    flex-flow: column;
    max-width: 64rem;
    margin-inline: auto;
    row-gap: 3.2rem;
    justify-content: center;
    align-items: center;
}

#study_abroad--counseling .flex_wrap > h1 {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 700;
    color: #092842;
}

#study_abroad--counseling .flex_wrap > h1::before,
#study_abroad--counseling .flex_wrap > h1::after {
    content: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/pc/star.svg');
    vertical-align: middle;
}

#study_abroad--counseling .flex_wrap > h1::before {
    margin-right: 0.8rem;
}

#study_abroad--counseling .flex_wrap > h1::after {
    margin-left: 0.8rem;
}

#study_abroad--counseling .flex_wrap .subhead {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--box-header-color);
    align-self: flex-start;
}

#study_abroad--counseling .flex_wrap .subhead::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4.8rem;
    height: 0.4rem;
    border-radius: 2rem;
    margin-right: 1.2rem;
    background-image: var(--gradient-color);
}

#study_abroad--counseling .flex_wrap .box-item:not(div) {
    counter-increment: --box-items 1;
    background-color: #fff;
    padding: 2.4rem;
    border: 0.1rem solid #F3F4F6;
    text-align: left;
    width: 100%;
}

#study_abroad--counseling .flex_wrap .box-item:not(div) h3 {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 1.6rem;
    align-items: baseline;
    font-size: var(--box-header-size);
    line-height: 2.4rem;
    font-weight: 700;
    color: var(--box-header-color);
    margin-bottom: 1.6rem;
}

#study_abroad--counseling .flex_wrap .box-item:not(div) h3::before {
    content: counter(--box-items);
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background-image: var(--gradient-color);
    display: grid;
    place-content: center;
    text-align: center;
    font-size: var(--box-header-size);
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

#study_abroad--counseling .flex_wrap .box-item:not(div) p {
    font-size: var(--box-body-size);
    line-height: 1.5;
    color: var(--box-body-color);
    margin-bottom: 1.6rem;
    margin-inline: 4.8rem 1.6rem;
}

#study_abroad--counseling .flex_wrap .box-item:not(div) > div {
    text-align: center;
}

#study_abroad--counseling .flex_wrap .box-item:not(div) > div img {
    max-width: 24rem;
}

#study_abroad--counseling .flex_wrap .box-item:not(div):not(:last-of-type) img{
    border: 0.1rem solid #CCCCCC;
}

#study_abroad--counseling .flex_wrap .btn-green {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.4rem;
    color: #fff;
    width: 100%;
    max-width: 40rem;
    padding-block: 1.35rem 1.15rem;
    padding-inline: 2.5rem;
    font-size: var(--box-header-size);
    font-weight: 700;
    background-color: #06C755;
    box-shadow: 0 0.4rem 0 0 #059F44;
    text-align: center;
    border-radius: 10rem;
}

#study_abroad--counseling .flex_wrap .btn-green::after{
    content: url('https://nativecamp-public-web-production.s3.amazonaws.com/user/webroot/images/study_abroad/counseling/pc/arrow.svg');
    position: absolute;
    right: 1rem;
    width: 2rem;
}

#study_abroad--counseling .flex_wrap .btn-green img{
    width: 2.5rem;
}

#study_abroad--counseling .flex_wrap .btn-green:hover,
#study_abroad--counseling .flex_wrap .btn-green:hover img{
    opacity: 0.9;
}

#study_abroad--counseling .flex_wrap .rounded {
    border-radius: var(--box-border-radius);
}

#study_abroad--counseling .flex_wrap .shadowed {
    box-shadow: 
        0 0.2rem 0.4rem -0.2rem rgba(0, 0, 0, 0.1),
        0 0.4rem 0.6rem -0.1rem rgba(0, 0, 0, 0.1);
}

#study_abroad--counseling .flex_wrap a:not(.btn-green) {
    color: var(--link-color);
    font-size: 1.6rem;
    text-decoration: underline;
}