.austraia-advantage-row {
    display: flex;
    align-items: center;
    gap: 40px;
}
.australia-advantage-img {
    width: 50%;
}
.australia-advantage-content {
    width: 50%;
}
.australia-advantage-content p {
    margin-bottom: 30px;
}
.australian-advantage {
    /* background: #F0F5F7; */
    padding: 40px 0;
}
.inner-aus-advantage-img {
    position: relative;
    padding-bottom: 70.163%;
}
.inner-aus-advantage-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

@media only screen and (max-width: 991px){
    .austraia-advantage-row {
        flex-direction: column;
    }
    .australia-advantage-img {
        width: 100%;
    }
    .australia-advantage-content {
        width: 100%;
    }
}


@media only screen and (max-width: 767px){
    .inner-aus-advantage-img {
        padding-bottom: 100%;
    }
}