
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

.content-7-5 p,
.content-7-5 h1 {
    margin: 0rem;
}

.content-7-5 .small-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
    color: #285a7b;
}

.content-7-5 .title-font {
    font: 800 3rem/1.25 "Inter", sans-serif;
    margin-bottom: 2rem;
    letter-spacing: -0.025em;
    color: #113873;
}

.content-7-5 .caption-font {
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.05em;
    margin-bottom: 4rem;
    color: #6681a9;
}

.content-7-5 .btn-read {
    font: 500 1.125rem/1.75rem "Inter", sans-serif;
    background-color: #63C2FF;
    font-size: 1.25rem;
    line-height: 1.75rem;
    border-radius: 0;
    padding: 0.875rem 2.25rem;
    margin-right: 1.5rem;
    transition: 0.2s;
}

.content-7-5 .btn-read:hover {
    background-color: #7bbbe2;
    transition: 0.2s;
}

.content-7-5 .btn-read .arrow {
    left: 0px;
    transition: 0.4s;
    position: relative;
}

.content-7-5 .btn-read:hover .arrow {
    left: 3px;
    transition: 0.4s;
    position: relative;
}

.content-7-5 .main {
    padding: 4rem 2rem 3.5rem;
}

@media (min-width: 278px) 
{
    .content-7-5 .title-font {
        font: 600 1.5rem/1.25 "Inter", sans-serif;
        margin-bottom: 2rem;
        letter-spacing: -0.025em;
        color: #666464;
    }
    
    .content-7-5 .caption-font {
        font-size: 0.75rem;
        line-height: 1.5rem;
        letter-spacing: 0.05em;
        margin-bottom: 4rem;
        color: #a7a5a5;
    }

    .content-7-5 .left-col iframe{
        width: 100%;
        height: 200px;
        border-radius: 20px;
    }

    .content-7-5 .left-col {
        order: 2;/*bertukar posisi */
    }

    .content-7-5 .right-col {
        order: 1;/*bertukar posisi */
    }
}


@media (min-width: 576px) {
    .content-7-5 .title-font {
        font: 700 2.75rem/1.25 "Inter", sans-serif;
    }

    .content-7-5 .left-col iframe{
        width: 100%;
        height: 300px;
        border-radius: 20px;
    }
}

@media (min-width: 768px) {
    .content-7-5 .main {
        padding: 4rem 4rem 3.5rem;
    }
}

@media (min-width: 992px) {
    .content-7-5 {
        background-image: url("http://api.elements.buildwithangga.com/storage/files/2/assets/Content/Content7/Content-7-11.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .content-7-5 .main {
        padding: 2.25rem 9rem 5rem 7rem;
    }

    .content-7-5 .title-font {
        font: 800 2.5rem/1.25 "Inter", sans-serif;
        margin-bottom: 2rem;
        letter-spacing: -0.025em;
        color: #666464;
    }
    
    .content-7-5 .caption-font {
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 0.05em;
        margin-bottom: 4rem;
        color: #a7a5a5;
        text-align: justify;
    }
    .content-7-5 .left-col {
        order: 1;
    }
    .content-7-5 .left-col iframe{       
        border-radius: 20px;
        margin-top: 100px;
    }

    .content-7-5 .right-col {
        order: 2;
    }
}

@media (min-width: 992px) {
    
}
